mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Hiding icon as per bug 3098
This commit is contained in:
parent
ebe427c427
commit
2c27cd193e
@ -126,9 +126,11 @@
|
||||
print_group_picture($group, $course->id, true, false, false);
|
||||
echo '</td><td class="content">';
|
||||
echo '<h3>'.$group->name;
|
||||
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 '</a>';
|
||||
if (isteacheredit($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 '</a>';
|
||||
}
|
||||
echo '</h3>';
|
||||
echo format_text($group->description);
|
||||
echo '</td></tr></table>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user