diff --git a/frontend/module/system/view/ldapform.html.php b/frontend/module/system/view/ldapform.html.php index f06225a0..97c289d0 100644 --- a/frontend/module/system/view/ldapform.html.php +++ b/frontend/module/system/view/ldapform.html.php @@ -1,87 +1,88 @@ -
-

- $lang->system->ldapEnabled), 'true', (($ldapLinked or $activeLDAP) ? "onclick='return false;'" : '')); ?> -

- - - - - - - - -
system->ldapSource;?>system->ldapTypeList, $activeLDAP, ($ldapLinked ? 'disabled' : '') . " class='form-control'");?>
- - - - - - - - - - - -
system->ldapUsername?>account->username;?>
system->ldapRoot;?>
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
system->host;?>
system->port;?>
system->ldapUsername;?>
system->password;?>
system->ldapRoot;?>
-
system->ldapAdvance . "", '', "data-toggle='collapse'");?>
- - - - - - - - - - - - - - - - - - -
system->filterUser;?>
system->email;?>
system->extraAccount;?>
- - - - - - - - -
system->connectLdap, "id='testConnectBtn'");?>
-
-
system->ldapUpdate : $lang->system->ldapInstall);?>
-
+
+

+ system->hasSystemLDAP();?> + $lang->system->ldapEnabled), $enableLDAP ? 'true' : '', (($ldapLinked or $activeLDAP) ? "onclick='return false;'" : '')); ?> +

+ + + + + + + + +
system->ldapSource;?>system->ldapTypeList, $activeLDAP, ($ldapLinked ? 'disabled' : '') . " class='form-control'");?>
+ + + + + + + + + + + +
system->ldapUsername?>account->username;?>
system->ldapRoot;?>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
system->host;?>
system->port;?>
system->ldapUsername;?>
system->password;?>
system->ldapRoot;?>
+
system->ldapAdvance . "", '', "data-toggle='collapse'");?>
+ + + + + + + + + + + + + + + + + + +
system->filterUser;?>
system->email;?>
system->extraAccount;?>
+ + + + + + + + +
system->connectLdap, "id='testConnectBtn'");?>
+
+
system->ldapUpdate : $lang->system->ldapInstall);?>
+