Fix reposition

This commit is contained in:
Laurent Destailleur 2022-09-27 14:26:09 +02:00
parent 52b12ee47d
commit e119fef964

View File

@ -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') {