Uniformize code, order of fiels in card and language files.

This commit is contained in:
Laurent Destailleur
2013-04-28 01:12:40 +02:00
parent 757473cf86
commit 2e81fa342e
20 changed files with 84 additions and 77 deletions

View File

@@ -1149,7 +1149,7 @@ function dol_print_email($email,$cid=0,$socid=0,$addlink=0,$max=64,$showinvalid=
if (! empty($addlink))
{
$newemail='<a href="';
$newemail='<a style="text-overflow: ellipsis;" href="';
if (! preg_match('/^mailto:/i',$email)) $newemail.='mailto:';
$newemail.=$email;
$newemail.='">';