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/filemanager.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/filemanager.html')
-rw-r--r-- | module/webui/themes/flat/tml/filemanager.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/webui/themes/flat/tml/filemanager.html b/module/webui/themes/flat/tml/filemanager.html index 75e862c51..9c49e6dba 100644 --- a/module/webui/themes/flat/tml/filemanager.html +++ b/module/webui/themes/flat/tml/filemanager.html @@ -2,7 +2,7 @@ {% block head %} -<script type="text/javascript" src="/default/js/filemanager.min.js"></script> +<script type="text/javascript" src="/flat/js/render/filemanager.min.js"></script> <script type="text/javascript"> @@ -45,7 +45,7 @@ document.addEvent("domready", function(){ <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> {% if (fld.folders|length + fld.files|length) > 0 %} |