]> git.mjollnir.org Git - moodle.git/commitdiff
Now the JumpMenu is showed when listing activities of this module.
authorstronk7 <stronk7>
Sun, 28 Sep 2003 16:53:17 +0000 (16:53 +0000)
committerstronk7 <stronk7>
Sun, 28 Sep 2003 16:53:17 +0000 (16:53 +0000)
See Bug 803

mod/attendance/index.php
mod/chat/index.php
mod/glossary/index.php
mod/newmodule_template.zip

index 99f28cf0455bd88ee2ae8195e53512483356519e..42ebb83f13f0e1df0abe0e5d4eb796a0c1f84c76 100644 (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
 
index 2ab6fd9432dac3f813fb793f46c87e3e6bdc366f..76ad9f9ae8796ae4bfc19a92fe52a6f5fdcd546d 100644 (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
 
index bce65299edb61d7d38e86a35052deaa3f3c4d2e9..8bfc3d08527fc49963884de9f14e602b03cc2470 100644 (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
 
index c0c981812696395605c68b7dc89b9b6aecfdbe0b..4d2e886482608cacee64944dd91a63efbf77f1f8 100644 (file)
Binary files a/mod/newmodule_template.zip and b/mod/newmodule_template.zip differ