aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2005-12-01 06:25:09 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2005-12-01 06:25:09 +0000
commit20030121c4fc988b94418561191bd9784b9cfd29 (patch)
tree05fe8479ef2a8c02ab867213d1bbd3e7cf4ec412 /templates
parente5e49f470c5e4cdcf55671416ea7297177d139ff (diff)
downloadphpicalendar-20030121c4fc988b94418561191bd9784b9cfd29.tar.gz
phpicalendar-20030121c4fc988b94418561191bd9784b9cfd29.tar.bz2
phpicalendar-20030121c4fc988b94418561191bd9784b9cfd29.zip
Feature #1109495. Print view will now show the location if the field
is defined. Code provided by Nicolas Contamin.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/print.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/default/print.tpl b/templates/default/print.tpl
index cb34c00..c1c8d4e 100644
--- a/templates/default/print.tpl
+++ b/templates/default/print.tpl
@@ -38,6 +38,12 @@
<td width="100" class="G10BOLD">{L_TIME}:</td>
<td align="left" class="G10B">{EVENT_START}</td>
</tr>
+ <!-- switch location_events on -->
+ <tr>
+ <td valign="top" width="100" class="G10BOLD">{L_LOCATION}:</td>
+ <td valign="top" align="left" class="G10B">{LOCATION}</td>
+ </tr>
+ <!-- switch location_events off -->
<tr>
<td valign="top" width="100" class="G10BOLD">{L_SUMMARY}:</td>
<td valign="top" align="left" class="G10B">{EVENT_TEXT}</td>

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