From: <ji...@us...> - 2008-12-26 16:59:14
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18788/templates/default Modified Files: event.tpl Log Message: eliminate negative event lengths and adjust display lengths for short events Index: event.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/event.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** event.tpl 20 Dec 2008 09:35:44 -0000 1.10 --- event.tpl 26 Dec 2008 16:59:10 -0000 1.11 *************** *** 33,36 **** --- 33,39 ---- <b>{L_LOCATION}</b>: {LOCATION}<br /> <!-- switch location off --> + <!-- switch url on --> + <b>{L_URL}</b>: {URL}<br /> + <!-- switch url off --> </p> </div> |