summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Dark/tml/settings_item.html
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-19 20:54:41 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-19 20:54:41 +0200
commit5645ae5a454b95245813c78ff2da541ec648441f (patch)
treeaef7b4aebf11e9f10872b6fc314b2e45344be7e1 /pyload/webui/themes/Dark/tml/settings_item.html
parentSpare code cosmetics (6) (diff)
parentfix typo (diff)
downloadpyload-5645ae5a454b95245813c78ff2da541ec648441f.tar.xz
Merge pull request #9 from ardi69/0.4.10
sorted config in webui ("Activated" always on top)
Diffstat (limited to 'pyload/webui/themes/Dark/tml/settings_item.html')
-rw-r--r--pyload/webui/themes/Dark/tml/settings_item.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/Dark/tml/settings_item.html b/pyload/webui/themes/Dark/tml/settings_item.html
index af24d6eaf..c7e60865e 100644
--- a/pyload/webui/themes/Dark/tml/settings_item.html
+++ b/pyload/webui/themes/Dark/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}}"