From 6bdb788679ccb1db2dd1c04ebafd29a6118bc0a1 Mon Sep 17 00:00:00 2001 From: Jerome Mouneyrac Date: Thu, 17 Oct 2013 16:07:38 +0800 Subject: [PATCH] MDL-24380 Chat: autoscroll help popup incorrect and doesn't display fully --- mod/chat/gui_header_js/chatinput.php | 1 - mod/chat/gui_sockets/chatinput.php | 1 - 2 files changed, 2 deletions(-) diff --git a/mod/chat/gui_header_js/chatinput.php b/mod/chat/gui_header_js/chatinput.php index 95643c7148f..ce2dedb5e14 100644 --- a/mod/chat/gui_header_js/chatinput.php +++ b/mod/chat/gui_header_js/chatinput.php @@ -49,7 +49,6 @@ echo html_writer::label(get_string('entermessage', 'chat'), 'input_chat_message' echo html_writer::empty_tag('input', array('type'=>'text', 'id'=>'input_chat_message', 'name'=>'chat_message', 'size'=>'50', 'value'=>'')); echo html_writer::empty_tag('input', array('type'=>'checkbox', 'id'=>'auto', 'checked'=>'checked', 'value'=>'')); echo html_writer::tag('label', get_string('autoscroll', 'chat'), array('for'=>'auto')); -echo $OUTPUT->help_icon('usingchat', 'chat'); echo html_writer::end_tag('form'); echo html_writer::start_tag('form', array('action'=>'insert.php', 'method'=>'post', 'target'=>'empty', 'id'=>'sendForm')); diff --git a/mod/chat/gui_sockets/chatinput.php b/mod/chat/gui_sockets/chatinput.php index 8a9d8640354..af5afb54c8c 100644 --- a/mod/chat/gui_sockets/chatinput.php +++ b/mod/chat/gui_sockets/chatinput.php @@ -32,7 +32,6 @@ echo $OUTPUT->header(); onsubmit="return empty_field_and_submit();"> - help_icon('usingchat', 'chat'); ?>
chat_serverhost:$CFG->chat_serverport/"; ?>" method="get" target="empty" id="sendform"> -- 2.11.4.GIT