From: moodler Date: Tue, 24 Feb 2004 07:00:13 +0000 (+0000) Subject: Moving headings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a43b24985fc57def8607f5b2f3b39ba1333d6e76;p=moodle.git Moving headings --- diff --git a/mod/chat/report.php b/mod/chat/report.php index b15b2d380d..a86b65aa09 100644 --- a/mod/chat/report.php +++ b/mod/chat/report.php @@ -94,6 +94,8 @@ id\">$chat->name -> $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 @@ -110,8 +112,6 @@ $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) { diff --git a/mod/chat/view.php b/mod/chat/view.php index 54b3b2b8ab..a30bce3c88 100644 --- a/mod/chat/view.php +++ b/mod/chat/view.php @@ -64,6 +64,7 @@ get_string("viewreport", "chat")."

"; } + print_heading($chat->name); /// Check to see if groups are being used here if ($groupmode = groupmode($course, $cm)) { // Groups are being used @@ -99,8 +100,6 @@ // chat_display_version("box", $browser); // chat_display_version("text", $browser); - print_heading($chat->name); - if (!isguest()) { print_simple_box_start("center");