Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25584/phpicalendar/templates/default
Modified Files:
day.tpl
Log Message:
fix day.tpl small nav icons to pass cpath needs change in day.php
Index: day.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/day.tpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** day.tpl 23 May 2004 23:31:22 -0000 1.15
--- day.tpl 11 Nov 2005 04:53:21 -0000 1.16
***************
*** 14,21 ****
<table width="120" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
! <td><a class="psf" href="day.php?cal={CAL}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
! <td><a class="psf" href="week.php?cal={CAL}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
! <td><a class="psf" href="month.php?cal={CAL}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
! <td><a class="psf" href="year.php?cal={CAL}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td>
</tr>
</table>
--- 14,21 ----
<table width="120" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
! <td><a class="psf" href="day.php?cal={CAL}&getdate={GETDATE}{GETCPATH}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
! <td><a class="psf" href="week.php?cal={CAL}&getdate={GETDATE}{GETCPATH}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
! <td><a class="psf" href="month.php?cal={CAL}&getdate={GETDATE}{GETCPATH}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
! <td><a class="psf" href="year.php?cal={CAL}&getdate={GETDATE}{GETCPATH}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td>
</tr>
</table>
|