aboutsummaryrefslogtreecommitdiffstats
path: root/month_bottom.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-30 07:13:28 +0000
committerjwangen <jwangen>2002-09-30 07:13:28 +0000
commit1821179efe27ae301097dfa93180f65812d8acec (patch)
tree73854b41455640a5d0669533c259cc6258e777ee /month_bottom.php
parenta2be761290f5824aad25f6c1044323e14d34591c (diff)
downloadphpicalendar-1821179efe27ae301097dfa93180f65812d8acec.tar.gz
phpicalendar-1821179efe27ae301097dfa93180f65812d8acec.tar.bz2
phpicalendar-1821179efe27ae301097dfa93180f65812d8acec.zip
custom jump to field can be turned on or off
Diffstat (limited to 'month_bottom.php')
-rw-r--r--month_bottom.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/month_bottom.php b/month_bottom.php
index 86e322b..42d56d3 100644
--- a/month_bottom.php
+++ b/month_bottom.php
@@ -196,6 +196,22 @@
<td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
<td colspan="6" class="G10B"><?php include('./functions/list_weeks.php'); ?></td>
</tr>
+ <?php
+ if ($display_custom_goto == "yes" {
+ ?>
+ <tr>
+ <td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
+ <td colspan="6" class="G10B">
+ <form action="day.php" method="GET">
+ <input type="hidden" name="cal" value="<?php print urlencode($cal); ?>">
+ <input type="text" size="15" name="jumpto_day">
+ <input type="submit" value="Go">
+ </form>
+ </td>
+ </tr>
+ <?php
+ }
+ ?>
</table>
</td>
</tr>

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