From 24feb7463836bd60935e1a45641f251451bfa785 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Thu, 30 Oct 2014 13:55:33 +0100
Subject: [PATCH] fixing ldap listing in admin sidebar - needs styling review

---
 apps/user_ldap/templates/settings.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php
index 6a02b79525..4e09d7e073 100644
--- a/apps/user_ldap/templates/settings.php
+++ b/apps/user_ldap/templates/settings.php
@@ -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>
-- 
GitLab