This commit is contained in:
Laurent Destailleur 2011-05-09 22:28:55 +00:00
parent aba298b46f
commit 1817a045ac

View File

@ -232,8 +232,8 @@ if ($id > 0 || ! empty($ref))
print '<input type="hidden" name="source" value="internal">';
print '<input type="hidden" name="id" value="'.$id.'">';
// Ligne ajout pour contact interne
print "<tr $bc[$var]>";
// Line to add an internal contact
print "<tr ".$bc[$var].">";
print '<td nowrap="nowrap">';
print img_object('','user').' '.$langs->trans("Users");
@ -262,9 +262,9 @@ if ($id > 0 || ! empty($ref))
print '<input type="hidden" name="source" value="external">';
print '<input type="hidden" name="id" value="'.$id.'">';
// Ligne ajout pour contact externe
// Line to add an external contact
$var=!$var;
print "<tr $bc[$var]>";
print "<tr ".$bc[$var].">";
print '<td nowrap="nowrap">';
print img_object('','contact').' '.$langs->trans("ThirdPartyContacts");