css
This commit is contained in:
parent
666e60a883
commit
5497e1e103
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user