Skip to content

Commit

Permalink
MDL-9041: Added a Groups button on the users page. Easy to spot.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Mar 26, 2007
1 parent 97aa751 commit dcd981a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user/index.php
Expand Up @@ -394,6 +394,9 @@
$rolenames = array(0 => get_string('all')) + $rolenames;
popup_form("$CFG->wwwroot/user/index.php?contextid=$context->id&sifirst=&silast=&roleid=", $rolenames,
'rolesform', $roleid, '');
// Link to Groups page
echo "\n".'<input type="button" onclick="window.location=\'' . $CFG->wwwroot . '/group/index.php?id='
. $course->id . '\';" value="' . get_string('groups') . '" />';
echo '</div>';
}

Expand Down Expand Up @@ -604,6 +607,7 @@ function checkchecked(form) {
echo '</div>';
echo '</div>';
echo '</form>';

}

if ($bulkoperations && $totalcount > ($perpage*3)) {
Expand Down

0 comments on commit dcd981a

Please sign in to comment.