diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-10-30 17:03:03 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-10-30 17:03:03 +0100 |
commit | 108cdeb8924bdeeb17d1d36c6565fd47f75d84cc (patch) | |
tree | 2130c51988e2412d670885b9dd41bad00d5b620f /apps | |
parent | 6db69c5d05cc253e5373a6dc0fc99bfb6ba6a58c (diff) | |
parent | 1dfabfb4918e356e7971db00e10325f5e1579daa (diff) | |
download | nextcloud-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.php | 6 |
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> |