From: <cl...@us...> - 2005-09-13 21:57:37
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15972/templates/default Modified Files: search.tpl Log Message: Minor cosmetics. Index: search.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/search.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** search.tpl 7 Sep 2005 04:04:44 -0000 1.5 --- search.tpl 13 Sep 2005 21:57:28 -0000 1.6 *************** *** 6,10 **** <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> ! <td align="left" width="400" class="navback"><div style="padding: 5px;"><h1>{L_RESULTS}</h1><br /><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span></div></td> <td valign="top" align="right" width="120" class="navback"> <div style="padding-top: 3px;"> --- 6,10 ---- <table width="100%" border="0" cellspacing="0" cellpadding="0"> <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;"> *************** *** 53,57 **** <!-- switch description on --> <tr> ! <td valign="top" width="100" class="G10BOLD">{L_DESCRIPTION}</td> <td valign="top" align="left" class="G10B">{DESCRIPTION}</td> </tr> --- 53,57 ---- <!-- switch description on --> <tr> ! <td valign="top" width="100" class="G10BOLD">{L_DESCRIPTION}:</td> <td valign="top" align="left" class="G10B">{DESCRIPTION}</td> </tr> |