From e2b5964ee04480cfa16721b8d0d8d0312138aa10 Mon Sep 17 00:00:00 2001 From: defacer Date: Wed, 25 Aug 2004 11:00:27 +0000 Subject: [PATCH] Merging latest changes from MOODLE_14_STABLE. --- mod/chat/gui_sockets/chatinput.php | 33 +++++++++++++++++++----------- mod/chat/gui_sockets/index.php | 4 ++-- 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/mod/chat/gui_sockets/chatinput.php b/mod/chat/gui_sockets/chatinput.php index 990c43d3be..514a5b2016 100644 --- a/mod/chat/gui_sockets/chatinput.php +++ b/mod/chat/gui_sockets/chatinput.php @@ -27,8 +27,9 @@ optional_variable($chat_pretext, ''); javascript"); ?> - - + -
- ->> + +>>
- - -
chat_serverhost:$CFG->chat_serverport/"; ?>" method="GET" target="empty" id="chatform"> - +chat_serverhost:$CFG->chat_serverport/"; ?>" method="get" target="empty" id="chatform"> @@ -67,7 +77,6 @@ function empty_field_and_submit() {
- diff --git a/mod/chat/gui_sockets/index.php b/mod/chat/gui_sockets/index.php index 2b5783d506..b55d38fbba 100644 --- a/mod/chat/gui_sockets/index.php +++ b/mod/chat/gui_sockets/index.php @@ -66,8 +66,8 @@ chat_serverhost:$CFG->chat_serverport?win=chat&$params"; ?>" NAME="msg" scrolling="auto" noresize marginwidth="2" marginheight="0"> - chat_serverhost:$CFG->chat_serverport?win=users&$params"; ?>" name="users" scrolling="auto" marginwidth="5" marginheight="5"> - -- 2.39.5