mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
admin settings: fix LDAP settings header layout
This commit is contained in:
parent
1076a77840
commit
1dfabfb491
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue