From 1dfabfb4918e356e7971db00e10325f5e1579daa Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Thu, 30 Oct 2014 16:04:26 +0100 Subject: [PATCH] admin settings: fix LDAP settings header layout --- 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 4e09d7e073..811deada94 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -1,6 +1,7 @@ -<div id="ldapSettings" class="section"> +<form id="ldap" class="section" action="#" method="post"> <h2><?php p($l->t('LDAP')); ?></h2> - <form id="ldap" action="#" method="post"> + + <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> -- GitLab