diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-19 20:54:41 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-19 20:54:41 +0200 |
commit | 5645ae5a454b95245813c78ff2da541ec648441f (patch) | |
tree | aef7b4aebf11e9f10872b6fc314b2e45344be7e1 /pyload/webui/themes/Dark/tml | |
parent | Spare code cosmetics (6) (diff) | |
parent | fix typo (diff) | |
download | pyload-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')
-rw-r--r-- | pyload/webui/themes/Dark/tml/settings_item.html | 2 |
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}}" |