mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Some tidy-ups
This commit is contained in:
parent
6466b6bb56
commit
a7d52d7449
3 changed files with 11 additions and 3 deletions
|
@ -75,6 +75,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
/// Print a help notice about this page
|
||||
if (empty($add) and empty($remove) and empty($search)) {
|
||||
print_simple_box("<center>".get_string("adminhelpassigncreators")."</center>", "center", "50%");
|
||||
}
|
||||
|
||||
/// Get all existing creators
|
||||
$creators = get_creators();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue