changeset 4764:b5d899e51ffe

auth: move the Save button down to the bottom of the page
author Andrew Shadura <andrew@shadura.me>
date Wed, 07 Jan 2015 16:03:59 +0100
parents 0c8efa0c45a1
children 46c6eb7f1d66
files kallithea/templates/admin/auth/auth_settings.html
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/auth/auth_settings.html	Wed Jan 07 13:37:28 2015 +0100
+++ b/kallithea/templates/admin/auth/auth_settings.html	Wed Jan 07 16:03:59 2015 +0100
@@ -47,9 +47,6 @@
                </ul>
            </div>
        </div>
-       <div class="buttons">
-          ${h.submit('save',_('Save'),class_="btn")}
-       </div>
     </div>
 
     %for cnt, module in enumerate(c.auth_plugins):
@@ -102,6 +99,11 @@
         %endfor
         </div>
     %endfor
+        <div class="fields">
+            <div class="buttons">
+                ${h.submit('save',_('Save'),class_="btn")}
+            </div>
+        </div>
     </div>
     ${h.end_form()}
 </div>