diff options
author | godofdream <soilfiction@gmail.com> | 2012-08-14 23:18:20 +0200 |
---|---|---|
committer | godofdream <soilfiction@gmail.com> | 2012-08-14 23:18:20 +0200 |
commit | 315192a0ab42b80ec2b83d8450dc91ef7c3ad68e (patch) | |
tree | 87b850bcef3abb2ce007c8080f39dbf532a5ea9e /module/web/templates | |
parent | Merge (diff) | |
download | pyload-315192a0ab42b80ec2b83d8450dc91ef7c3ad68e.tar.xz |
improved QueueLayout
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/queue.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index 50d1d3418..d13cca776 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/queue.html @@ -43,14 +43,15 @@ document.addEvent("domready", function(){ <div class="pack_header">
<div class="pack_icon"></div>
<span class="pack_name">TestPackage</span>
-
+ <div class="pack_progressbar_wrapper">
+ <div id="pack_progress_1" class="pack_progressbar"></div>
+ </div>
<div class="pack_toolbar">
<div class="pack_toolbar_delete" title='{{_("Delete Package")}}'></div>
<div class="pack_toolbar_restart" title='{{_("Restart Package")}}'></div>
<div class="pack_toolbar_edit" title='{{_("Edit Package")}}'></div>
</div>
</div>
- <div id="pack_progress_1" class="pack_progressbar"></div>
<div id="children_1" class="pack_children">
<span class="child_secrow">{{_("Folder:")}} <span class="folder">TestPackage/</span> | {{_("Password:")}} <span class="password">trololo</span></span>
|