mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
* Mail: Fix broken quota indicator
This commit is contained in:
parent
508b38a15e
commit
058d1d1762
@ -2637,10 +2637,10 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
$text = $usage .'/'.$limit;
|
||||
switch ($percent)
|
||||
{
|
||||
case 90:
|
||||
case ($percent > 90):
|
||||
$class ='mail-index_QuotaRed';
|
||||
break;
|
||||
case 80:
|
||||
case ($percent > 80):
|
||||
$class ='mail-index_QuotaYellow';
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user