stored counter stats

This commit is contained in:
SJ
2014-05-05 16:00:33 +02:00
parent 3bf589ab5c
commit f356574ea5
9 changed files with 16 additions and 9 deletions

View File

@ -40,7 +40,7 @@
<table class="table table-striped">
<tr>
<th><?php print $text_archive_size; ?>:</th>
<td><?php print $archive_size; ?>B</td>
<td><?php print $archive_size; ?>B (<?php print $archive_stored_size; ?>B)</td>
</tr>
<tr>

View File

@ -31,7 +31,7 @@
<div class="row">
<div class="cellhealthleft"><?php print $text_archive_size; ?></div>
<div class="cellhealthright"><?php print $archive_size; ?>B</div>
<div class="cellhealthright"><?php print $archive_size; ?>B (<?php print $archive_stored_size; ?>B)</div>
</div>
<div class="row">