From dcd981ac1289d30a324f31ea5448ea3572065b0d Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 26 Mar 2007 09:24:55 +0000 Subject: [PATCH] MDL-9041: Added a Groups button on the users page. Easy to spot. --- user/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/index.php b/user/index.php index 92fc46348f8..c3eac99fccf 100644 --- a/user/index.php +++ b/user/index.php @@ -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".''; echo ''; } @@ -604,6 +607,7 @@ echo ''; echo ''; echo ''; + } if ($bulkoperations && $totalcount > ($perpage*3)) {