Fix: Equilibre balises
This commit is contained in:
parent
633dd5431c
commit
81d55d3e4a
@ -501,13 +501,15 @@ if ($socid > 0)
|
|||||||
|
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
|
|
||||||
if ($user->rights->societe->contact->creer)
|
if ($user->rights->societe->contact->creer)
|
||||||
{
|
{
|
||||||
print "<a href=\"../contact/fiche.php?action=edit&id=$obj->idp\">";
|
print "<a href=\"../contact/fiche.php?action=edit&id=$obj->idp\">";
|
||||||
print img_edit();
|
print img_edit();
|
||||||
|
print '</a>';
|
||||||
}
|
}
|
||||||
|
else print ' ';
|
||||||
|
|
||||||
print '</a></td>';
|
print '</td>';
|
||||||
|
|
||||||
print '<td align="center"><a href="../comm/action/fiche.php?action=create&actionid=5&contactid='.$obj->idp.'&socid='.$societe->id.'">';
|
print '<td align="center"><a href="../comm/action/fiche.php?action=create&actionid=5&contactid='.$obj->idp.'&socid='.$societe->id.'">';
|
||||||
print img_object($langs->trans("Rendez-Vous"),"action");
|
print img_object($langs->trans("Rendez-Vous"),"action");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user