From c7ab079c65b337ab7758dec43a094ef7c9564e2e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 30 Jan 2014 18:46:39 +0200 Subject: [PATCH] small changes --- application/Espo/Services/Stream.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/Services/Stream.php b/application/Espo/Services/Stream.php index 775146059a..425505aebb 100644 --- a/application/Espo/Services/Stream.php +++ b/application/Espo/Services/Stream.php @@ -13,7 +13,7 @@ class Stream extends \Espo\Core\Services\Base 'Lead' => array( 'field' => 'status', 'style' => array( - 'New' => 'default', + 'New' => 'warning', 'Assigned' => 'primary', 'In Process' => 'primary', 'Converted' => 'success', @@ -24,7 +24,7 @@ class Stream extends \Espo\Core\Services\Base 'Case' => array( 'field' => 'status', 'style' => array( - 'New' => 'default', + 'New' => 'warning', 'Assigned' => 'primary', 'Pending' => 'default', 'Closed' => 'success', @@ -34,7 +34,7 @@ class Stream extends \Espo\Core\Services\Base ), 'Opportunity' => array( 'field' => 'stage', - 'style' => array( + 'style' => array( 'Closed Won' => 'success', 'Closed Lost' => 'danger', ),