aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/sidebar.tpl
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2010-04-08 21:33:14 +0000
committerJason Oster <parasytic@users.sourceforge.net>2010-04-08 21:33:14 +0000
commit873688e87be6762e794cfc6e11c2c9d407d8929a (patch)
treef9adc87272a3da52ffabcbfee123a486489d4995 /templates/default/sidebar.tpl
parentd58c8698aa924355ee9d59407ba064b0ed5ff308 (diff)
downloadphpicalendar-873688e87be6762e794cfc6e11c2c9d407d8929a.tar.gz
phpicalendar-873688e87be6762e794cfc6e11c2c9d407d8929a.tar.bz2
phpicalendar-873688e87be6762e794cfc6e11c2c9d407d8929a.zip
Really fix jump-box
Diffstat (limited to 'templates/default/sidebar.tpl')
-rw-r--r--templates/default/sidebar.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index 0a3dad4..d751f42 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -81,31 +81,31 @@
<input type="hidden" name="cpath" value="{CPATH}"/>
<input type="hidden" name="cal" value=""/>
<input type="hidden" name="getdate" value=""/>
- <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select>
+ <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select>
</form>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
<input type="hidden" name="cpath" value="{CPATH}"/>
<input type="hidden" name="cal" value=""/>
<input type="hidden" name="getdate" value=""/>
- <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select>
+ <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select>
</form>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
<input type="hidden" name="cpath" value="{CPATH}"/>
<input type="hidden" name="cal" value=""/>
<input type="hidden" name="getdate" value=""/>
- <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select>
+ <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select>
</form>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
<input type="hidden" name="cpath" value="{CPATH}"/>
<input type="hidden" name="cal" value=""/>
<input type="hidden" name="getdate" value=""/>
- <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select>
+ <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select>
</form>
<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get">
<input type="hidden" name="cpath" value="{CPATH}"/>
<input type="hidden" name="cal" value=""/>
<input type="hidden" name="getdate" value=""/>
- <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select>
+ <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select>
</form>
<!-- switch show_search on -->
{SEARCH_BOX}

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