From 01ffb4debe929b4d28f2ff9aee2f2bfc9b67fb47 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 14 Apr 2014 01:17:11 -0700 Subject: installers (calendaring), RT#16584 --- rt/lib/RTx/Schedule.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rt/lib') 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, $_ ]; } -- cgit v1.2.1