aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-30 04:50:20 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-30 04:50:20 +0000
commit4cbb5e5ff0d2fd15074cf48ac5e38b69ffe6b6a6 (patch)
tree94944f8f998aaaa2f8e1a33625ab39d4349c4766
parentf1fc1465b43d9d1de981716112743ce67e08b132 (diff)
downloadphpicalendar-4cbb5e5ff0d2fd15074cf48ac5e38b69ffe6b6a6.tar.gz
phpicalendar-4cbb5e5ff0d2fd15074cf48ac5e38b69ffe6b6a6.tar.bz2
phpicalendar-4cbb5e5ff0d2fd15074cf48ac5e38b69ffe6b6a6.zip
added go to this week, this month
-rw-r--r--sidebar.php16
1 files changed, 15 insertions, 1 deletions
diff --git a/sidebar.php b/sidebar.php
index 825aa18..e1cd976 100644
--- a/sidebar.php
+++ b/sidebar.php
@@ -25,7 +25,7 @@
</tr>
<tr>
<td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
- <td colspan="6" class="G10B"><?php echo "$cal_displayname2"; ?></td>
+ <td colspan="6" class="G10B"><b><?php echo "$cal_displayname2"; ?></b></td>
</tr>
<tr>
<td colspan="7"><img src="images/spacer.gif" width="21" height="3"></td>
@@ -35,6 +35,20 @@
<td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"day.php?cal=$cal&getdate=$today_today\">Go to Today</a>"; ?></td>
</tr>
<tr>
+ <td colspan="7"><img src="images/spacer.gif" width="21" height="1"></td>
+ </tr>
+ <tr>
+ <td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
+ <td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$today_today\">Go to This Week</a>"; ?></td>
+ </tr>
+ <tr>
+ <td colspan="7"><img src="images/spacer.gif" width="21" height="1"></td>
+ </tr>
+ <tr>
+ <td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
+ <td colspan="6" class="G10B"><?php echo "<a class=\"psf\" href=\"month.php?cal=$cal&getdate=$today_today\">Go to This Month</a>"; ?></td>
+ </tr>
+ <tr>
<td colspan="7"><img src="images/spacer.gif" width="21" height="5"></td>
</tr>
<tr>

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