admin settings: fix LDAP settings header layout

This commit is contained in:
Jan-Christoph Borchardt 2014-10-30 16:04:26 +01:00
parent 1076a77840
commit 1dfabfb491

View 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>