aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/calendar_nav.tpl
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2010-02-12 21:56:53 +0000
committerJason Oster <parasytic@users.sourceforge.net>2010-02-12 21:56:53 +0000
commitcb98d0f92dfd9b4e0bcef53d3160c6b7c548e0f4 (patch)
treedb3db1ef8708bdd5379c5ca553bbea27fd9f8d63 /templates/default/calendar_nav.tpl
parentbfe77a76b2aaad24fcc6ab924674e5622646a4e5 (diff)
downloadphpicalendar-cb98d0f92dfd9b4e0bcef53d3160c6b7c548e0f4.tar.gz
phpicalendar-cb98d0f92dfd9b4e0bcef53d3160c6b7c548e0f4.tar.bz2
phpicalendar-cb98d0f92dfd9b4e0bcef53d3160c6b7c548e0f4.zip
CSS fixes for IE7
Diffstat (limited to 'templates/default/calendar_nav.tpl')
-rw-r--r--templates/default/calendar_nav.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/default/calendar_nav.tpl b/templates/default/calendar_nav.tpl
index 60c07d3..2244dc5 100644
--- a/templates/default/calendar_nav.tpl
+++ b/templates/default/calendar_nav.tpl
@@ -94,31 +94,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><br />
+ <select name="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><br />
+ <select name="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><br />
+ <select name="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><br />
+ <select name="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><br />
+ <select name="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