summaryrefslogtreecommitdiff
path: root/app/views/configure/display.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 18:27:03 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-02 18:27:03 +0100
commitb40783e8889b64f813c898ee2ce7e967582ef34e (patch)
tree946db408eb849a2644519ef591179c13ed1e849f /app/views/configure/display.phtml
parent1a270309a53cca0124758b026512d781a595ec70 (diff)
Affiche la taille de la base de données
Diffstat (limited to 'app/views/configure/display.phtml')
-rw-r--r--app/views/configure/display.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml
index 90416145a..e6d867ed1 100644
--- a/app/views/configure/display.phtml
+++ b/app/views/configure/display.phtml
@@ -196,7 +196,7 @@
<div class="form-group">
<label class="group-name"></label>
<div class="group-controls">
- <p><?php echo Translate::t('number_articles') ?> <code><?php echo $this->nb_total; ?></code></p>
+ <p><?php echo $this->nb_total; ?> <?php echo Translate::t('articles') ?>, <?php echo formatBytes($this->size_total); ?>.</p>
<p><a class="btn" href="<?php echo _url('entry', 'optimize'); ?>">
<?php echo Translate::t('optimize_bdd'); ?>
</a></p>