From df888fad2bd1697f6c61930c486242764184d638 Mon Sep 17 00:00:00 2001 From: stickell Date: Sun, 24 Aug 2014 16:00:27 +0200 Subject: Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI. --- module/web/themes/default/tml/pathchooser.html | 76 -------------------------- 1 file changed, 76 deletions(-) delete mode 100644 module/web/themes/default/tml/pathchooser.html (limited to 'module/web/themes/default/tml/pathchooser.html') diff --git a/module/web/themes/default/tml/pathchooser.html b/module/web/themes/default/tml/pathchooser.html deleted file mode 100644 index 89b209311..000000000 --- a/module/web/themes/default/tml/pathchooser.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - -
-
-
- - -
- - {% if type == 'folder' %} - {{_("Path")}}: {{_("absolute")}} | {{_("relative")}} - {% else %} - {{_("Path")}}: {{_("absolute")}} | {{_("relative")}} - {% endif %} -
- - - - - - - - {% if parentdir %} - - - - {% endif %} -{% for file in files %} - - {% if type == 'folder' %} - - {% else %} - - {% endif %} - - - - - -{% endfor %} -
{{_("name")}}{{_("size")}}{{_("type")}}{{_("last modified")}}
- {{_("parent directory")}} -
{% if file.type == 'dir' %}{{ file.name|truncate(25) }}{% else %}{{ file.name|truncate(25) }}{% endif %}{% if file.type == 'dir' %}{{ file.name|truncate(25) }}{% else %}{{ file.name|truncate(25) }}{% endif %}{{ file.size|float|filesizeformat }}{% if file.type == 'dir' %}directory{% else %}{{ file.ext|default("file") }}{% endif %}{{ file.modified|date("d.m.Y - H:i:s") }}
-
- - -- cgit v1.2.3