-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into wip/monaco-editor
- Loading branch information
Showing
134 changed files
with
1,968 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.global-notice { | ||
position: sticky; | ||
top: 0; | ||
display: flex; | ||
align-items: center; | ||
flex-wrap: wrap; | ||
gap: 0.5em; | ||
justify-content: space-between; | ||
z-index: 10500; | ||
background: #ab2a1c; | ||
color: #FFF; | ||
padding: 0.5em 0.75em; | ||
|
||
.notice-icon { | ||
font-size: 1.5em; | ||
vertical-align: bottom; | ||
display: inline-block; | ||
margin-right: .25em; | ||
} | ||
|
||
.notice-text { | ||
display: inline-block; | ||
vertical-align:middle; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
modules/backend/behaviors/relationcontroller/partials/_button_refresh.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<button | ||
class="btn btn-sm btn-secondary wn-icon-arrows-rotate" | ||
data-request="onRelationButtonRefresh" | ||
data-stripe-load-indicator> | ||
<?= e(trans($text)) ?> | ||
</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
modules/backend/behaviors/relationcontroller/partials/_manage_form_footer_create.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<button | ||
type="submit" | ||
class="btn btn-primary"> | ||
<?= e(trans('backend::lang.relation.create')) ?> | ||
</button> | ||
<button | ||
type="button" | ||
class="btn btn-default" | ||
data-dismiss="popup"> | ||
<?= e(trans('backend::lang.relation.cancel')) ?> | ||
</button> |
20 changes: 20 additions & 0 deletions
20
modules/backend/behaviors/relationcontroller/partials/_manage_form_footer_update.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php if ($this->readOnly): ?> | ||
<button | ||
type="button" | ||
class="btn btn-default" | ||
data-dismiss="popup"> | ||
<?= e(trans('backend::lang.relation.close')) ?> | ||
</button> | ||
<?php else: ?> | ||
<button | ||
type="submit" | ||
class="btn btn-primary"> | ||
<?= e(trans('backend::lang.relation.update')) ?> | ||
</button> | ||
<button | ||
type="button" | ||
class="btn btn-default" | ||
data-dismiss="popup"> | ||
<?= e(trans('backend::lang.relation.cancel')) ?> | ||
</button> | ||
<?php endif ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
modules/backend/behaviors/relationcontroller/partials/_manage_list_footer.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php if ($relationManageWidget->showCheckboxes): ?> | ||
<button | ||
type="button" | ||
class="btn btn-primary" | ||
data-request="onRelationManageAdd" | ||
data-dismiss="popup" | ||
data-request-success="$.wn.relationBehavior.changed('<?= e($relationField) ?>', 'added')" | ||
data-stripe-load-indicator> | ||
<?= e(trans('backend::lang.relation.add_selected')) ?> | ||
</button> | ||
<?php endif ?> | ||
<button | ||
type="button" | ||
class="btn btn-default" | ||
data-dismiss="popup"> | ||
<?= e(trans('backend::lang.relation.cancel')) ?> | ||
</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
modules/backend/behaviors/relationcontroller/partials/_manage_pivot_footer.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php if ($relationManageWidget->showCheckboxes): ?> | ||
<button | ||
type="button" | ||
class="btn btn-primary" | ||
data-control="popup" | ||
data-handler="onRelationManageAddPivot" | ||
data-size="huge" | ||
data-dismiss="popup" | ||
data-stripe-load-indicator> | ||
<?= e(trans('backend::lang.relation.add_selected')) ?> | ||
</button> | ||
<?php endif ?> | ||
<button | ||
type="button" | ||
class="btn btn-default" | ||
data-dismiss="popup"> | ||
<?= e(trans('backend::lang.relation.cancel')) ?> | ||
</button> |
Oops, something went wrong.