From 47abefac7d78344e48a3f5d735d5f2e967c4bf53 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 Nov 2003 11:41:33 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20alignement=20nom=20de=20la=20soci=E9t?= =?UTF-8?q?=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_commandes.php | 2 +- htdocs/includes/boxes/box_propales.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/boxes/box_commandes.php b/htdocs/includes/boxes/box_commandes.php index 1a289e05abe..007e4757c52 100644 --- a/htdocs/includes/boxes/box_commandes.php +++ b/htdocs/includes/boxes/box_commandes.php @@ -53,7 +53,7 @@ if ($user->rights->commande->lire) 'width' => '30%', 'url' => DOL_URL_ROOT."/commande/fiche.php?id=".$objp->rowid); - $info_box_contents[$i][1] = array('align' => 'center', + $info_box_contents[$i][1] = array('align' => 'left', 'text' => $objp->nom, 'width' => '70%', 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); diff --git a/htdocs/includes/boxes/box_propales.php b/htdocs/includes/boxes/box_propales.php index 130b60bc026..65eb0d41a83 100644 --- a/htdocs/includes/boxes/box_propales.php +++ b/htdocs/includes/boxes/box_propales.php @@ -53,7 +53,7 @@ if ($user->rights->propale->lire) 'width' => '30%', 'url' => DOL_URL_ROOT."/comm/propal.php?propalid=".$objp->rowid); - $info_box_contents[$i][1] = array('align' => 'center', + $info_box_contents[$i][1] = array('align' => 'left', 'text' => $objp->nom, 'width' => '70%', 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);