Fix: Bad html syntaxes
This commit is contained in:
parent
02dce788dd
commit
94b20f286d
@ -227,6 +227,7 @@ if ($id > 0 || ! empty($ref))
|
||||
print '<td>'.$langs->trans("Company").'</td>';
|
||||
print '<td>'.$langs->trans("Contacts").'</td>';
|
||||
print '<td>'.$langs->trans("ContactType").'</td>';
|
||||
print '<td> </td>';
|
||||
print '<td colspan="2"> </td>';
|
||||
print "</tr>\n";
|
||||
|
||||
@ -239,7 +240,7 @@ if ($id > 0 || ! empty($ref))
|
||||
print '<input type="hidden" name="id" value="'.$id.'">';
|
||||
|
||||
// Ligne ajout pour contact interne
|
||||
print '<tr'.$bc[$var].'>';
|
||||
print '<tr '.$bc[$var].'>';
|
||||
|
||||
print '<td nowrap="nowrap">';
|
||||
print img_object('','user').' '.$langs->trans("Users");
|
||||
@ -269,7 +270,7 @@ if ($id > 0 || ! empty($ref))
|
||||
|
||||
// Ligne ajout pour contact externe
|
||||
$var=!$var;
|
||||
print '<tr'.$bc[$var].'>';
|
||||
print '<tr '.$bc[$var].'>';
|
||||
|
||||
print '<td nowrap="nowrap">';
|
||||
print img_object('','contact').' '.$langs->trans("ThirdPartyContacts");
|
||||
@ -295,7 +296,7 @@ if ($id > 0 || ! empty($ref))
|
||||
|
||||
print "</form>";
|
||||
|
||||
print '<tr><td colspan="6"> </td></tr>';
|
||||
print '<tr><td colspan="7"> </td></tr>';
|
||||
}
|
||||
|
||||
// List of linked contacts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user