From d03d65f3e6126da79c5090af66e2114d16a7c371 Mon Sep 17 00:00:00 2001 From: drei Date: Mon, 7 Oct 2002 02:17:06 +0000 Subject: Amended the drawing of the dummy row at the top of the main table to better assist the drawing of overlapping events. Columns are way to wide still, probably some code must be added to prevent the display of the detailled text if the event only occupies a small width... --- week.php | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'week.php') diff --git a/week.php b/week.php index 2cda40a..cefac50 100644 --- a/week.php +++ b/week.php @@ -108,13 +108,20 @@ for ($i=0;$i<7;$i++) { - - - - - - - + \"\"\n"; + } + $thisdate = ($thisdate + (25 * 60 * 60)); + $i++; + } while ($i < 7); + ?> \n"; + echo "\n"; echo "$thisday2\n"; echo "\n"; $thisdate = ($thisdate + (25 * 60 * 60)); -- cgit v1.2.3