mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-76246 core_grades: Add aria-label to the group combobox
Also replaced str with cleanstr for aria-labels
This commit is contained in:
parent
5c9142eee4
commit
3d16a7f453
@ -43,7 +43,7 @@
|
||||
data-toggle="dropdown"
|
||||
class="btn dropdown-toggle d-flex text-left align-items-center p-0"
|
||||
data-courseid="{{courseid}}"
|
||||
aria-label="{{#str}} selectagrade, gradereport_singleview {{/str}}"
|
||||
aria-label="{{#cleanstr}} selectagrade, gradereport_singleview {{/cleanstr}}"
|
||||
data-input-element="input-{{uniqid}}"
|
||||
>
|
||||
<div class="align-items-center d-flex">
|
||||
|
@ -48,6 +48,7 @@
|
||||
class="btn dropdown-toggle d-flex text-left align-items-center p-0"
|
||||
data-courseid="{{courseid}}"
|
||||
data-action-base-url="{{groupactionbaseurl}}"
|
||||
aria-label="{{#cleanstr}} selectagroup, core {{/cleanstr}}"
|
||||
data-input-element="input-{{uniqid}}"
|
||||
>
|
||||
<div class="align-items-center d-flex">
|
||||
|
@ -53,7 +53,7 @@
|
||||
class="btn dropdown-toggle d-flex text-left align-items-center p-0"
|
||||
data-courseid="{{courseid}}"
|
||||
data-groupid="{{groupid}}"
|
||||
aria-label="{{#str}} selectauser, core_grades {{/str}}"
|
||||
aria-label="{{#cleanstr}} selectauser, core_grades {{/cleanstr}}"
|
||||
data-input-element="input-{{uniqid}}"
|
||||
>
|
||||
<div class="align-items-center d-flex">
|
||||
|
Loading…
x
Reference in New Issue
Block a user