fixing ldap listing in admin sidebar - needs styling review
This commit is contained in:
parent
d9db791c67
commit
24feb74638
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue