mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Fixed roles link a bit
This commit is contained in:
parent
4610e45b11
commit
0baf9f0f23
@ -107,7 +107,8 @@
|
||||
}
|
||||
|
||||
/// Print link to roles
|
||||
print('<a href="'.$CFG->wwwroot.'/'.$CFG->admin.'/roles/assign.php?contextid='.$context->id.'">'.get_string('roles').'</a>');
|
||||
echo '<div class="rolelink" align="right"><a href="'.$CFG->wwwroot.'/'.$CFG->admin.'/roles/assign.php?contextid='.
|
||||
$context->id.'">'.get_string('assignroles','role').'</a></div>';
|
||||
|
||||
/// Print the category selector
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user