aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/event.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-26 21:30:17 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-26 21:30:17 +0000
commit5c5eed1390a103fecc2c57c21bbf79365cb1ee98 (patch)
tree3f5b5c2d8e9b48428c2c692e759e1970ced8e808 /templates/default/event.tpl
parent044a72589427d5fa7f5e59562300bd9c2844ce89 (diff)
downloadphpicalendar-5c5eed1390a103fecc2c57c21bbf79365cb1ee98.tar.gz
phpicalendar-5c5eed1390a103fecc2c57c21bbf79365cb1ee98.tar.bz2
phpicalendar-5c5eed1390a103fecc2c57c21bbf79365cb1ee98.zip
More template work on event.php
Diffstat (limited to 'templates/default/event.tpl')
-rw-r--r--templates/default/event.tpl30
1 files changed, 15 insertions, 15 deletions
diff --git a/templates/default/event.tpl b/templates/default/event.tpl
index 44ed4b8..1b85ee3 100644
--- a/templates/default/event.tpl
+++ b/templates/default/event.tpl
@@ -15,22 +15,22 @@
<tr>
<td align="left" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
- <p>{EVENT} {EVENT_TIMES}</p>
- <!-- Switch Description On -->
+ <p>{EVENT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</font></p>
+ <!-- switch description on -->
<p>{DESCRIPTION}</p>
- <!-- Switch Description Off -->
- <!-- Switch Organizer On -->
- <p>{ORGANIZER_LANG}: {ORGANIZER}</p>
- <!-- Switch Organizer Off -->
- <!-- Switch Attendee On -->
- <p>{ATTENDEE_LANG}: {ATTENDEE}</p>
- <!-- Switch Attendee Off -->
- <!-- Switch Status On -->
- <p>{STATUS_LANG}: {STATUS}</p>
- <!-- Switch Status Off -->
- <!-- Switch Location On -->
- <p>{LOCATION_LANG}: {LOCATION}</p>
- <!-- Switch Location Off -->
+ <!-- switch description off -->
+ <!-- switch organizer on -->
+ <p><b>{ORGANIZER_LANG}</b>: {ORGANIZER}</p>
+ <!-- switch organizer off -->
+ <!-- switch attendee on -->
+ <p><b>{ATTENDEE_LANG}</b>: {ATTENDEE}</p>
+ <!-- switch attendee off -->
+ <!-- switch status on -->
+ <p><b>{STATUS_LANG}</b>: {STATUS}</p>
+ <!-- switch status off -->
+ <!-- switch location on -->
+ <p><b>{LOCATIon_LANG}</b>: {LOCATIon}</p>
+ <!-- switch location off -->
</div>
</td>
</tr>

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