Factor out default show background colour and fix some style issues

This commit is contained in:
Albert Santoni 2015-08-12 12:55:39 -04:00
parent f63ce23c9f
commit 2a1d09bc08
9 changed files with 49 additions and 20 deletions

View file

@ -107,7 +107,7 @@ class Application_Model_ShowBuilder
private function getItemColor($p_item, &$row)
{
$defaultColor = "ffffff";
$defaultBackground = "3366cc";
$defaultBackground = DEFAULT_SHOW_COLOR;
$color = $p_item["show_color"];
if ($color === '') {