Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7815/templates/default
Modified Files:
event.tpl
Log Message:
add download event to event popup
Index: event.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/event.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** event.tpl 26 Dec 2008 16:59:10 -0000 1.11
--- event.tpl 2 Jan 2009 07:12:12 -0000 1.12
***************
*** 36,39 ****
--- 36,42 ----
<b>{L_URL}</b>: {URL}<br />
<!-- switch url off -->
+ <!-- switch event download on -->
+ {EVENT_DOWNLOAD}<br />
+ <!-- switch event download off -->
</p>
</div>
|