mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +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
@ -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…
x
Reference in New Issue
Block a user