mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-74800 output: fix edit button accessibility
This commit is contained in:
parent
2493b4f01a
commit
39af611f82
@ -27,7 +27,8 @@
|
||||
"edit": 1,
|
||||
"adminedit": true,
|
||||
"checked": "",
|
||||
"string": "Edit on"
|
||||
"string": "Edit on",
|
||||
"legacyseturl": "/editmode.php"
|
||||
}
|
||||
}}
|
||||
<div class="divider border-left h-75 align-self-center ml-1 mr-3"></div>
|
||||
@ -40,10 +41,7 @@
|
||||
<input type="checkbox"{{!
|
||||
}} name="setmode"{{!
|
||||
}}{{#checked}}{{!
|
||||
}} aria-checked="true" checked{{!
|
||||
}}{{/checked}}{{!
|
||||
}}{{^checked}}{{!
|
||||
}} aria-checked="false"{{!
|
||||
}} checked{{!
|
||||
}}{{/checked}}{{!
|
||||
}} class="custom-control-input"{{!
|
||||
}} id="{{uniqid}}-editingswitch"{{!
|
||||
|
Loading…
x
Reference in New Issue
Block a user