Modif lien sur l'email
This commit is contained in:
parent
d35b59ea53
commit
2432babd80
@ -179,7 +179,7 @@ if ($result)
|
||||
print "<a href=\"".DOL_URL_ROOT."/comm/fiche.php?socid=$obj->idp\">$obj->nom</A></td>\n";
|
||||
|
||||
|
||||
print '<td><a href="action/fiche.php?action=create&actionid=1&contactid='.$obj->cidp.'&socid='.$obj->idp.'">'.$obj->phone.'</a> </td>';
|
||||
print '<td><a href="'.DOL_URL_ROOT.'/comm/action/fiche.php?action=create&actionid=1&contactid='.$obj->cidp.'&socid='.$obj->idp.'">'.$obj->phone.'</a> </td>';
|
||||
|
||||
if ($_GET["view"] == 'phone')
|
||||
{
|
||||
@ -191,7 +191,7 @@ if ($result)
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<td><a href="action/fiche.php?action=create&actionid=4&contactid='.$obj->cidp.'&socid='.$obj->idp.'">'.$obj->email.'</a> </td>';
|
||||
print '<td><a href="mailto:'.$obj->email.'">'.$obj->email.'</a> </td>';
|
||||
}
|
||||
|
||||
print "</TR>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user