diff options
| author | 2013-11-13 21:32:50 +0100 | |
|---|---|---|
| committer | 2013-11-13 21:32:50 +0100 | |
| commit | d654b34fa7c1f5a09ec8c9bf2b82b43bf5efaa7d (patch) | |
| tree | da616f2de6ca7a6c5524ac43ada7b1b300454f96 /app/views/configure/display.phtml | |
| parent | 5bd52cdcb64cdb53aded1dd0bcd6044ca7e98eb4 (diff) | |
Affichage du nombre total d'article sur la page de configuration
https://github.com/marienfressinaud/FreshRSS/issues/263
Style à améliorer éventuellement
Diffstat (limited to 'app/views/configure/display.phtml')
| -rw-r--r-- | app/views/configure/display.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 20d1e7089..22fc72f1b 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -204,9 +204,10 @@ <div class="form-group"> <label class="group-name"></label> <div class="group-controls"> - <a class="btn" href="<?php echo _url('entry', 'optimize'); ?>"> + <p><?php echo Translate::t('number_articles') ?> <code><?php echo $this->nb_total; ?></code></p> + <p><a class="btn" href="<?php echo _url('entry', 'optimize'); ?>"> <?php echo Translate::t('optimize_bdd'); ?> - </a> + </a></p> <i class="icon i_help"></i> <?php echo Translate::t('optimize_todo_sometimes'); ?> </div> </div> |
