aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/day.tpl
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-08 08:10:28 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-08 08:10:28 +0000
commitb4b1947362e1b6d92ce23b44b626ebbaabb401b4 (patch)
treecff0fd68e15e3fb6defa818473dff79e47d11b8d /templates/default/day.tpl
parentf05a34e21a46cf60223e1f8bccd58e0a6e7b0248 (diff)
downloadphpicalendar-b4b1947362e1b6d92ce23b44b626ebbaabb401b4.tar.gz
phpicalendar-b4b1947362e1b6d92ce23b44b626ebbaabb401b4.tar.bz2
phpicalendar-b4b1947362e1b6d92ce23b44b626ebbaabb401b4.zip
Continued work on week.tpl. Allday is now wired. Replaced all ereg's on
tempate with preg to increase template speed.
Diffstat (limited to 'templates/default/day.tpl')
-rw-r--r--templates/default/day.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default/day.tpl b/templates/default/day.tpl
index e2a3142..e2c214e 100644
--- a/templates/default/day.tpl
+++ b/templates/default/day.tpl
@@ -24,9 +24,9 @@
</tr>
<tr>
<td colspan="2">
- <table width="100%" border="0" cellspacing="1" cellpadding="2">
+ <table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
- <td align="left" valign="top" width="20" class="rowOff" onmouseover="this.className='rowOn'" onmouseout="this.className='rowOff'" onclick="window.location.href='day.php?cal={CAL}&amp;getdate={PREV_DAY}'">
+ <td align="left" valign="top" width="20" class="rowOff2" onmouseover="this.className='rowOn2'" onmouseout="this.className='rowOff2'" onclick="window.location.href='day.php?cal={CAL}&amp;getdate={PREV_DAY}'">
<span class="V12"><a class="psf" href="day.php?cal={CAL}&amp;getdate={PREV_DAY}">&laquo;</a></span>
</td>
<!-- loop daysofweek on -->

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