From: <ji...@us...> - 2005-09-07 04:04:51
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30535/phpicalendar/templates/default Modified Files: search.tpl Log Message: fix search.tpl Index: search.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/search.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** search.tpl 19 May 2004 18:26:11 -0000 1.4 --- search.tpl 7 Sep 2005 04:04:44 -0000 1.5 *************** *** 37,40 **** --- 37,43 ---- <td width="120" class="G10BOLD">{L_TIME}:</td> <td align="left" class="G10B">{EVENT_START}</td> + </tr><tr> + <td width="120" class="G10BOLD">{L_LOCATION}:</td> + <td align="left" class="G10B">{LOCATION}</td> </tr> <tr> *************** *** 79,83 **** <td valign="top" align="left" class="V10">{EXCEPT_DESCRIPTION}</td> </tr> ! <!-- switch except_description on --> </table> </div> --- 82,86 ---- <td valign="top" align="left" class="V10">{EXCEPT_DESCRIPTION}</td> </tr> ! <!-- switch except_description off --> </table> </div> |