This commit is contained in:
Laurent Destailleur 2019-11-04 11:42:27 +01:00
parent 666e60a883
commit 5497e1e103

View File

@ -164,7 +164,7 @@ class box_contacts extends ModeleBoxes
if ($num==0)
$this->info_box_contents[$line][0] = array(
'td' => 'class="center"',
'text'=>$langs->trans("NoRecordedContacts"),
'text'=> '<span class="opacitymedium">'.$langs->trans("NoRecordedContacts").'</span>',
);
$this->db->free($result);