From 83479a8a107c5e569ffcc242324a450c3f7cf294 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Feb 2007 15:29:35 +0000 Subject: [PATCH] Fix: alignement a droite du statut --- htdocs/includes/boxes/box_produits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_produits.php b/htdocs/includes/boxes/box_produits.php index 41f6501728c..8e979ef6414 100644 --- a/htdocs/includes/boxes/box_produits.php +++ b/htdocs/includes/boxes/box_produits.php @@ -116,7 +116,7 @@ class box_produits extends ModeleBoxes { 'text' => price($objp->price)); $this->info_box_contents[$i][2] = array( - 'align' => 'center', + 'align' => 'right', 'text' => $productstatic->LibStatut($objp->envente,3)); $i++;