fixing ldap listing in admin sidebar - needs styling review

This commit is contained in:
Thomas Müller 2014-10-30 13:55:33 +01:00
parent d9db791c67
commit 24feb74638
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<form id="ldap" action="#" method="post"> <div id="ldapSettings" class="section">
<div id="ldapSettings" class="section"> <h2><?php p($l->t('LDAP')); ?></h2>
<form id="ldap" action="#" method="post">
<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>