aboutsummaryrefslogtreecommitdiffstats
path: root/includes/calendar_nav.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-21 17:13:45 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-21 17:13:45 +0000
commit4889e1d8af1b923405204bb91fc8c732eb9ab96d (patch)
treef182877f5f609d5948290835cb35b79512b13a1f /includes/calendar_nav.php
parentf5f3fe507385fa6616c90aef92eb95857ff6c7a0 (diff)
downloadphpicalendar-4889e1d8af1b923405204bb91fc8c732eb9ab96d.tar.gz
phpicalendar-4889e1d8af1b923405204bb91fc8c732eb9ab96d.tar.bz2
phpicalendar-4889e1d8af1b923405204bb91fc8c732eb9ab96d.zip
Removed extra form space with a style.
Diffstat (limited to 'includes/calendar_nav.php')
-rw-r--r--includes/calendar_nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/calendar_nav.php b/includes/calendar_nav.php
index b299c6d..132fa2d 100644
--- a/includes/calendar_nav.php
+++ b/includes/calendar_nav.php
@@ -104,7 +104,7 @@
echo '<b>'.$jump_lang.'</b><br>';
echo '<img src="images/spacer.gif" width="1" height="6" alt=" "><br>';
- echo "<form 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\"><select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value+'$query');\">";
include('./functions/list_icals.php');
include('./functions/list_years.php');
include('./functions/list_months.php');

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