more tweaks to admin menu displays

This commit is contained in:
moodler
2003-08-22 13:46:21 +00:00
parent bb9d73d9e1
commit 1074e1ad05
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -37,6 +37,8 @@
get_string("adminhelpassigncreators"));
$table->data[] = array("<b><a href=\"../course/index.php?edit=on\">".get_string("assignteachers")."</a></b>",
get_string("adminhelpassignteachers")." <img src=\"../pix/t/user.gif\" height=11 width=11>");
$table->data[] = array("<b><a href=\"../course/index.php?edit=off\">".get_string("assignstudents")."</a></b>",
get_string("adminhelpassignstudents"));
print_table($table);