Merge branch 'MDL-61623-master' of git://github.com/damyon/moodle
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
data-region="popover-region">
|
||||
<div class="popover-region-toggle nav-link"
|
||||
data-region="popover-region-toggle"
|
||||
aria-role="button"
|
||||
role="button"
|
||||
aria-controls="popover-region-container-{{uniqid}}"
|
||||
aria-haspopup="true"
|
||||
aria-label="{{$togglelabel}}{{#str}}showpopovermenu{{/str}}{{/togglelabel}}"
|
||||
|
||||
@@ -422,7 +422,7 @@ foreach($progress as $user) {
|
||||
'data-activityname' => $a->activity,
|
||||
'data-userfullname' => $a->user,
|
||||
'data-completiontracking' => $completiontrackingstring,
|
||||
'aria-role' => 'button'));
|
||||
'role' => 'button'));
|
||||
}
|
||||
print '<td class="completion-progresscell '.$formattedactivities[$activity->id]->datepassedclass.'">'.
|
||||
$celltext . '</td>';
|
||||
|
||||
Reference in New Issue
Block a user