MDL-7434 all images that convey information should have alt text to convey that information - part 7
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@
|
||||
echo '<h3>'.$group->name;
|
||||
if (has_capability('moodle/course:managegroups', get_context_instance(CONTEXT_COURSE, $course->id))) {
|
||||
echo ' <a title="'.get_string('editgroupprofile').'" href="../course/groups.php?id='.$course->id.'&group='.$group->id.'">';
|
||||
echo '<img src="'.$CFG->pixpath.'/t/edit.gif" alt="" border="0">';
|
||||
echo '<img src="'.$CFG->pixpath.'/t/edit.gif" alt="'.get_string('editgroupprofile').'" border="0">';
|
||||
echo '</a>';
|
||||
}
|
||||
echo '</h3>';
|
||||
|
||||
Reference in New Issue
Block a user