summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Next/tml/folder.html
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-10 17:52:35 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-10 17:52:35 +0200
commit8b850d64a14d7c8d691c4ec08bb9a3daf9a3dfa2 (patch)
tree1a258c5eb39dfe0879d511256cc78cad1c3b79c8 /pyload/webui/themes/Next/tml/folder.html
parentMerge pull request #2 from ardi69/0.4.10 (diff)
downloadpyload-8b850d64a14d7c8d691c4ec08bb9a3daf9a3dfa2.tar.xz
Cleanup
Diffstat (limited to 'pyload/webui/themes/Next/tml/folder.html')
-rw-r--r--pyload/webui/themes/Next/tml/folder.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyload/webui/themes/Next/tml/folder.html b/pyload/webui/themes/Next/tml/folder.html
index 9a87ffddc..4453e8c87 100644
--- a/pyload/webui/themes/Next/tml/folder.html
+++ b/pyload/webui/themes/Next/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="/img/pencil.png" />
- &nbsp;&nbsp;
- <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="/img/add_folder.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="/img/delete.png" />
+ &nbsp;&nbsp;
+ <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>