From 2bc9c97d3096c5a8df415c28aeb67a3c84ac15e6 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 20 Nov 2014 23:23:16 +0100 Subject: Rename theme clearbright to bright --- .../webui/themes/clearbright/tml/filemanager.html | 78 ---------------------- 1 file changed, 78 deletions(-) delete mode 100644 pyload/webui/themes/clearbright/tml/filemanager.html (limited to 'pyload/webui/themes/clearbright/tml/filemanager.html') diff --git a/pyload/webui/themes/clearbright/tml/filemanager.html b/pyload/webui/themes/clearbright/tml/filemanager.html deleted file mode 100644 index 8d2505748..000000000 --- a/pyload/webui/themes/clearbright/tml/filemanager.html +++ /dev/null @@ -1,78 +0,0 @@ -{% extends '/clearbright/tml/base.html' %} - -{% block head %} - - - - -{% endblock %} - -{% block title %}Downloads - {{super()}} {% endblock %} - - -{% block subtitle %} -{{_("FileManager")}} -{% endblock %} - -{% macro display_file(file) %} -
  • - - - - {{ file.name }} - - -    - - - -
  • -{%- endmacro %} - -{% macro display_folder(fld, open = false) -%} -
  • - - - - {{ fld.name }} - - -    - -    - - - - {% if (fld.folders|length + fld.files|length) > 0 %} - {% if open %} -