From: nicolasconnault Date: Mon, 26 Mar 2007 09:28:58 +0000 (+0000) Subject: MDL-9041 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d88c50438273639837e428a6ba10748560391246;p=moodle.git MDL-9041 --- diff --git a/user/index.php b/user/index.php index 34aaa8bf3b..853a22a49d 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)) {