From 4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 17 Jul 2013 13:56:06 +0200 Subject: improved progressbar rendering --- .../app/templates/default/header/progressbar.html | 27 +++++++--------------- 1 file changed, 8 insertions(+), 19 deletions(-) (limited to 'pyload/web/app/templates/default/header/progressbar.html') diff --git a/pyload/web/app/templates/default/header/progressbar.html b/pyload/web/app/templates/default/header/progressbar.html index a36fb5684..2775e664b 100644 --- a/pyload/web/app/templates/default/header/progressbar.html +++ b/pyload/web/app/templates/default/header/progressbar.html @@ -1,14 +1,7 @@ -{{#if single }} - {{ truncate name 32}} ({{ statusmsg }}) -{{ else }} - {{#if downloads }} - {{ downloads }} downloads running {{#if speed }}({{ formatSize speed }}/s){{/if}} - {{ else }} - No running tasks - {{/if}} -{{/if}} - - + +
+
+
{{#if single }}
@@ -17,11 +10,7 @@ {{/if}}
-
- {{#if linksqueue }} - {{ linksqueue }} downloads left ({{ formatSize sizequeue }}) - {{/if}} - - {{ formatTime etaqueue }} - -
\ No newline at end of file + + +
+
\ No newline at end of file -- cgit v1.2.3