diff options
| author | 2014-06-05 22:44:42 +0200 | |
|---|---|---|
| committer | 2014-06-05 22:44:42 +0200 | |
| commit | 1dab7402bc47a7992b7f868d587fcb14c579692b (patch) | |
| tree | c23f504041a0e7ddd17670a0636eb5ac272f9494 /app/views/javascript/actualize.phtml | |
| parent | 9d4269ddcbac7b2c4efed6e8a572cfb1c0ba8f65 (diff) | |
| parent | ce063a55770f5384b8201942853e8e1a41e60b59 (diff) | |
Merge branch '320-template' into dev
Diffstat (limited to 'app/views/javascript/actualize.phtml')
| -rw-r--r-- | app/views/javascript/actualize.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/javascript/actualize.phtml b/app/views/javascript/actualize.phtml index 3b12ad774..6a92e5642 100644 --- a/app/views/javascript/actualize.phtml +++ b/app/views/javascript/actualize.phtml @@ -9,7 +9,7 @@ var feeds = [<?php function initProgressBar(init) { if (init) { - $("body").after("\<div id=\"actualizeProgress\" class=\"actualizeProgress\">\ + $("body").after("\<div id=\"actualizeProgress\" class=\"notification good\">\ <?php echo Minz_Translate::t ('refresh'); ?> <span class=\"progress\">0 / " + feed_count + "</span><br />\ <progress id=\"actualizeProgressBar\" value=\"0\" max=\"" + feed_count + "\"></progress>\ </div>"); |
