summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/estate/tml/folder.html
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-15 15:01:56 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-15 15:01:56 +0100
commitc4d2777542413eaf3a3a7bc74df15a274b2128c2 (patch)
tree712958924b0b3fc8c0f6b16161e1d24e2bfb6e07 /pyload/webui/themes/estate/tml/folder.html
parentUse default theme for now (diff)
downloadpyload-c4d2777542413eaf3a3a7bc74df15a274b2128c2.tar.xz
Rename theme "estate" to "clearbright"
Diffstat (limited to 'pyload/webui/themes/estate/tml/folder.html')
-rw-r--r--pyload/webui/themes/estate/tml/folder.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/pyload/webui/themes/estate/tml/folder.html b/pyload/webui/themes/estate/tml/folder.html
deleted file mode 100644
index 871b2b6c0..000000000
--- a/pyload/webui/themes/estate/tml/folder.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<li class="folder">
- <input type="hidden" name="path" class="path" value="{{ path }}" />
- <input type="hidden" name="name" class="name" value="{{ name }}" />
- <span>
- <b>{{ name }}</b>
- <span class="buttons" style="opacity:0">
- <img title="{{_("Rename Directory")}}" class="rename" style="cursor: pointer" height="12px" src="/estate/img/pencil.png" />
- &nbsp;&nbsp;
- <img title="{{_("Delete Directory")}}" class="delete" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/estate/img/delete.png" />
- &nbsp;&nbsp;
- <img title="{{_("Add subdirectory")}}" class="mkdir" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/estate/img/default/add_folder.png" />
- </span>
- </span>
- <div style="display:none">{{ _("Folder is empty") }}</div>
-</li> \ No newline at end of file