summaryrefslogtreecommitdiff
path: root/tpl/study/list.php
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2013-08-04 17:05:20 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2013-08-04 17:05:20 +0200
commitd529672a314e188d9effdc14a30c37a990f80ebe (patch)
tree9ad28a9de239bbe542b99846156f37002dfe7ab4 /tpl/study/list.php
parent187883fd80675211a022a6e98f6d5d84a796373f (diff)
downloadBits-d529672a314e188d9effdc14a30c37a990f80ebe.tar.gz
Bits-d529672a314e188d9effdc14a30c37a990f80ebe.zip
Some changes to the way reviews work - custom styles!
Diffstat (limited to 'tpl/study/list.php')
-rw-r--r--tpl/study/list.php2
1 files changed, 1 insertions, 1 deletions
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";