diff options
| author | 2013-12-02 18:27:03 +0100 | |
|---|---|---|
| committer | 2013-12-02 18:27:03 +0100 | |
| commit | b40783e8889b64f813c898ee2ce7e967582ef34e (patch) | |
| tree | 946db408eb849a2644519ef591179c13ed1e849f /app/views/configure/display.phtml | |
| parent | 1a270309a53cca0124758b026512d781a595ec70 (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.phtml | 2 |
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> |
