Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv13356/includes
Modified Files:
sidebar.php
Log Message:
Fixed IE Bug.
Index: sidebar.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/sidebar.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** sidebar.php 16 Sep 2003 06:14:16 -0000 1.16
--- sidebar.php 16 Sep 2003 06:47:50 -0000 1.17
***************
*** 45,49 ****
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
! <td align="center" class="sideback"><font class="G10BOLD"><?php echo "$jump_lang"; ?></font></td>
</tr>
<tr>
--- 45,49 ----
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
! <td align="center" class="sideback"><div style="height: 20px; margin-top: 3px;" class="G10BOLD"><?php echo "$jump_lang"; ?></div></td>
</tr>
<tr>
***************
*** 79,83 ****
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
! <td align="center" class="sideback"><font class="G10BOLD"><?php echo "$tomorrows_lang"; ?></font></td>
</tr>
<tr>
--- 79,83 ----
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
! <td align="center" class="sideback"><div style="height: 20px; margin-top: 3px;" class="G10BOLD"><?php echo "$tomorrows_lang"; ?></div></td>
</tr>
<tr>
***************
*** 141,145 ****
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
! <td align="center" width="98%" class="sideback"><font class="G10BOLD"><?php echo "$todo_lang"; ?></font></td>
</tr>
<tr>
--- 141,145 ----
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr height="20">
! <td align="center" width="98%" class="sideback"><div style="height: 20px; margin-top: 3px;" class="G10BOLD"><?php echo "$todo_lang"; ?></div></td>
</tr>
<tr>
|