diff options
| author | 2015-04-19 20:54:41 +0200 | |
|---|---|---|
| committer | 2015-04-19 20:54:41 +0200 | |
| commit | 5645ae5a454b95245813c78ff2da541ec648441f (patch) | |
| tree | aef7b4aebf11e9f10872b6fc314b2e45344be7e1 /pyload/webui/themes/Default | |
| 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/Default')
| -rw-r--r-- | pyload/webui/themes/Default/tml/settings_item.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/themes/Default/tml/settings_item.html b/pyload/webui/themes/Default/tml/settings_item.html index 6642d34b4..83a008619 100644 --- a/pyload/webui/themes/Default/tml/settings_item.html +++ b/pyload/webui/themes/Default/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}}" |
