admin settings: fix LDAP settings header layout
This commit is contained in:
parent
1076a77840
commit
1dfabfb491
|
@ -1,6 +1,7 @@
|
||||||
<div id="ldapSettings" class="section">
|
<form id="ldap" class="section" action="#" method="post">
|
||||||
<h2><?php p($l->t('LDAP')); ?></h2>
|
<h2><?php p($l->t('LDAP')); ?></h2>
|
||||||
<form id="ldap" action="#" method="post">
|
|
||||||
|
<div id="ldapSettings">
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach($_['toc'] as $id => $title) { ?>
|
<?php foreach($_['toc'] as $id => $title) { ?>
|
||||||
<li id="<?php p($id); ?>"><a href="<?php p($id); ?>"><?php p($title); ?></a></li>
|
<li id="<?php p($id); ?>"><a href="<?php p($id); ?>"><?php p($title); ?></a></li>
|
||||||
|
|
Loading…
Reference in New Issue