aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-11-11 05:15:25 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-11-11 05:15:25 +0000
commit49a414746193c16fc7c0183032333a69de575cf5 (patch)
treefd5a8812db3a20940d1bc782be41ff7a6770188f /templates
parenta105312cd95f48da632a39dd369be24062d6c988 (diff)
downloadphpicalendar-49a414746193c16fc7c0183032333a69de575cf5.tar.gz
phpicalendar-49a414746193c16fc7c0183032333a69de575cf5.tar.bz2
phpicalendar-49a414746193c16fc7c0183032333a69de575cf5.zip
fix calendar nav icons to pass cpath
Diffstat (limited to 'templates')
-rw-r--r--templates/default/calendar_nav.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl
index c89468b..bbbad23 100644
--- a/templates/default/calendar_nav.tpl
+++ b/templates/default/calendar_nav.tpl
@@ -27,12 +27,15 @@
<select name="action" class="query_style" onchange="window.location=(this.options[this.selectedIndex].value);">{LIST_YEARS}</select><br />
<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 -->
{SEARCH_BOX}
<!-- switch show_search off -->
<!-- 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">
<input type="submit" value="Go">
@@ -42,6 +45,7 @@
<div class = 'G10BOLD'>Pick Multiple:</div>
<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">
</form>

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