MDL-7434 all images that convey information should have alt text to convey that information - part 7

This commit is contained in:
skodak 2006-11-26 19:19:54 +00:00
parent aafad5d1a3
commit fa8a9ef352

View File

@ -257,7 +257,7 @@
echo '<h3>'.$group->name;
if (has_capability('moodle/course:managegroups', get_context_instance(CONTEXT_COURSE, $course->id))) {
echo '&nbsp;<a title="'.get_string('editgroupprofile').'" href="../course/groups.php?id='.$course->id.'&amp;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>';