diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-04 17:05:20 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-04 17:05:20 +0200 |
commit | d529672a314e188d9effdc14a30c37a990f80ebe (patch) | |
tree | 9ad28a9de239bbe542b99846156f37002dfe7ab4 /tpl/study | |
parent | 187883fd80675211a022a6e98f6d5d84a796373f (diff) | |
download | Bits-d529672a314e188d9effdc14a30c37a990f80ebe.tar.gz Bits-d529672a314e188d9effdc14a30c37a990f80ebe.zip |
Some changes to the way reviews work - custom styles!
Diffstat (limited to 'tpl/study')
-rw-r--r-- | tpl/study/list.php | 2 |
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"; |