aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authordavef <davefd2@users.sourceforge.net>2005-05-16 19:14:59 +0000
committerdavef <davefd2@users.sourceforge.net>2005-05-16 19:14:59 +0000
commit81b77a2e087100632ef3c1fb1f8d2f75f867a27e (patch)
treee224a6b82613a883d9211c4a304b2d34955b2386 /templates
parentc4cd9ef3029afc434d5ae41693d059ccfe459799 (diff)
downloadphpicalendar-81b77a2e087100632ef3c1fb1f8d2f75f867a27e.tar.gz
phpicalendar-81b77a2e087100632ef3c1fb1f8d2f75f867a27e.tar.bz2
phpicalendar-81b77a2e087100632ef3c1fb1f8d2f75f867a27e.zip
Big openevent cleanup - changed the openevent api, which significantly simplifies the code.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/event.tpl2
-rw-r--r--templates/default/header.tpl15
2 files changed, 5 insertions, 12 deletions
diff --git a/templates/default/event.tpl b/templates/default/event.tpl
index fd51da6..43c2db2 100644
--- a/templates/default/event.tpl
+++ b/templates/default/event.tpl
@@ -15,7 +15,7 @@
<tr>
<td align="left" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
- <p>{EVENT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
+ <p>{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p>
<!-- switch description on -->
<p>{DESCRIPTION}</p>
<!-- switch description off -->
diff --git a/templates/default/header.tpl b/templates/default/header.tpl
index f06438a..a7ec486 100644
--- a/templates/default/header.tpl
+++ b/templates/default/header.tpl
@@ -12,14 +12,7 @@
</head>
<body>
<form name="eventPopupForm" id="eventPopupForm" method="post" action="includes/event.php" style="display: none;">
- <input type="hidden" name="event" id="event" value="" />
- <input type="hidden" name="cal" id="cal" value="" />
- <input type="hidden" name="start" id="start" value="" />
- <input type="hidden" name="end" id="end" value="" />
- <input type="hidden" name="description" id="description" value="" />
- <input type="hidden" name="status" id="status" value="" />
- <input type="hidden" name="location" id="location" value="" />
- <input type="hidden" name="organizer" id="organizer" value="" />
- <input type="hidden" name="attendee" id="attendee" value="" />
- <input type="hidden" name="url" id="url" value="" />
-</form> \ No newline at end of file
+ <input type="hidden" name="date" id="date" value="" />
+ <input type="hidden" name="time" id="time" value="" />
+ <input type="hidden" name="uid" id="uid" value="" />
+</form>

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