From: <par...@us...> - 2010-02-09 21:43:17
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14151/templates/default Modified Files: search.tpl Log Message: Update search box style on search page Index: search.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/search.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** search.tpl 29 Dec 2008 05:23:46 -0000 1.8 --- search.tpl 9 Feb 2010 21:43:09 -0000 1.9 *************** *** 7,11 **** <tr valign="top"> <td align="left" width="400" class="title"><h1>{L_RESULTS}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></td> ! <td valign="top" align="right" width="120" class="navback"> <div style="padding-top: 3px;"> <table width="120" border="0" cellpadding="0" cellspacing="0"> --- 7,11 ---- <tr valign="top"> <td align="left" width="400" class="title"><h1>{L_RESULTS}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></td> ! <td valign="top" align="right" width="120" class="navback"> <div style="padding-top: 3px;"> <table width="120" border="0" cellpadding="0" cellspacing="0"> *************** *** 19,23 **** </div> </td> ! </tr> </table> </td> --- 19,23 ---- </div> </td> ! </tr> </table> </td> *************** *** 59,63 **** </table> </div> ! <!-- switch exceptions on --> <font class="V10"><i>{L_EXCEPTION}</i>: <a class="ps3" href="day.php?cal={CAL}&getdate={KEY}">{DAYOFMONTH}</a></font><br /> <div style="margin-left: 10px;"> --- 59,63 ---- </table> </div> ! <!-- switch exceptions on --> <font class="V10"><i>{L_EXCEPTION}</i>: <a class="ps3" href="day.php?cal={CAL}&getdate={KEY}">{DAYOFMONTH}</a></font><br /> <div style="margin-left: 10px;"> *************** *** 85,92 **** </table> </div> ! <!-- switch exceptions off --> <br /> <!-- switch results off --> ! <!-- switch no_results on --> <div align="center"> --- 85,92 ---- </table> </div> ! <!-- switch exceptions off --> <br /> <!-- switch results off --> ! <!-- switch no_results on --> <div align="center"> *************** *** 94,98 **** </div> <!-- switch no_results off --> ! <div align="center"> {SEARCH_BOX} --- 94,98 ---- </div> <!-- switch no_results off --> ! <div align="center"> {SEARCH_BOX} |