[cvs] commit: kronolith/lib DayView.php WeekView.php
Mike Cochrane
mike@graftonhall.co.nz
Thu, 5 Sep 2002 02:58:19 -0700 (PDT)
mikec 2002/09/05 02:58:19 PDT
Modified files:
lib DayView.php WeekView.php
Log:
Fix some display issues with overlapping events.
Instead of outputting the difference in columns as a single cell, with colspan equal to the difference, output cells with colspan=1 that add up to the difference.
This allows for when the difference is broken eg the middle of 3 overlapping events ends last.
Revision Changes Path
1.89 +6 -5 kronolith/lib/DayView.php
1.47 +28 -26 kronolith/lib/WeekView.php
Chora Links:
http://cvs.horde.org/diff.php/kronolith/lib/DayView.php?r1=1.88&r2=1.89&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/WeekView.php?r1=1.46&r2=1.47&ty=u