More moodling on the course categories, improving performance for

large categories and making it easier to move large numbers of
courses around.

Also cleaned up some of the navigation bars
This commit is contained in:
moodler
2003-08-09 16:53:30 +00:00
parent 7140a97ae3
commit f2bb0045d3
7 changed files with 84 additions and 59 deletions
-1
View File
@@ -360,7 +360,6 @@
$table->data[0][0] .= "<p><a href=\"$CFG->dbtype/frame.php\">".get_string("managedatabase")."</a></p>";
}
$table->data[0][1] = "<p><a href=\"../course/index.php?edit=on\">".get_string("coursemanagement")."</a></p>".
"<p><a href=\"../course/edit.php\">".get_string("addnewcourse")."</a></p>";
$table->data[0][1] .= "<p><a href=\"../files/index.php?id=$site->id\">".get_string("courserestore")."</a></p>";
if ($CFG->auth == "email" || $CFG->auth == "none" || $CFG->auth == "manual") {
$table->data[0][2] = "<p><a href=\"user.php?newuser=true\">".get_string("addnewuser")."</a></p>";