mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-73797 output: swap order of buttons in save/cancel dialogs.
The primary button should swap position with the secondary button, so that it's displayed on the right hand side of the dialog.
This commit is contained in:
parent
6652ec135b
commit
ff6e5cc71d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
{{< core/modal }}
|
||||
{{$footer}}
|
||||
<button type="button" class="btn btn-primary" data-action="save">{{#str}} savechanges {{/str}}</button>
|
||||
<button type="button" class="btn btn-secondary" data-action="cancel">{{#str}} cancel {{/str}}</button>
|
||||
<button type="button" class="btn btn-primary" data-action="save">{{#str}} savechanges {{/str}}</button>
|
||||
{{/footer}}
|
||||
{{/ core/modal }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue