Fix: alignement a droite du statut
This commit is contained in:
parent
3dec215ee4
commit
83479a8a10
@ -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++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user