From a4023a073fbe4f9b288e58e4fb07037a3ed8e364 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 4 Apr 2006 01:02:31 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index b4978534508..b1e8cd3a653 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -1328,7 +1328,7 @@ else print_liste_field_titre($langs->trans('Date'),'propal.php','p.datep','','&socidp='.$socidp.'&viewstatut='.$viewstatut, 'align="center"',$sortfield); print_liste_field_titre($langs->trans('DateEndPropalShort'),'propal.php','dfv','','&socidp='.$socidp.'&viewstatut='.$viewstatut, 'align="center"',$sortfield); print_liste_field_titre($langs->trans('Price'),'propal.php','p.price','','&socidp='.$socidp.'&viewstatut='.$viewstatut, 'align="right"',$sortfield); - print_liste_field_titre($langs->trans('Status'),'propal.php','p.fk_statut','','&socidp='.$socidp.'&viewstatut='.$viewstatut,'align="center"',$sortfield); + print_liste_field_titre($langs->trans('Status'),'propal.php','p.fk_statut','','&socidp='.$socidp.'&viewstatut='.$viewstatut,'align="right"',$sortfield); print "\n"; // Lignes des champs de filtre print '
'; @@ -1394,7 +1394,7 @@ else print ''.price($objp->price)."\n"; $propal=New Propal($db); - print ''.$propal->LibStatut($objp->fk_statut,2)."\n"; + print ''.$propal->LibStatut($objp->fk_statut,5)."\n"; print "\n"; $total = $total + $objp->price;