aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/day.tpl
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-05-14 21:45:44 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-05-14 21:45:44 +0000
commit3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82 (patch)
treed291770d55cc87515c5bee76532151a3880a8a59 /templates/red/day.tpl
parente20689a1388a3da61d57e566ea2529e53f27620f (diff)
downloadphpicalendar-3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82.tar.gz
phpicalendar-3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82.tar.bz2
phpicalendar-3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82.zip
Fix table column spanning and HTML errors in week view
Diffstat (limited to 'templates/red/day.tpl')
-rw-r--r--templates/red/day.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/red/day.tpl b/templates/red/day.tpl
index a1db506..c66d40f 100644
--- a/templates/red/day.tpl
+++ b/templates/red/day.tpl
@@ -24,7 +24,7 @@
</tr>
<tr>
<td colspan="2">
- <table width="100%" border="0" cellspacing="0" cellpadding="2">
+ <table width="100%" border="0" cellspacing="0" cellpadding="2" class="tfixed">
<tr>
<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>

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