]> git.mjollnir.org Git - moodle.git/commitdiff
Show the intro text now
authormoodler <moodler>
Mon, 7 Jul 2003 12:11:11 +0000 (12:11 +0000)
committermoodler <moodler>
Mon, 7 Jul 2003 12:11:11 +0000 (12:11 +0000)
mod/chat/view.php

index 2d161ef5ff68eca0856dfa5aa6e0b85d0ebd8b49..f64294875c25f561bfbd681e6e08304bd9bdfbf7 100644 (file)
    // chat_display_version("box", $browser);
    // chat_display_version("text", $browser);
 
-    echo "<br /><br />";
-    notify("(Note: This chat module is an early alpha version)");
-    echo "<br /><br />";
-
-    print_simple_box_start("center");
+    print_simple_box( text_to_html($chat->intro) , "center");
 
+    print_spacer(20,20);
 
+    print_simple_box_start("center");
     link_to_popup_window ("/mod/chat/gui_$chatversion/index.php?id=$chat->id", 
                           "chat$chat->id", "$strenterchat", 500, 700, $strchat);
-
     print_simple_box_end();
 
-    echo "<br /><br /><br /><br />";
+    print_spacer(50,50);
 
 
 /// Finish the page