Merge branch 'MDL-61623-master' of git://github.com/damyon/moodle

This commit is contained in:
Sara Arjona
2019-01-29 11:20:08 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}}"
+1 -1
View File
@@ -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>';