Hiding icon as per bug 3098
This commit is contained in:
+5
-3
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user