diff options
author | Armin <Armin@Armin-PC.diedering.lan> | 2015-04-19 20:18:32 +0200 |
---|---|---|
committer | Armin <Armin@Armin-PC.diedering.lan> | 2015-04-19 20:18:32 +0200 |
commit | cc2ab2fa795ac68a2842a3743d9e4edeb47b56bf (patch) | |
tree | 965c07203c30b70c533618b85c88c0ea0f6aab46 /pyload/webui/themes/Flat/tml | |
parent | added: colred logs for webui to (currently only for theme "Next") (diff) | |
download | pyload-cc2ab2fa795ac68a2842a3743d9e4edeb47b56bf.tar.xz |
sorted config in webui ("Activated" is always the top option)
NOTE:
The options are sorted like in pyload.conf & plugin.conf
For sorting like plugins "__config" - array plugin.conf must be
recreated by simply delete the file
Diffstat (limited to 'pyload/webui/themes/Flat/tml')
-rw-r--r-- | pyload/webui/themes/Flat/tml/settings_item.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/Flat/tml/settings_item.html b/pyload/webui/themes/Flat/tml/settings_item.html index 28de1a1a9..71c212304 100644 --- a/pyload/webui/themes/Flat/tml/settings_item.html +++ b/pyload/webui/themes/Flat/tml/settings_item.html @@ -2,7 +2,7 @@ {% if section.outline %} <tr><th colspan="2">{{ section.outline }}</th></tr> {% endif %} - {% for okey, option in section.iteritems() %} + {% for okey, option in sorted_conf(section) %} {% if okey not in ("desc","outline") %} <tr> <td><label for="{{skey}}|{{okey}}" |