aboutsummaryrefslogtreecommitdiffstats
path: root/templates/green/event.tpl
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 20:18:32 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 20:18:32 +0000
commit40bce8703357905234d5817445b8037260ec4693 (patch)
tree0fd24a3818b6f01e41f9a112651ee300c9dc4c4a /templates/green/event.tpl
parent217454e76e29f9161e2cd49181b67097341755c2 (diff)
downloadphpicalendar-40bce8703357905234d5817445b8037260ec4693.tar.gz
phpicalendar-40bce8703357905234d5817445b8037260ec4693.tar.bz2
phpicalendar-40bce8703357905234d5817445b8037260ec4693.zip
remove sear_box.tpl from alternative template folders
Diffstat (limited to 'templates/green/event.tpl')
-rw-r--r--templates/green/event.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/green/event.tpl b/templates/green/event.tpl
index 43c2db2..b0a9a7f 100644
--- a/templates/green/event.tpl
+++ b/templates/green/event.tpl
@@ -15,9 +15,9 @@
<tr>
<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>
+ <p><b>{L_SUMMARY}</b>:{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
<!-- switch description on -->
- <p>{DESCRIPTION}</p>
+ <p><b>{L_DESCRIPTION}</b>:{DESCRIPTION}</p>
<!-- switch description off -->
<p>
<!-- switch organizer on -->
@@ -32,6 +32,9 @@
<!-- switch location on -->
<b>{L_LOCATION}</b>: {LOCATION}<br />
<!-- switch location off -->
+ <!-- switch url on -->
+ <b>{L_URL}</b>: {URL}<br />
+ <!-- switch url off -->
</p>
</div>
</td>

© 2014-2024 Faster IT GmbH | imprint | privacy policy