mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +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 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
|
/// Print the category selector
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user