aboutsummaryrefslogtreecommitdiffstats
path: root/preferences.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-23 23:42:00 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-23 23:42:00 +0000
commit089f72682f3fd9e2cd845843e7bd9a96047a197d (patch)
tree1defcd74262056de5251bf49f58f5c0954e4d809 /preferences.php
parent94b4bf779ba7bd00c60ddd68df1563c8db9442b4 (diff)
downloadphpicalendar-089f72682f3fd9e2cd845843e7bd9a96047a197d.tar.gz
phpicalendar-089f72682f3fd9e2cd845843e7bd9a96047a197d.tar.bz2
phpicalendar-089f72682f3fd9e2cd845843e7bd9a96047a197d.zip
Patched.
Diffstat (limited to 'preferences.php')
-rw-r--r--preferences.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/preferences.php b/preferences.php
index 940cc3c..28d6bf7 100644
--- a/preferences.php
+++ b/preferences.php
@@ -53,7 +53,7 @@ include(BASE.'functions/ical_parser.php');
<td align="center" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td align="left" width="90" class="navback"><?php echo '<a href="'.$back_page.'"><img src="'.BASE.'/styles/'.$style_sheet.'/back.gif" alt="" border="0" align="left"></a>'; ?></td>
+ <td align="left" width="120" class="navback"><?php echo '<a href="'.$back_page.'"><img src="'.BASE.'/styles/'.$style_sheet.'/back.gif" alt="" border="0" align="left"></a>'; ?></td>
<td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
@@ -61,12 +61,13 @@ include(BASE.'functions/ical_parser.php');
</tr>
</table>
</td>
- <td align="right" width="90" class="navback">
- <table width="90" border="0" cellpadding="0" cellspacing="0">
+ <td align="right" width="120" class="navback">
+ <table width="120" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td><?php echo '<a class="psf" href="day.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/day_on.gif" alt="" border="0"></td>'; ?>
- <td><?php echo '<a class="psf" href="week.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/week_on.gif" alt="" border="0"></td>'; ?>
- <td><?php echo '<a class="psf" href="month.php?cal='.$cal.'&getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/month_on.gif" alt="" border="0"></td>'; ?>
+ <td><?php echo '<a class="psf" href="day.php?cal='.$cal.'&amp;getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/day_on.gif" alt="" border="0"></a></td>'; ?>
+ <td><?php echo '<a class="psf" href="week.php?cal='.$cal.'&amp;getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/week_on.gif" alt="" border="0"></a></td>'; ?>
+ <td><?php echo '<a class="psf" href="month.php?cal='.$cal.'&amp;getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/month_on.gif" alt="" border="0"></a></td>'; ?>
+ <td><?php echo '<a class="psf" href="year.php?cal='.$cal.'&amp;getdate='.$getdate.'"><img src="'.BASE.'/styles/'.$style_sheet.'/year_on.gif" alt="" border="0"></a></td>'; ?>
</tr>
</table>
</td>

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