]> git.mjollnir.org Git - moodle.git/commitdiff
Moving headings
authormoodler <moodler>
Tue, 24 Feb 2004 07:00:13 +0000 (07:00 +0000)
committermoodler <moodler>
Tue, 24 Feb 2004 07:00:13 +0000 (07:00 +0000)
mod/chat/report.php
mod/chat/view.php

index b15b2d380db2ec3ac0631b60dd38fbbfa911692e..a86b65aa09b22a4e4b7e3929ed60ed8655f74128 100644 (file)
@@ -94,6 +94,8 @@
                  <a href=\"view.php?id=$cm->id\">$chat->name</a> -> $strchatreport", 
                   "", "", true, "", navmenu($course, $cm));
 
+    print_heading($chat->name.": ".get_string("sessions", "chat"));
+
 
 /// Check to see if groups are being used here
     if ($groupmode = groupmode($course, $cm)) {   // Groups are being used
         $groupparam = "";
     }
 
-    print_heading($chat->name.": ".get_string("sessions", "chat"));
-
 /// Delete a session if one has been specified
 
     if ($deletesession and $isteacheredit and $confirmdelete and $start and $end) {
index 54b3b2b8abac8ff96a979c36928112b8f71e933e..a30bce3c882a2dc56ea7e9a5048f5c795d7e3c4f 100644 (file)
@@ -64,6 +64,7 @@
               get_string("viewreport", "chat")."</a></p>";
     }
 
+    print_heading($chat->name);
 
 /// Check to see if groups are being used here
     if ($groupmode = groupmode($course, $cm)) {   // Groups are being used
    // chat_display_version("box", $browser);
    // chat_display_version("text", $browser);
 
-    print_heading($chat->name);
-
 
     if (!isguest()) {
         print_simple_box_start("center");