diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-29 12:12:23 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-29 12:12:23 +0200 |
commit | 81de1c4b127e116c8ca3e5df620b5c0a56a087bc (patch) | |
tree | 45d4b4d22344c9588bd2e4e16be450a239a4e2cd /module/webui/themes/flat/tml/folder.html | |
parent | [webui] Improve and fix (diff) | |
download | pyload-81de1c4b127e116c8ca3e5df620b5c0a56a087bc.tar.xz |
[webui] Improve and fix 2
Diffstat (limited to 'module/webui/themes/flat/tml/folder.html')
-rw-r--r-- | module/webui/themes/flat/tml/folder.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/webui/themes/flat/tml/folder.html b/module/webui/themes/flat/tml/folder.html index 0c4dacd63..89b84e7bb 100644 --- a/module/webui/themes/flat/tml/folder.html +++ b/module/webui/themes/flat/tml/folder.html @@ -8,7 +8,7 @@ <img title="{{_("Delete Directory")}}" class="delete" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/flat/img/delete.png" /> - <img title="{{_("Add subdirectory")}}" class="mkdir" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/flat/img/add_folder.png" /> + <img title="{{_("Add subdirectory")}}" class="mkdir" style="margin-left: -10px; cursor: pointer" width="12px" height="12px" src="/flat/img/default/add_folder.png" /> </span> </span> <div style="display:none">{{ _("Folder is empty") }}</div> |