Browse Source

Look and feel v15

Laurent Destailleur 3 years ago
parent
commit
6e1213128f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      htdocs/contrat/list.php

+ 2 - 1
htdocs/contrat/list.php

@@ -810,8 +810,9 @@ while ($i < min($num, $limit)) {
 		}
 		print '</td>';
 	}
+	// Email
 	if (!empty($arrayfields['s.email']['checked'])) {
-		print '<td>'.dol_print_email($obj->email).'</td>';
+		print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($obj->email).'">'.dol_print_email($obj->email, 0, $obj->socid, 0, 0, 1, 1).'</td>';
 	}
 	// Town
 	if (!empty($arrayfields['s.town']['checked'])) {