Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15624/phpicalendar/templates/default
Modified Files:
header.tpl
Log Message:
adjust date_functions.php, event.js, header.tpl to allow event popups to work with cpath multiple calendar directories
Index: header.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** header.tpl 16 May 2005 19:15:02 -0000 1.11
--- header.tpl 7 Sep 2005 06:08:02 -0000 1.12
***************
*** 16,18 ****
--- 16,19 ----
<input type="hidden" name="time" id="time" value="" />
<input type="hidden" name="uid" id="uid" value="" />
+ <input type="hidden" name="cpath" id="cpath" value="" />
</form>
|