MDL-35264 mod_chat Bigger frame for text input
authorDavid Monllao <davidm@moodle.com>
Wed, 12 Sep 2012 05:52:50 +0000 (13:52 +0800)
committerAparup Banerjee <aparup@moodle.com>
Wed, 12 Sep 2012 06:54:16 +0000 (14:54 +0800)
mod/chat/gui_sockets/index.php

index 4a5de8b..ab3d83b 100644 (file)
@@ -64,7 +64,7 @@ $courseshortname = format_string($course->shortname, true, array('context' => ge
   </title>
  </head>
  <frameset cols="*,200" border="5" framespacing="no" frameborder="yes" marginwidth="2" marginheight="1">
-  <frameset rows="0,*,50" border="0" framespacing="no" frameborder="no" marginwidth="2" marginheight="1">
+  <frameset rows="0,*,70" border="0" framespacing="no" frameborder="no" marginwidth="2" marginheight="1">
    <frame src="../empty.php" name="empty" scrolling="auto" noresize marginwidth="2" marginheight="0">
    <frame src="<?php echo "http://$CFG->chat_serverhost:$CFG->chat_serverport?win=chat&amp;$params"; ?>" scrolling="auto" name="msg" noresize marginwidth="2" marginheight="0">
    <frame src="chatinput.php?<?php echo $params ?>" name="input" scrolling="no" marginwidth="2" marginheight="1">