From 0202eb8a66920b43d37582bbd205a25f68523150 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 20 Nov 2005 18:58:34 +0000 Subject: - more acp additions and changes... git-svn-id: file:///svn/phpbb/trunk@5310 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/auth/auth_ldap.php | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'phpBB/includes/auth') diff --git a/phpBB/includes/auth/auth_ldap.php b/phpBB/includes/auth/auth_ldap.php index 4a3293648e..b1150658bd 100644 --- a/phpBB/includes/auth/auth_ldap.php +++ b/phpBB/includes/auth/auth_ldap.php @@ -71,24 +71,31 @@ function admin_ldap(&$new) { global $user; -?> - - lang['LDAP_SERVER']; ?>:
lang['LDAP_SERVER_EXPLAIN']; ?> - - - - lang['LDAP_DN']; ?>:
lang['LDAP_DN_EXPLAIN']; ?> - - - - lang['LDAP_UID']; ?>:
lang['LDAP_UID_EXPLAIN']; ?> - - - +

' . $user->lang['LDAP_SERVER_EXPLAIN'] . '
+
+ +
+

' . $user->lang['LDAP_DN_EXPLAIN'] . '
+
+
+
+

' . $user->lang['LDAP_UID_EXPLAIN'] . '
+
+
+ '; // These are fields required in the config table - return array('ldap_server', 'ldap_base_dn', 'ldap_uid'); - + return array( + 'tpl' => $tpl, + 'config' => array('ldap_server', 'ldap_base_dn', 'ldap_uid') + ); } /** -- cgit v1.2.1