Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv20918
Modified Files:
exit.php3
Log Message:
another js fixes for users popus
Index: exit.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/exit.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** exit.php3 2001/04/04 16:22:49 1.3
--- exit.php3 2001/04/04 17:29:54 1.4
***************
*** 119,123 ****
?>
<!-- Display the icon to launch the users popup -->
! <a href="<?php echo($usersPopupUrl); ?>" onclick="pmcUsersPopup('<?php echo(md5(C_CHAT_URL)); ?>'); return false" target="_blank">
<img src="images/popup.gif" width="13" height="13" align="middle" border="0" alt="<?php echo(L_DETACH); ?>" /></a>
--- 119,123 ----
?>
<!-- Display the icon to launch the users popup -->
! <a href="<?php echo($usersPopupUrl); ?>" onclick="window.parent.pmcUsersPopup('<?php echo(md5(C_CHAT_URL)); ?>'); return false" target="_blank">
<img src="images/popup.gif" width="13" height="13" align="middle" border="0" alt="<?php echo(L_DETACH); ?>" /></a>
|