Fix: alignement a droite du statut

This commit is contained in:
Laurent Destailleur 2007-02-10 15:29:35 +00:00
parent 3dec215ee4
commit 83479a8a10

View File

@ -116,7 +116,7 @@ class box_produits extends ModeleBoxes {
'text' => price($objp->price)); 'text' => price($objp->price));
$this->info_box_contents[$i][2] = array( $this->info_box_contents[$i][2] = array(
'align' => 'center', 'align' => 'right',
'text' => $productstatic->LibStatut($objp->envente,3)); 'text' => $productstatic->LibStatut($objp->envente,3));
$i++; $i++;