From: <cl...@us...> - 2004-02-06 05:51:46
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11491/templates/default Modified Files: sidebar.tpl Log Message: Initial wiring of vtodo. Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** sidebar.tpl 6 Feb 2004 04:54:43 -0000 1.8 --- sidebar.tpl 6 Feb 2004 05:49:06 -0000 1.9 *************** *** 100,104 **** <!-- switch tomorrows_events off --> ! <!-- switch todo on --> <table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder"> --- 100,104 ---- <!-- switch tomorrows_events off --> ! <!-- switch vtodo on --> <table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder"> *************** *** 130,134 **** <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> ! <!-- switch show_normal on --> </table> </div> --- 130,134 ---- <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> ! <!-- switch show_normal off --> </table> </div> *************** *** 146,150 **** ! <!-- switch todo off --> {MONTH_SMALL|-1} --- 146,150 ---- ! <!-- switch vtodo off --> {MONTH_SMALL|-1} |