]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing ldap listing in admin sidebar - needs styling review
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 30 Oct 2014 12:55:33 +0000 (13:55 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 30 Oct 2014 12:55:33 +0000 (13:55 +0100)
apps/user_ldap/templates/settings.php

index 6a02b795258b188bcc707e8b05a4d1494dc1beb3..4e09d7e073930202079d69a108efce63d278e90e 100644 (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>
                <?php foreach($_['toc'] as $id => $title) { ?>
                        <li id="<?php p($id); ?>"><a href="<?php p($id); ?>"><?php p($title); ?></a></li>