aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/day.tpl
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-29 05:23:46 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-29 05:23:46 +0000
commit2e0dde77d8a86e895302c4804023f747e987c9f8 (patch)
tree0bc4dcb851bf1612968e4dfb8a6c0789fe73e3ce /templates/red/day.tpl
parentec554691639ce5e616190ee1c267b0df19737cf7 (diff)
downloadphpicalendar-2e0dde77d8a86e895302c4804023f747e987c9f8.tar.gz
phpicalendar-2e0dde77d8a86e895302c4804023f747e987c9f8.tar.bz2
phpicalendar-2e0dde77d8a86e895302c4804023f747e987c9f8.zip
tooltips for view nav icons
Diffstat (limited to 'templates/red/day.tpl')
-rw-r--r--templates/red/day.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/red/day.tpl b/templates/red/day.tpl
index ae7598c..d0bcef2 100644
--- a/templates/red/day.tpl
+++ b/templates/red/day.tpl
@@ -13,10 +13,10 @@
<div style="padding-top: 3px;">
<table width="120" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
- <td><a class="psf" href="day.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td>
- <td><a class="psf" href="week.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td>
- <td><a class="psf" href="month.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td>
- <td><a class="psf" href="year.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td>
+ <td><a class="psf" href="day.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" title="{L_DAY}" border="0" /></a></td>
+ <td><a class="psf" href="week.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" title="{L_WEEK}" border="0" /></a></td>
+ <td><a class="psf" href="month.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" title="{L_MONTH}" border="0" /></a></td>
+ <td><a class="psf" href="year.php?cal={CAL}&amp;getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" title="{L_YEAR}" border="0" /></a></td>
</tr>
</table>
</div>

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