mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-72687 assign: add missing aria-label to prev/next arrows
This commit is contained in:
parent
6c515b820b
commit
473c1cfc49
@ -368,6 +368,7 @@ $string['moreusers'] = '{$a} more...';
|
||||
$string['multipleteams'] = 'Member of more than one group';
|
||||
$string['multipleteams_desc'] = 'The assignment requires submission in groups. You are a member of more than one group. To be able to submit you must be a member of only one group. Please contact your teacher to change your group membership.';
|
||||
$string['multipleteamsgrader'] = 'Member of more than one group, so unable to make submissions.';
|
||||
$string['nextuser'] = "Next user";
|
||||
$string['newsubmissions'] = 'Assignments submitted';
|
||||
$string['noattempt'] = 'No attempt';
|
||||
$string['noclose'] = 'No close date';
|
||||
@ -419,6 +420,7 @@ $string['preventsubmissionnotingroup_help'] = 'If enabled, users who are not mem
|
||||
$string['preventsubmissions'] = 'Prevent the user from making any more submissions to this assignment.';
|
||||
$string['preventsubmissionsshort'] = 'Prevent submission changes';
|
||||
$string['previous'] = 'Previous';
|
||||
$string['previoususer'] = 'Previous user';
|
||||
$string['privacy:attemptpath'] = 'attempt {$a}';
|
||||
$string['privacy:blindmarkingidentifier'] = 'The identifier used for anonymous submissions';
|
||||
$string['privacy:gradepath'] = 'grade';
|
||||
|
@ -30,11 +30,11 @@
|
||||
|
||||
This template uses ajax functionality, so it cannot be shown in the template library.
|
||||
}}
|
||||
<a href="#previous" data-action="previous-user">{{{larrow}}}</a>
|
||||
<a href="#previous" data-action="previous-user" aria-label="{{#str}} previoususer, mod_assign {{/str}}" title="{{#str}} previoususer, mod_assign {{/str}}">{{{larrow}}}</a>
|
||||
<span data-region="input-field">
|
||||
<select data-action="change-user" data-currentuserid="{{currentuserid}}" data-assignmentid="{{assignmentid}}" data-groupid="{{groupid}}"></select>
|
||||
</span>
|
||||
<a href="#next" data-action="next-user">{{{rarrow}}}</a>
|
||||
<a href="#next" data-action="next-user" aria-label="{{#str}} nextuser, mod_assign {{/str}}" title="{{#str}} nextuser, mod_assign {{/str}}">{{{rarrow}}}</a>
|
||||
|
||||
<br>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user