Skip to content

Commit

Permalink
MDL-35264 mod_chat Bigger frame for text input
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao authored and Aparup Banerjee committed Sep 12, 2012
1 parent 561cbb8 commit 7737d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/chat/gui_sockets/index.php
Expand Up @@ -64,7 +64,7 @@
</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">
Expand Down

0 comments on commit 7737d24

Please sign in to comment.