From: moodler Date: Mon, 7 Jul 2003 12:11:11 +0000 (+0000) Subject: Show the intro text now X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a63d100a03c861b10f64bda94276fb7c2d20c2b6;p=moodle.git Show the intro text now --- diff --git a/mod/chat/view.php b/mod/chat/view.php index 2d161ef5ff..f64294875c 100644 --- a/mod/chat/view.php +++ b/mod/chat/view.php @@ -71,19 +71,16 @@ // chat_display_version("box", $browser); // chat_display_version("text", $browser); - echo "

"; - notify("(Note: This chat module is an early alpha version)"); - echo "

"; - - 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 "



"; + print_spacer(50,50); /// Finish the page