summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Dark/tml/folder.html
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-17 19:35:35 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-17 19:35:35 +0100
commita5f665f504dc544b4a03f2ee81da6c44555415e5 (patch)
tree4367bbbd041bf99fb54ba9e3f43a52a26944d801 /pyload/webui/themes/Dark/tml/folder.html
parentMerge branch 'pr/n1006_mariusbaumann' into 0.4.10 (diff)
downloadpyload-a5f665f504dc544b4a03f2ee81da6c44555415e5.tar.xz
Update webui
Diffstat (limited to 'pyload/webui/themes/Dark/tml/folder.html')
-rw-r--r--pyload/webui/themes/Dark/tml/folder.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyload/webui/themes/Dark/tml/folder.html b/pyload/webui/themes/Dark/tml/folder.html
index b57338d5e..d4977ea4b 100644
--- a/pyload/webui/themes/Dark/tml/folder.html
+++ b/pyload/webui/themes/Dark/tml/folder.html
@@ -4,11 +4,11 @@
<span>
<b>{{ name }}</b>
<span class="buttons" style="opacity:0">
- <img title="{{_("Rename Directory")}}" class="rename" style="cursor: pointer" height="12px" src="/Dark/img/default/pencil.png" />
+ <img title="{{_("Rename Directory")}}" class="rename" style="cursor: pointer" height="12px" src="/img/pencil.png" />
&nbsp;&nbsp;
- <img title="{{_("Delete Directory")}}" class="delete" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/Dark/img/default/delete.png" />
+ <img title="{{_("Delete Directory")}}" class="delete" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/img/delete.png" />
&nbsp;&nbsp;
- <img title="{{_("Add subdirectory")}}" class="mkdir" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/Dark/img/default/add_folder.png" />
+ <img title="{{_("Add subdirectory")}}" class="mkdir" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/img/add_folder.png" />
</span>
</span>
<div style="display:none">{{ _("Folder is empty") }}</div>