From d88c50438273639837e428a6ba10748560391246 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 26 Mar 2007 09:28:58 +0000 Subject: [PATCH] MDL-9041 --- user/index.php | 4 ++++ 1 file changed, 4 insertions(+) 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)) { -- 2.39.5