Improvements to help, and addition of new "Activity modules" help

for teachers adding new modules.
This commit is contained in:
moodler
2002-10-21 03:00:40 +00:00
parent 2ee53d15ff
commit e5dfd0f31f
9 changed files with 102 additions and 49 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
if (isediting($course->id)) {
echo "<DIV ALIGN=right>";
popup_form("$CFG->wwwroot/course/mod.php?id=$course->id&section=$week&add=",
$modnames, "section$week", "", "$stradd...");
$modnames, "section$week", "", "$stradd...", "mods", get_string("activities"));
echo "</DIV>";
}