summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-10-30 17:03:03 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-10-30 17:03:03 +0100
commit108cdeb8924bdeeb17d1d36c6565fd47f75d84cc (patch)
tree2130c51988e2412d670885b9dd41bad00d5b620f /apps
parent6db69c5d05cc253e5373a6dc0fc99bfb6ba6a58c (diff)
parent1dfabfb4918e356e7971db00e10325f5e1579daa (diff)
downloadnextcloud-server-108cdeb8924bdeeb17d1d36c6565fd47f75d84cc.tar.gz
nextcloud-server-108cdeb8924bdeeb17d1d36c6565fd47f75d84cc.zip
Merge pull request #11867 from owncloud/settings-sidebar-admin
introduce sidebar for admin page
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/templates/settings.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php
index 6a02b795258..811deada944 100644
--- a/apps/user_ldap/templates/settings.php
+++ b/apps/user_ldap/templates/settings.php
@@ -1,5 +1,7 @@
-<form id="ldap" action="#" method="post">
- <div id="ldapSettings" class="section">
+<form id="ldap" class="section" action="#" method="post">
+ <h2><?php p($l->t('LDAP')); ?></h2>
+
+ <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>