From 68d662e689cd42687341c550fb6ebb74e6968d21 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 8 Sep 2014 00:29:57 +0200 Subject: module -> pyload --- module/webui/themes/dark/tml/settings_item.html | 48 ------------------------- 1 file changed, 48 deletions(-) delete mode 100644 module/webui/themes/dark/tml/settings_item.html (limited to 'module/webui/themes/dark/tml/settings_item.html') diff --git a/module/webui/themes/dark/tml/settings_item.html b/module/webui/themes/dark/tml/settings_item.html deleted file mode 100644 index e417e564c..000000000 --- a/module/webui/themes/dark/tml/settings_item.html +++ /dev/null @@ -1,48 +0,0 @@ - - {% if section.outline %} - - {% endif %} - {% for okey, option in section.iteritems() %} - {% if okey not in ("desc","outline") %} - - - - - {% endif %} - {% endfor %} -
{{ section.outline }}
- {% if option.type == "bool" %} - - {% elif ";" in option.type %} - - {% elif option.type == "folder" %} - - - {% elif option.type == "file" %} - - - {% elif option.type == "password" %} - - {% else %} - - {% endif %} -
\ No newline at end of file -- cgit v1.2.3