Skip to content
Snippets Groups Projects
Commit 24feb746 authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing ldap listing in admin sidebar - needs styling review

parent d9db791c
No related branches found
No related tags found
No related merge requests found
<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>
<?php foreach($_['toc'] as $id => $title) { ?>
<li id="<?php p($id); ?>"><a href="<?php p($id); ?>"><?php p($title); ?></a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment