diff options
| author | 2013-04-14 19:40:29 +0200 | |
|---|---|---|
| committer | 2013-04-14 19:40:29 +0200 | |
| commit | 5768d0fc7fe7e29491b788b08096ca1435b82aeb (patch) | |
| tree | f05fe192c47dfdc433303c7c004391e13471ec15 /app/views/javascript/actualize.phtml | |
| parent | e58fb411f928f9000351e802f7e35c159735bdd7 (diff) | |
Amélioration esthétique pour l'actualisation des flux
Diffstat (limited to 'app/views/javascript/actualize.phtml')
| -rw-r--r-- | app/views/javascript/actualize.phtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/javascript/actualize.phtml b/app/views/javascript/actualize.phtml index ad1c4e2e6..16188422a 100644 --- a/app/views/javascript/actualize.phtml +++ b/app/views/javascript/actualize.phtml @@ -6,9 +6,8 @@ feeds.push ("<?php echo Url::display (array ('c' => 'feed', 'a' => 'actualize', function initProgressBar (init) { if (init) { $("body").after ("\<div id=\"actualizeProgress\" class=\"actualizeProgress\">\ - Actualisation :\ + Actualisation <span class=\"progress\">0 / " + feeds.length + "</span><br />\ <progress id=\"actualizeProgressBar\" value=\"0\" max=\"" + feeds.length + "\"></progress>\ - <span class=\"progress\">0 / " + feeds.length + "</span>\ </div>"); } else { window.location.reload (); |
