aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-05 23:45:54 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-05 23:45:54 +0000
commita0a7d7f0979d6d4bf6c2f39a0e2425d489112aea (patch)
treeaef9ed13221e820a28cba0856be2db681a2c3553 /templates
parent85287f1ac22ea6d20194baff2d378bf075c1c0bd (diff)
downloadphpicalendar-a0a7d7f0979d6d4bf6c2f39a0e2425d489112aea.tar.gz
phpicalendar-a0a7d7f0979d6d4bf6c2f39a0e2425d489112aea.tar.bz2
phpicalendar-a0a7d7f0979d6d4bf6c2f39a0e2425d489112aea.zip
Wired Tomorrow's Events with new function.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/sidebar.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index 48a4062..f0d64e3 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -1,8 +1,8 @@
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr>
- <td align="left" valign="top" width="24" class="sideback"><a class="psf" href="day.php?cal={CAL}&amp;getdate={YESTERDAYS_DATE}"><img src="templates/{TEMPLATE}/images/left_arrows.gif" alt="{PREV_LANG}" width="16" height="20" border="0" align="left"></a></td>
- <td align="center" width="112" class="sideback"><font class="G10BOLD">{DISPLAY_DATE}</font></td>
- <td align="right" valign="top" width="24" class="sideback"><a class="psf" href="day.php?cal={CAL}&amp;getdate={TOMORROWS_DATE}"><img src="templates/{TEMPLATE}/images/right_arrows.gif" alt="{NEXT_LANG}" width="16" height="20" border="0" align="right"></a></td>
+ <td align="left" valign="top" width="24" class="sideback"><a class="psf" href="day.php?cal={CAL}&amp;getdate={PREV_DAY}"><img src="templates/{TEMPLATE}/images/left_arrows.gif" alt="{L_PREV}" width="16" height="20" border="0" align="left"></a></td>
+ <td align="center" width="112" class="sideback"><font class="G10BOLD">{SIDEBAR_DATE}</font></td>
+ <td align="right" valign="top" width="24" class="sideback"><a class="psf" href="day.php?cal={CAL}&amp;getdate={NEXT_DAY}"><img src="templates/{TEMPLATE}/images/right_arrows.gif" alt="{L_NEXT}" width="16" height="20" border="0" align="right"></a></td>
</tr>
<tr>
<td colspan="3" bgcolor="#FFFFFF" align="left">
@@ -79,10 +79,10 @@
<td bgcolor="#FFFFFF" align="left">
<div style="padding: 5px;">
<!-- switch t_allday on -->
- <i>{T_ALLDAY}</i><br>
+ {T_ALLDAY}<br />
<!-- switch t_allday off -->
<!-- switch t_event on -->
- &#149; {T_EVENT}<br>
+ &#149; {T_EVENT}<br />
<!-- switch t_event off -->
</div>
</td>

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