From 649b6d83843c9f7b1716e7b284514f9fe13882d6 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 10 Jul 2013 21:15:37 +0200 Subject: new hoster links, fixed manifest --- .../app/templates/default/header/progressbar.html | 38 +++++++++++----------- 1 file changed, 19 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 e32edb335..a36fb5684 100644 --- a/pyload/web/app/templates/default/header/progressbar.html +++ b/pyload/web/app/templates/default/header/progressbar.html @@ -1,26 +1,26 @@ - {{#if single }} - {{ name }} ({{ statusmsg }}) - {{ else }} +{{#if single }} + {{ truncate name 32}} ({{ statusmsg }}) +{{ else }} {{#if downloads }} - {{ downloads }} downloads running {{#if speed }}({{ formatSize speed }}/s){{/if}} + {{ downloads }} downloads running {{#if speed }}({{ formatSize speed }}/s){{/if}} {{ else }} - No running tasks - {{/if}} + No running tasks {{/if}} - - -
- {{#if single }} -
- {{ else }} -
- {{/if}} -
-
-
- {{#if linksqueue }} - {{ linksqueue }} downloads left ({{ formatSize sizequeue }}) +{{/if}} + + +
+ {{#if single }} +
+ {{ else }} +
{{/if}} +
+
+
+ {{#if linksqueue }} + {{ linksqueue }} downloads left ({{ formatSize sizequeue }}) + {{/if}} {{ formatTime etaqueue }} -- cgit v1.2.3