From f1597ac15b1d90a350c60607d3b0b89e203bad98 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 30 Aug 2003 12:37:39 +0000 Subject: [PATCH] Modification de l'alignement du champs reference --- htdocs/includes/boxes/box_propales.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_propales.php b/htdocs/includes/boxes/box_propales.php index e6e2d506ed7..d10e7756faa 100644 --- a/htdocs/includes/boxes/box_propales.php +++ b/htdocs/includes/boxes/box_propales.php @@ -44,7 +44,7 @@ if ($user->rights->propale->lire) { $objp = $db->fetch_object( $i); - $info_box_contents[$i][0] = array('align' => 'center', + $info_box_contents[$i][0] = array('align' => 'left', 'text' => $objp->ref, 'url' => DOL_URL_ROOT."/comm/propal.php3?propalid=".$objp->rowid);