From: <cl...@us...> - 2004-08-13 22:30:23
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28780/templates/default Modified Files: year.tpl Log Message: Fix for [ 999141 ] 2.0a year.php month parse error Index: year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/year.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** year.tpl 19 May 2004 18:26:11 -0000 1.7 --- year.tpl 13 Aug 2004 22:30:10 -0000 1.8 *************** *** 13,17 **** <tr> <td align="right" width="45%" class="navback"> ! <a class="psf" href="year.php?cal={CAL}&getdate={PREV_YEAR}"><img src="styles/silver/left_day.gif" alt="[Previous Year]" border="0" align="right" /></a> </td> <td align="center" width="10%" class="title" nowrap="nowrap" valign="middle"> --- 13,17 ---- <tr> <td align="right" width="45%" class="navback"> ! <a class="psf" href="year.php?cal={CAL}&getdate={PREV_YEAR}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="[Previous Year]" border="0" align="right" /></a> </td> <td align="center" width="10%" class="title" nowrap="nowrap" valign="middle"> *************** *** 19,23 **** </td> <td align="left" width="45%" class="navback"> ! <a class="psf" href="year.php?cal={CAL}&getdate={NEXT_YEAR}"><img src="styles/silver/right_day.gif" alt="[Next Year]" border="0" align="left" /></a> </td> </tr> --- 19,23 ---- </td> <td align="left" width="45%" class="navback"> ! <a class="psf" href="year.php?cal={CAL}&getdate={NEXT_YEAR}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="[Next Year]" border="0" align="left" /></a> </td> </tr> |