diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-14 01:17:13 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-14 01:17:13 -0700 |
commit | 3b747e41c8795c2fed2cbbe2993a6a445d7546a3 (patch) | |
tree | 4bce92eae7df260e6bf90a0b370a00b927c1128f /rt/lib | |
parent | ddcefead29544e7813f942e0eca062bf6433763e (diff) |
installers (calendaring), RT#16584
Diffstat (limited to 'rt/lib')
-rw-r--r-- | rt/lib/RTx/Schedule.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/lib/RTx/Schedule.pm b/rt/lib/RTx/Schedule.pm index c14327767..167019dae 100644 --- a/rt/lib/RTx/Schedule.pm +++ b/rt/lib/RTx/Schedule.pm @@ -99,7 +99,8 @@ sub UserDaySchedule { #XXX color code existing appointments by... city? proximity? etc. - my $col = '99ff99'; #green for now + #my $col = '99ff99'; #green for now + my $col = 'a097ed'; #any of green/red/yellow-like would be confusing as a placeholder color, so.. blue-ish/purple $_->Id => [ $starts, $due, $col, $_ ]; } |