mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix reposition
This commit is contained in:
parent
52b12ee47d
commit
e119fef964
|
|
@ -263,7 +263,7 @@ print '<br>';
|
|||
*/
|
||||
if (function_exists("ldap_connect")) {
|
||||
if (!empty($conf->global->LDAP_SERVER_HOST)) {
|
||||
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action=test">'.$langs->trans("LDAPTestConnect").'</a><br><br>';
|
||||
print '<a class="butAction reposition" href="'.$_SERVER["PHP_SELF"].'?action=test">'.$langs->trans("LDAPTestConnect").'</a><br><br>';
|
||||
}
|
||||
|
||||
if ($action == 'test') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user