aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-11 05:51:01 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-11 05:51:01 +0000
commitf33f98461af4985f6b2d325d3bebee158952e0c9 (patch)
tree805908a93189b81d9c3e6492779314d7537eb51e /templates
parente0a6f0bab2dd9ccacc465b1c089735cab4a97179 (diff)
downloadphpicalendar-f33f98461af4985f6b2d325d3bebee158952e0c9.tar.gz
phpicalendar-f33f98461af4985f6b2d325d3bebee158952e0c9.tar.bz2
phpicalendar-f33f98461af4985f6b2d325d3bebee158952e0c9.zip
Added JS.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/header.tpl15
1 files changed, 14 insertions, 1 deletions
diff --git a/templates/default/header.tpl b/templates/default/header.tpl
index 891760f..fa9c21c 100644
--- a/templates/default/header.tpl
+++ b/templates/default/header.tpl
@@ -9,7 +9,20 @@
<link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_VIEW}/rss/rss.php?cal={CAL}&amp;rssview={CURRENT_VIEW}">
<!-- switch rss_available off -->
{EVENT_JS}
- {TODO_JS}
+ <script language="JavaScript" type="text/javascript">
+ <!--
+ function openTodoInfo(vtodo_array)
+ {
+ var windowW = 460;
+ var windowH = 275;
+ var url = "includes/todo.php?vtodo_array="+vtodo_array;
+ options = "scrollbars=yes,width="+windowW+",height="+windowH;
+ info = window.open(url, "Popup", options);
+ info.focus();
+ }
+
+ //-->
+ </script>
</head>
<body>
<form name="eventPopupForm" id="eventPopupForm" method="post" action="includes/event.php" style="display: none;">

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