aboutsummaryrefslogtreecommitdiffstats
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
parentf5f3fe507385fa6616c90aef92eb95857ff6c7a0 (diff)
downloadphpicalendar-4889e1d8af1b923405204bb91fc8c732eb9ab96d.tar.gz
phpicalendar-4889e1d8af1b923405204bb91fc8c732eb9ab96d.tar.bz2
phpicalendar-4889e1d8af1b923405204bb91fc8c732eb9ab96d.zip
Removed extra form space with a style.
-rw-r--r--calendars/Home.ics18
-rw-r--r--includes/calendar_nav.php2
-rw-r--r--includes/sidebar.php6
3 files changed, 22 insertions, 4 deletions
diff --git a/calendars/Home.ics b/calendars/Home.ics
index 8d34d82..3e05e61 100644
--- a/calendars/Home.ics
+++ b/calendars/Home.ics
@@ -193,4 +193,22 @@ TRANSP:OPAQUE
RRULE;X-EVOLUTION-ENDDATE=20031212T160000Z:FREQ=WEEKLY;COUNT=3;INTERVAL=2;
BYDAY=FR
END:VEVENT
+BEGIN:VEVENT
+SUMMARY:Daylight Savings +1 hr
+DESCRIPTION:1st Sunday of April
+DTSTAMP:20030701T000000Z
+UID:holiday0009@icaldates.com
+CATEGORIES:Holiday - US
+DTSTART;VALUE=DATE:17530401
+RRULE:FREQ=MONTHLY;BYMONTH=4;BYDAY=1SU
+END:VEVENT
+BEGIN:VEVENT
+SUMMARY:Daylight Savings -1 hr
+DESCRIPTION:Last Sunday of October
+DTSTAMP:20030701T000000Z
+UID:holiday0010@icaldates.com
+CATEGORIES:Holiday - US
+DTSTART;VALUE=DATE:17531028
+RRULE:FREQ=MONTHLY;BYMONTH=10;BYDAY=-1SU
+END:VEVENT
END:VCALENDAR
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');
diff --git a/includes/sidebar.php b/includes/sidebar.php
index cba4e46..6456a73 100644
--- a/includes/sidebar.php
+++ b/includes/sidebar.php
@@ -13,7 +13,7 @@ if (strlen($cal_displayname2) > 24) {
$cal_displayname2 = $cal_displayname2 . "...";
}
-$search_box = '<form action="search.php" method="GET"><input type="hidden" name="cal" value="'.$cal.'"><input type="hidden" name="getdate" value="'.$getdate.'"><input type="text" style="font-size:10px" size="15" class="search_style" name="query" value="'.$search_lang.'" onfocus="javascript:if(this.value==\''.$search_lang.'\') {this.value=\'\';}" onblur="javascript:if(this.value==\'\') {this.value=\''.$search_lang.'\'}"><INPUT type="image" src="styles/'.$style_sheet.'/search.gif" name="submit" value="Search"></form>';
+$search_box = '<form style="margin-bottom:0;" action="search.php" method="GET"><input type="hidden" name="cal" value="'.$cal.'"><input type="hidden" name="getdate" value="'.$getdate.'"><input type="text" style="font-size:10px" size="15" class="search_style" name="query" value="'.$search_lang.'" onfocus="javascript:if(this.value==\''.$search_lang.'\') {this.value=\'\';}" onblur="javascript:if(this.value==\'\') {this.value=\''.$search_lang.'\'}"><INPUT type="image" src="styles/'.$style_sheet.'/search.gif" name="submit" value="Search"></form>';
?>
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
@@ -50,7 +50,7 @@ $search_box = '<form action="search.php" method="GET"><input type="hidden" name=
<?php
echo '<div style="padding: 5px;">';
- echo '<form action="day.php" method="GET">';
+ echo '<form style="margin-bottom:0;" action="day.php" method="GET">';
echo "<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');
@@ -61,7 +61,7 @@ $search_box = '<form action="search.php" method="GET"><input type="hidden" name=
echo $search_box;
}
if ($display_custom_goto == "yes") {
- echo '<form action="day.php" method="GET">';
+ echo '<form style="margin-bottom:0;" action="day.php" method="GET">';
echo '<input type="hidden" name="cal" value="'.urlencode($cal).'">';
echo '<input type="text" style="width:160px; font-size:10px" name="jumpto_day">';
echo '<input type="submit" value="Go">';

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