From: <ji...@us...> - 2005-11-11 05:15:33
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29514/phpicalendar/templates/default Modified Files: calendar_nav.tpl Log Message: fix calendar nav icons to pass cpath Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** calendar_nav.tpl 14 Sep 2005 20:44:55 -0000 1.13 --- calendar_nav.tpl 11 Nov 2005 05:15:25 -0000 1.14 *************** *** 28,31 **** --- 28,33 ---- <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 --> *************** *** 34,37 **** --- 36,40 ---- <!-- switch show_goto on --> <form style="margin-bottom:0;" action="day.php" method="get"> + <input type="hidden" name="cpath" value="{CPATH}"> <input type="hidden" name="cal" value="{URL_CAL}"> <input type="text" style="width:160px; font-size:10px" name="jumpto_day"> *************** *** 43,46 **** --- 46,50 ---- <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> <input type="hidden" name="getdate" value="{GETDATE}"> + <input type="hidden" name="cpath" value="{CPATH}"> <select name="cal[]" class="query_style" size="5" multiple="multiple">{LIST_ICALS_PICK}</select><br /> <input type="submit" value="go"> |