aboutsummaryrefslogtreecommitdiffstats
path: root/functions/event.js
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-03-10 19:48:22 +0000
committerChad Little <clittle@users.sourceforge.net>2003-03-10 19:48:22 +0000
commitac1b58f573dbf1ee088528f1e232ca6e04cfa76a (patch)
treeba2f7e3645e45f6ac5e2422f2b8cd2f3fb88d358 /functions/event.js
parentf35b2a9d4c0e7b7674316e29c0a0381c27f4f27d (diff)
downloadphpicalendar-ac1b58f573dbf1ee088528f1e232ca6e04cfa76a.tar.gz
phpicalendar-ac1b58f573dbf1ee088528f1e232ca6e04cfa76a.tar.bz2
phpicalendar-ac1b58f573dbf1ee088528f1e232ca6e04cfa76a.zip
Support for displaying event STATUS in the java pop-up.
Diffstat (limited to 'functions/event.js')
-rw-r--r--functions/event.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/functions/event.js b/functions/event.js
index 0f3bcad..8b0ebb2 100644
--- a/functions/event.js
+++ b/functions/event.js
@@ -4,7 +4,7 @@
?>
<script language="JavaScript" type="text/javascript">
<!--
- function openEventInfo(event, calendarname, start, end, description)
+ function openEventInfo(event, calendarname, start, end, description, status)
{
var windowW = 460;
var windowH = 275;
@@ -13,7 +13,8 @@
"&cal="+calendarname+
"&start="+start+
"&end="+end+
- "&description="+description;
+ "&description="+description+
+ "&status="+status;
options = "scrollbars=yes,width="+windowW+",height="+windowH;

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