Now the JumpMenu is showed when listing activities of this module.

See Bug 803
This commit is contained in:
stronk7
2003-09-28 16:53:17 +00:00
parent 383b5c993c
commit ddd0f4ef09
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
$navigation = "<A HREF=\"../../course/view.php?id=$course->id\">$course->shortname</A> ->";
}
print_header("$course->shortname: $strNEWMODULEs", "$course->fullname", "$navigation $strattendances");
print_header("$course->shortname: $strNEWMODULEs", "$course->fullname", "$navigation $strattendances", "", "", true, "", navmenu($course));
/// Get all the appropriate data
+1 -1
View File
@@ -26,7 +26,7 @@
$navigation = "<a href=\"../../course/view.php?id=$course->id\">$course->shortname</a> ->";
}
print_header("$course->shortname: $strchats", "$course->fullname", "$navigation $strchats");
print_header("$course->shortname: $strchats", "$course->fullname", "$navigation $strchats", "", "", true, "", navmenu($course));
/// Get all the appropriate data
+1 -1
View File
@@ -29,7 +29,7 @@
$navigation = "<A HREF=\"../../course/view.php?id=$course->id\">$course->shortname</A> ->";
}
print_header("$course->shortname: $strglossarys", "$course->fullname", "$navigation $strglossarys");
print_header("$course->shortname: $strglossarys", "$course->fullname", "$navigation $strglossarys", "", "", true, "", navmenu($course));
/// Get all the appropriate data
Binary file not shown.