2
0
forked from Wavyzz/dolibarr

Meilleur tooltip

This commit is contained in:
Laurent Destailleur
2006-08-31 23:59:19 +00:00
parent 40bc7b9716
commit f594d5302c

View File

@@ -794,7 +794,7 @@ else
print '<td>';
if ($fuser->societe_id)
{
print $html->textwithhelp($langs->trans("External"),$langs->trans("InternalExternalDesc"));
print $langs->trans("External");
}
else if ($fuser->ldap_sid)
{