diff options
Diffstat (limited to 'pyload/webui/themes/Next/tml/folder.html')
-rw-r--r-- | pyload/webui/themes/Next/tml/folder.html | 10 |
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" /> - - <img title="{{_("Delete Directory")}}" class="delete" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/img/delete.png" /> - - <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" /> + + <img title="{{_("Delete Directory")}}" class="delete" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/img/delete.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> |