Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6403/templates/default
Modified Files:
search.tpl
Log Message:
expand search range;fix todo display
Index: search.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/search.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** search.tpl 13 Sep 2005 21:57:28 -0000 1.6
--- search.tpl 26 Dec 2008 08:26:31 -0000 1.7
***************
*** 31,35 ****
<div><p class="V12">{L_QUERY}: {FORMATTED_SEARCH}</p></div>
<!-- switch results on -->
! <font class="V12"><b><a class="ps3" href="day.php?cal={CAL}&getdate={KEY}">{DAYOFMONTH}</a></b></font><br />
<div style="margin-left: 10px; margin-bottom: 10px;">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
--- 31,35 ----
<div><p class="V12">{L_QUERY}: {FORMATTED_SEARCH}</p></div>
<!-- switch results on -->
! <font class="V12"><b><a class="ps3" href="day.php?cal={CAL}&getdate={KEY}">{L_STARTING_ON} {DAYOFMONTH}</a></b></font><br />
<div style="margin-left: 10px; margin-bottom: 10px;">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
|