From d529672a314e188d9effdc14a30c37a990f80ebe Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sun, 4 Aug 2013 17:05:20 +0200 Subject: Some changes to the way reviews work - custom styles! --- tpl/study/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl') diff --git a/tpl/study/list.php b/tpl/study/list.php index 0d04ccb..c44e45e 100644 --- a/tpl/study/list.php +++ b/tpl/study/list.php @@ -13,7 +13,7 @@ foreach ($batches as $batch) { if ($batch['lr_date']) { if ($batch['lr_score'] == 100) $color = "#00AA00"; - else if ($batch['lr_score'] >= 90) + else if ($batch['lr_score'] >= 80) $color = "#55FF55"; else if ($batch['lr_score'] >= 50) $color = "#FFFF00"; -- cgit v1.2.3