Mise au norme boxe

This commit is contained in:
Laurent Destailleur 2007-08-02 18:51:43 +00:00
parent ad3e86c1e6
commit 73618fc6e3

View File

@ -103,7 +103,7 @@ class box_prospect extends ModeleBoxes {
$this->info_box_contents[$i][2] = array('align' => 'right', $this->info_box_contents[$i][2] = array('align' => 'right',
'width' => 18, 'width' => 18,
'text' => $prospectstatic->LibStatut($objp->fk_stcomm,3)); 'text' => eregi_replace('img ','img height="14px" ',$prospectstatic->LibStatut($objp->fk_stcomm,3)));
$i++; $i++;
} }