summaryrefslogtreecommitdiffstats
path: root/module/webui/themes/dark/tml/folder.html
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-29 12:12:23 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-29 12:12:23 +0200
commit81de1c4b127e116c8ca3e5df620b5c0a56a087bc (patch)
tree45d4b4d22344c9588bd2e4e16be450a239a4e2cd /module/webui/themes/dark/tml/folder.html
parent[webui] Improve and fix (diff)
downloadpyload-81de1c4b127e116c8ca3e5df620b5c0a56a087bc.tar.xz
[webui] Improve and fix 2
Diffstat (limited to 'module/webui/themes/dark/tml/folder.html')
-rw-r--r--module/webui/themes/dark/tml/folder.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/webui/themes/dark/tml/folder.html b/module/webui/themes/dark/tml/folder.html
index 81758b544..05176d51e 100644
--- a/module/webui/themes/dark/tml/folder.html
+++ b/module/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/pencil.png" />
+ <img title="{{_("Rename Directory")}}" class="rename" style="cursor: pointer" height="12px" src="/dark/img/default/pencil.png" />
&nbsp;&nbsp;
- <img title="{{_("Delete Directory")}}" class="delete" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/dark/img/delete.png" />
+ <img title="{{_("Delete Directory")}}" class="delete" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/dark/img/default/delete.png" />
&nbsp;&nbsp;
- <img title="{{_("Add subdirectory")}}" class="mkdir" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/dark/img/add_folder.png" />
+ <img title="{{_("Add subdirectory")}}" class="mkdir" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/dark/img/default/add_folder.png" />
</span>
</span>
<div style="display:none">{{ _("Folder is empty") }}</div>