diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-10 14:01:40 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-10 14:01:40 +0200 |
commit | 85f50861e44565a8ce722cbb1fed2c98f9e5d256 (patch) | |
tree | 38ad593a1e574e8c6a98123e7e7ebac0a785e25e /module/web/templates | |
parent | little fix (diff) | |
download | pyload-85f50861e44565a8ce722cbb1fed2c98f9e5d256.tar.xz |
webservers working, hotfolder hook
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/collector.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/collector.html b/module/web/templates/default/collector.html index 09725103b..266038af1 100644 --- a/module/web/templates/default/collector.html +++ b/module/web/templates/default/collector.html @@ -125,8 +125,8 @@ 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.format_size }}/span>
+ <span class="child_status">{{ child.statusmsg }}</span>{{child.error}}
+ <span class="child_status">{{ child.format_size }}</span>
<span class="child_status">{{ child.plugin }}</span>
<span class="child_status">{% trans "Folder:" %} {{child.folder}}</span>
|