aboutsummaryrefslogtreecommitdiffstats
path: root/includes/calendar_nav.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-21 05:59:31 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-21 05:59:31 +0000
commitf5f3fe507385fa6616c90aef92eb95857ff6c7a0 (patch)
treead4df0143071bd4de5f7198057865443953679ce /includes/calendar_nav.php
parent6a373e9bb0f5fdf87630aa4ca9d07bf8e7f1f377 (diff)
downloadphpicalendar-f5f3fe507385fa6616c90aef92eb95857ff6c7a0.tar.gz
phpicalendar-f5f3fe507385fa6616c90aef92eb95857ff6c7a0.tar.bz2
phpicalendar-f5f3fe507385fa6616c90aef92eb95857ff6c7a0.zip
Fixed extra forms on sidebar. Fixed missing <tr>s.
Diffstat (limited to 'includes/calendar_nav.php')
-rw-r--r--includes/calendar_nav.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/calendar_nav.php b/includes/calendar_nav.php
index f51cf2d..b299c6d 100644
--- a/includes/calendar_nav.php
+++ b/includes/calendar_nav.php
@@ -50,6 +50,7 @@
echo '<td align="center" class="G10BOLD">'.$day.'</td>';
$start_day = strtotime("+1 day", $start_day);
}
+ echo '</tr>';
$minical_time = strtotime("-1 month", $fake_getdate_time);
$minical_month = date("m", $minical_time);
$minical_year = date("Y", $minical_time);
@@ -103,7 +104,7 @@
echo '<b>'.$jump_lang.'</b><br>';
echo '<img src="images/spacer.gif" width="1" height="6" alt=" "><br>';
- echo "<form action=\"day.php\" method=\"GET\"><select name=\"action\" class=\"query_style\" onChange=\"window.location=(this.options[this.selectedIndex].value+'$query');\">";
+ echo "<form 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');
@@ -171,6 +172,7 @@
echo '<td align="center" class="G10BOLD">'.$day.'</td>';
$start_day = strtotime("+1 day", $start_day);
}
+ echo '</tr>';
$minical_time = strtotime("+1 month", $fake_getdate_time);
$minical_month = date("m", $minical_time);
$minical_year = date("Y", $minical_time);

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