diff --git a/bureau/admin/menu_quota.php b/bureau/admin/menu_quota.php index f10567b4..3940d72c 100644 --- a/bureau/admin/menu_quota.php +++ b/bureau/admin/menu_quota.php @@ -61,19 +61,19 @@ } $usage_percent = (int) ($q[$key]["u"] / $q[$key]["t"] * 100); - $usage_color = ($q[$key]["u"] > $q[$key]["t"] ? '#f00' : '#0f0'); - $usage_color = ((85 < $usage_percent && $usage_percent < 100) ? '#ff0' : $usage_color); // yellow + $usage_color = ($q[$key]["u"] > $q[$key]["t"] ? '#800' : '#080'); + $usage_color = ((85 < $usage_percent && $usage_percent <= 100) ? '#ff8800' : $usage_color); // yellow $url = ($key == 'bw_web' ? 'stats_show_per_month.php' : 'quota_show.php'); - echo "
"; - echo '
' . /* _($val) */ _("quota_".$key) . ' ' . $usage_percent . '%' . ' (' . format_size($q[$key]["u"],true) . ' / ' . format_size($q[$key]["t"],true) . ')
'; - echo "
"; - echo "
"; + echo '
"; + echo ''; } } ?> diff --git a/bureau/admin/styles/style.css b/bureau/admin/styles/style.css index a3e39870..9cd1dfc5 100644 --- a/bureau/admin/styles/style.css +++ b/bureau/admin/styles/style.css @@ -589,7 +589,7 @@ input#dir, input#sub_local { width: 180px; background: #fff; border: solid 1px #AAA; - padding-bottom + margin-left: 10px; } .ombrage { diff --git a/bureau/locales/it_IT/LC_MESSAGES/alternc.mo b/bureau/locales/it_IT/LC_MESSAGES/alternc.mo index 97600239..760a7c89 100644 Binary files a/bureau/locales/it_IT/LC_MESSAGES/alternc.mo and b/bureau/locales/it_IT/LC_MESSAGES/alternc.mo differ