aboutsummaryrefslogtreecommitdiffstats
path: root/functions/event.js
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-25 23:29:10 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-25 23:29:10 +0000
commit263a43dafb9a0e7cc93a3b1bdd2ba6f68d0fc504 (patch)
tree866a9bf2d01bf67608ebead782bccd4c82f1c834 /functions/event.js
parentf73fafca80535e75215c8f3d179fca8a892fa849 (diff)
downloadphpicalendar-263a43dafb9a0e7cc93a3b1bdd2ba6f68d0fc504.tar.gz
phpicalendar-263a43dafb9a0e7cc93a3b1bdd2ba6f68d0fc504.tar.bz2
phpicalendar-263a43dafb9a0e7cc93a3b1bdd2ba6f68d0fc504.zip
Descriptions / Notes add-in, now supports this in event.php and master_array
Diffstat (limited to 'functions/event.js')
-rw-r--r--functions/event.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/functions/event.js b/functions/event.js
index 6b51d1e..2b78312 100644
--- a/functions/event.js
+++ b/functions/event.js
@@ -1,14 +1,15 @@
<script language="JavaScript">
<!--
- function openEventInfo(event, calendarname, start, end)
+ function openEventInfo(event, calendarname, start, end, description)
{
var windowW = 450;
- var windowH = 175;
+ var windowH = 275;
var url = "event.php?event="+escape(event)+
"&calendar_name="+escape(calendarname)+
"&start="+escape(start)+
- "&end="+escape(end);
+ "&end="+escape(end)+
+ "&description="+escape(description);
options = "scrollbars=no"+",width="+windowW+",height="+windowH;

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