From a43b24985fc57def8607f5b2f3b39ba1333d6e76 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 24 Feb 2004 07:00:13 +0000 Subject: [PATCH] Moving headings --- mod/chat/report.php | 4 ++-- mod/chat/view.php | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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"); -- 2.39.5