]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1184563: The default preferences under editsettings.cgi display in random order
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 28 Jul 2015 16:10:37 +0000 (18:10 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 28 Jul 2015 16:10:37 +0000 (18:10 +0200)
r=gerv a=sgreen

template/en/default/admin/settings/edit.html.tmpl

index 86fb79e7bb1d627d2241f3146c8b396c4bc52422..75766fcc2e73a77d813ec00950fb427da39f05af 100644 (file)
@@ -44,7 +44,7 @@
           <th>Enabled</th>
         </tr>
 
-        [% FOREACH name = settings.keys %]
+        [% FOREACH name = settings.keys.sort %]
           [% checkbox_name = name _ '-enabled' %]
           <tr>
             <td>