From eefe9bc8fee9e4da4f7499ca1407803037ca9fca Mon Sep 17 00:00:00 2001 From: stephen waite Date: Sat, 22 Feb 2014 16:22:46 -0500 Subject: [PATCH] fixed color for facility style calendar --- .../PostCalendar/pntemplates/default/views/day/ajax_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/ajax_template.html b/interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/ajax_template.html index dda11e61f..d66509d70 100644 --- a/interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/ajax_template.html +++ b/interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/ajax_template.html @@ -711,7 +711,7 @@ foreach ($providers as $provider) { // output the DIV and content // For "OUT" events, applying the background color in CSS. - $background_string= ($event['catid'] == 3) ? "" : "; background-color:".$event["catcolor"]; + $background_string= ($event['catid'] == 3) ? "" : "; background-color:".$color; echo "