Continue to replace warning level with error level

This commit is contained in:
Marc Delisle
2011-05-03 19:05:24 -04:00
parent b2b1953db1
commit 73c57b099e
9 changed files with 9 additions and 37 deletions

View File

@@ -773,7 +773,7 @@ if ($cfg['ShowStats']) {
}
if (isset($free_size)) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?> warning">
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?> error">
<th class="name"><?php echo __('Overhead'); ?></th>
<td class="value"><?php echo $free_size; ?></td>
<td class="unit"><?php echo $free_unit; ?></td>