aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/header.tpl
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/default/header.tpl
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/default/header.tpl')
-rw-r--r--templates/default/header.tpl15
1 files changed, 4 insertions, 11 deletions
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