aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/event.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-26 22:50:47 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-26 22:50:47 +0000
commitb1b0bb48e861325551b48be4001de5f9cf1ff852 (patch)
tree84ba6bd6ca6141fd3522e2a59e2384de18fc7e79 /templates/default/event.tpl
parent5c5eed1390a103fecc2c57c21bbf79365cb1ee98 (diff)
downloadphpicalendar-b1b0bb48e861325551b48be4001de5f9cf1ff852.tar.gz
phpicalendar-b1b0bb48e861325551b48be4001de5f9cf1ff852.tar.bz2
phpicalendar-b1b0bb48e861325551b48be4001de5f9cf1ff852.zip
More templating.
Diffstat (limited to 'templates/default/event.tpl')
-rw-r--r--templates/default/event.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/default/event.tpl b/templates/default/event.tpl
index 1b85ee3..b1ea933 100644
--- a/templates/default/event.tpl
+++ b/templates/default/event.tpl
@@ -19,18 +19,20 @@
<!-- switch description on -->
<p>{DESCRIPTION}</p>
<!-- switch description off -->
+ <p>
<!-- switch organizer on -->
- <p><b>{ORGANIZER_LANG}</b>: {ORGANIZER}</p>
+ <b>{ORGANIZER_LANG}</b>: {ORGANIZER}<br>
<!-- switch organizer off -->
<!-- switch attendee on -->
- <p><b>{ATTENDEE_LANG}</b>: {ATTENDEE}</p>
+ <b>{ATTENDEE_LANG}</b>: {ATTENDEE}<br>
<!-- switch attendee off -->
<!-- switch status on -->
- <p><b>{STATUS_LANG}</b>: {STATUS}</p>
+ <b>{STATUS_LANG}</b>: {STATUS}<br>
<!-- switch status off -->
<!-- switch location on -->
- <p><b>{LOCATIon_LANG}</b>: {LOCATIon}</p>
+ <b>{LOCATION_LANG}</b>: {LOCATION}<br>
<!-- switch location off -->
+ </p>
</div>
</td>
</tr>

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