From 4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Wed, 17 Jul 2013 13:56:06 +0200
Subject: improved progressbar rendering

---
 pyload/web/app/templates/default/header/progressSup.html | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 pyload/web/app/templates/default/header/progressSup.html

(limited to 'pyload/web/app/templates/default/header/progressSup.html')

diff --git a/pyload/web/app/templates/default/header/progressSup.html b/pyload/web/app/templates/default/header/progressSup.html
new file mode 100644
index 000000000..f2c0ac734
--- /dev/null
+++ b/pyload/web/app/templates/default/header/progressSup.html
@@ -0,0 +1,10 @@
+{{#if single }}
+    {{ truncate name 32}} ({{ statusmsg }})
+{{ else }}
+    {{#if downloads }}
+        {{ downloads }} downloads running {{#if speed }}({{ formatSize speed }}/s){{/if}}
+    {{ else }}
+        No running tasks
+    {{/if}}
+{{/if}}
+<i class="icon-list pull-right"></i>
\ No newline at end of file
-- 
cgit v1.2.3