diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-10-30 16:04:26 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-10-30 16:04:26 +0100 |
commit | 1dfabfb4918e356e7971db00e10325f5e1579daa (patch) | |
tree | 842dd496b6a958079e4b74eb9a189708938e52b1 /apps/user_ldap/templates/settings.php | |
parent | 1076a7784027ed3af2e118bcf4366a81badb2d7c (diff) | |
download | nextcloud-server-1dfabfb4918e356e7971db00e10325f5e1579daa.tar.gz nextcloud-server-1dfabfb4918e356e7971db00e10325f5e1579daa.zip |
admin settings: fix LDAP settings header layout
Diffstat (limited to 'apps/user_ldap/templates/settings.php')
-rw-r--r-- | apps/user_ldap/templates/settings.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 4e09d7e0739..811deada944 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -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> |