diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-22 16:20:21 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-22 16:20:21 +0200 |
commit | 46a8ab54fd0d6a6d8303b05945784267c77aafd7 (patch) | |
tree | 62980a7a7529db5b1de040095f1551af28f42b4b /module/web | |
parent | fixes (diff) | |
download | pyload-46a8ab54fd0d6a6d8303b05945784267c77aafd7.tar.xz |
fixes, 2nd icon
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/templates/default/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html index 6d77b4619..bbc196fe1 100644 --- a/module/web/templates/default/home.html +++ b/module/web/templates/default/home.html @@ -116,7 +116,7 @@ var LinkEntry = new Class({ 'html': item.name
}),
status: new Element('td', {
- 'html': item.status
+ 'html': item.statusmsg
}),
info: new Element('td', {
'html': item.info
|