aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-14 22:36:54 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-14 22:36:54 +0000
commit30b5705f328315d6829564c5978c86b1f80c34be (patch)
treee40a46641d5a828e27b430fb7dbbc05c16a1283c /includes
parent1724fa0c21afc79bf4e98d074b12f16560ac9b9b (diff)
downloadphpicalendar-30b5705f328315d6829564c5978c86b1f80c34be.tar.gz
phpicalendar-30b5705f328315d6829564c5978c86b1f80c34be.tar.bz2
phpicalendar-30b5705f328315d6829564c5978c86b1f80c34be.zip
Fixed month pulldowns for IE 6.
Diffstat (limited to 'includes')
-rw-r--r--includes/calendar_nav.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/calendar_nav.php b/includes/calendar_nav.php
index aadbebc..4cd4bcc 100644
--- a/includes/calendar_nav.php
+++ b/includes/calendar_nav.php
@@ -105,11 +105,15 @@
if (!isset($query)) $query = '';
echo '<b>'.$jump_lang.'</b><br>';
echo '<img src="images/spacer.gif" width="1" height="6" alt=" "><br>';
- echo "<form style=\"margin-bottom:0;\" action=\"month.php\" method=\"GET\"><select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value+'$query');\">";
+ echo "<form style=\"margin-bottom:0;\" action=\"month.php\" method=\"GET\">";
include('./functions/list_icals.php');
+ echo '<br>';
include('./functions/list_years.php');
+ echo '<br>';
include('./functions/list_months.php');
+ echo '<br>';
include('./functions/list_weeks.php');
+ echo '<br>';
echo "</form>";
echo '<img src="images/spacer.gif" width="1" height="6" alt=" "><br>';

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