mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 22:45:54 +02:00
Merged fix for MDL-9041 (undo)
This commit is contained in:
parent
ed66fb1390
commit
f3de7219ae
@ -397,10 +397,6 @@
|
||||
$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>';
|
||||
}
|
||||
|
||||
if ($roleid) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user