Fix: Button to force LDAP synchro was not visible.

This commit is contained in:
Laurent Destailleur 2010-01-17 14:01:21 +00:00
parent 77a0def86e
commit 98723da492

View File

@ -167,14 +167,14 @@ if ($message) { print $message; }
print '<div class="tabsAction">';
if ($conf->global->LDAP_MEMBER_SYNCHRO_ACTIVE == 'dolibarr2ldap')
if ($conf->global->LDAP_MEMBER_ACTIVE == 'dolibarr2ldap')
{
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?id='.$adh->id.'&amp;action=dolibarr2ldap">'.$langs->trans("ForceSynchronize").'</a>';
}
print "</div>\n";
if ($conf->global->LDAP_MEMBER_SYNCHRO_ACTIVE == 'dolibarr2ldap') print "<br>\n";
if ($conf->global->LDAP_MEMBER_ACTIVE == 'dolibarr2ldap') print "<br>\n";