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)) {