Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv6132/chat
Modified Files:
help_popup.php3
Log Message:
Some others word case problems...
Index: help_popup.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/help_popup.php3,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** help_popup.php3 2001/04/28 20:20:07 1.12
--- help_popup.php3 2001/04/28 20:31:18 1.13
***************
*** 187,191 ****
<table border="0" cellpadding="3" width="574" class="table">
<tr>
! <th class="tabtitle" colspan="<?php echo($smiliesCnt); ?>"><?php echo(L_HELP_TIT_1); ?></th>
</tr>
<?php
--- 187,191 ----
<table border="0" cellpadding="3" width="574" class="table">
<tr>
! <th class="tabTitle" colspan="<?php echo($smiliesCnt); ?>"><?php echo(L_HELP_TIT_1); ?></th>
</tr>
<?php
***************
*** 218,222 ****
<!-- Text formatting help -->
<table border="0" cellpadding="3" width="574" class="table">
! <tr><td align="center" class="tabtitle"><?php echo(L_HELP_TIT_2); ?></td></tr>
<tr><td align="<?php echo($cellAlign); ?>"><?php echo(L_HELP_FMT_1); ?></td></tr>
<tr><td align="<?php echo($cellAlign); ?>"><?php echo(L_HELP_FMT_2); ?></td></tr>
--- 218,222 ----
<!-- Text formatting help -->
<table border="0" cellpadding="3" width="574" class="table">
! <tr><td align="center" class="tabTitle"><?php echo(L_HELP_TIT_2); ?></td></tr>
<tr><td align="<?php echo($cellAlign); ?>"><?php echo(L_HELP_FMT_1); ?></td></tr>
<tr><td align="<?php echo($cellAlign); ?>"><?php echo(L_HELP_FMT_2); ?></td></tr>
***************
*** 230,234 ****
<!-- Commands help -->
<table border="0" cellpadding="3" width="574" class="table">
! <tr><th align="center" class="tabtitle" colspan="2"><?php echo(L_HELP_TIT_3); ?></th></tr>
<tr><th align="center" colspan="2"><?php echo(L_HELP_CMD_0); ?></th></tr>
<tr><th align="<?php echo($cellAlign); ?>" colspan="2"><a href="#" onclick="pmcCmd2Input('/!', false); return false" class="sender">/!</a></th></tr>
--- 230,234 ----
<!-- Commands help -->
<table border="0" cellpadding="3" width="574" class="table">
! <tr><th align="center" class="tabTitle" colspan="2"><?php echo(L_HELP_TIT_3); ?></th></tr>
<tr><th align="center" colspan="2"><?php echo(L_HELP_CMD_0); ?></th></tr>
<tr><th align="<?php echo($cellAlign); ?>" colspan="2"><a href="#" onclick="pmcCmd2Input('/!', false); return false" class="sender">/!</a></th></tr>
|