diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-07-29 17:05:45 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-07-29 17:05:45 +0200 |
commit | 252cf9964a2ebc78a589f75db2a7be0d25cac512 (patch) | |
tree | 0f4cd1a7949f8a3dc87eaed35f248170ee421943 /module/web/templates | |
parent | many new stuff, some things already working (diff) | |
download | pyload-252cf9964a2ebc78a589f75db2a7be0d25cac512.tar.xz |
more improvements and cleaned some imports
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index d149853d5..71285ddb8 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/queue.html @@ -113,7 +113,7 @@ document.addEvent("domready", function(){ </span>
<span style="font-size: 15px">{{ child.name }}</span><br />
<div class="child_secrow">
- <span class="child_status">{{ child.status }}</span>{{child.error}}
+ <span class="child_status">{{ child.statusmsg }}</span>{{child.error}}
<span class="child_status">{{ child.size }} KB</span>
<span class="child_status">{{ child.plugin }}</span>
<span class="child_status">{% trans "Folder:" %} {{package.folder}}</span>
|