[svn r17220] fix the chat for lower resolution 800x600

skala
Juan Carlos Raña 16 years ago
parent 81e093b4c1
commit 64b7dc6e37
  1. 4
      main/chat/chat.php

@ -1,4 +1,4 @@
<?php // $Id: chat.php 17188 2008-12-09 21:08:07Z herodoto $
<?php // $Id: chat.php 17220 2008-12-10 22:40:05Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -116,7 +116,7 @@ if ($open_chat_window==false)
}
echo '<frameset cols="165,*,0" border="1" frameborder="1" framespacing="1">';
echo '<frame src="chat_whoisonline.php?cidReq='.$cidreq.'" name="chat_whoisonline" scrolling="auto">';
echo'<frameset rows="50,15" border="1" frameborder="1" framespacing="1">';
echo'<frameset rows="25,15" border="1" frameborder="1" framespacing="1">';
echo '<frame src="chat_chat.php?origin='.$_GET["origin"].'&target='.$_GET["target"].'&amp;cidReq='.$cidreq.'" name="chat_chat" scrolling="auto">';
echo '<frame src="chat_message.php?cidReq='.$cidreq.'" name="chat_message" scrolling="no">';
echo '</frameset>';

Loading…
Cancel
Save