Update of /cvsroot/phpicalendar/phpicalendar/templates/green
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10159/templates/green
Modified Files:
event.tpl
Removed Files:
search_box.tpl
Log Message:
remove sear_box.tpl from alternative template folders
Index: event.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/event.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** event.tpl 18 May 2007 19:03:07 -0000 1.1
--- event.tpl 28 Dec 2008 20:18:32 -0000 1.2
***************
*** 16,22 ****
<td align="left" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
! <p>{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
<!-- switch description on -->
! <p>{DESCRIPTION}</p>
<!-- switch description off -->
<p>
--- 16,22 ----
<td align="left" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
! <p><b>{L_SUMMARY}</b>:{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
<!-- switch description on -->
! <p><b>{L_DESCRIPTION}</b>:{DESCRIPTION}</p>
<!-- switch description off -->
<p>
***************
*** 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>
--- search_box.tpl DELETED ---
|