From: <ji...@us...> - 2005-11-11 01:39:45
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23692/phpicalendar/templates/default Modified Files: sidebar.tpl Log Message: fix sidebar to pass cpath Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** sidebar.tpl 30 Oct 2005 07:32:45 -0000 1.16 --- sidebar.tpl 11 Nov 2005 01:39:37 -0000 1.17 *************** *** 81,84 **** --- 81,86 ---- <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_MONTHS}</select><br /> <select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_WEEKS}</select><br /> + <input type="hidden" name="cpath" value="{CPATH}"> + </form> <!-- switch show_search on --> |