From: <cl...@us...> - 2004-02-05 00:18:05
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5071/templates/default Modified Files: day.tpl Log Message: Coded allday events for day.php Index: day.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/day.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** day.tpl 4 Feb 2004 05:55:15 -0000 1.3 --- day.tpl 5 Feb 2004 00:15:37 -0000 1.4 *************** *** 36,44 **** <td> <!-- loop allday on --> ! <div class="alldaybg_1"> ! <span class="V10WB">Call at some place</span> ! </div> ! <div class="alldaybg_1"> ! <span class="V10WB">Some Holiday</span> </div> <!-- loop allday off --> --- 36,41 ---- <td> <!-- loop allday on --> ! <div class="alldaybg_{CALNO}"> ! {EVENT} </div> <!-- loop allday off --> |