mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
MDL-7434 all images that convey information should have alt text to convey that information - part 7
This commit is contained in:
parent
aafad5d1a3
commit
fa8a9ef352
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user