From: <ji...@us...> - 2008-12-29 03:07:37
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10074/templates/default Modified Files: week.tpl Log Message: change handling of multiday allday events in week view; other misc changes Index: week.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/week.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** week.tpl 23 Nov 2005 06:07:56 -0000 1.12 --- week.tpl 29 Dec 2008 03:07:34 -0000 1.13 *************** *** 52,55 **** --- 52,56 ---- <!-- loop daysofweek off --> </tr> + <!-- loop allday row on --> <tr valign="top" id="allday"> <td width="60" class="rowOff2" colspan="4"><img src="images/spacer.gif" width="60" height="1" alt=" " /></td> *************** *** 66,69 **** --- 67,71 ---- <!-- loop alldaysofweek off --> </tr> + <!-- loop allday row off --> <!-- loop row on --> <tr> |