Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26993/phpicalendar/templates/default
Modified Files:
sidebar.tpl
Log Message:
Add support for cpath to multiple calendar pick
Index: sidebar.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** sidebar.tpl 14 Sep 2005 20:44:55 -0000 1.15
--- sidebar.tpl 30 Oct 2005 07:32:45 -0000 1.16
***************
*** 95,98 ****
--- 95,99 ----
<div class = 'G10BOLD'>Pick Multiple:</div>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
+ <input type="hidden" name="cpath" value="{CPATH}">
<input type="hidden" name="getdate" value="{GETDATE}">
<select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br />
|