]> source.dussan.org Git - nextcloud-server.git/commitdiff
admin settings: fix LDAP settings header layout
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 30 Oct 2014 15:04:26 +0000 (16:04 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 30 Oct 2014 15:04:26 +0000 (16:04 +0100)
apps/user_ldap/templates/settings.php

index 4e09d7e073930202079d69a108efce63d278e90e..811deada944e58adde125b54d789cb14b06346fb 100644 (file)
@@ -1,6 +1,7 @@
-<div id="ldapSettings" class="section">
+<form id="ldap" class="section" action="#" method="post">
        <h2><?php p($l->t('LDAP')); ?></h2>
-       <form id="ldap" action="#" method="post">
+
+       <div id="ldapSettings">
        <ul>
                <?php foreach($_['toc'] as $id => $title) { ?>
                        <li id="<?php p($id); ?>"><a href="<?php p($id); ?>"><?php p($title); ?></a></li>