From fc1fef2c43344881c2f15f8e8e7abe68bad2edd0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Apr 2005 18:19:17 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modification=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contrat/fiche.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index d9edc848413..fdbffe16b51 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -545,7 +545,7 @@ else print '';; print 'statut'; print ''; - print img_object($langs->trans("ShowProduct"),"product").' '.$objp->label.''; + print img_object($langs->trans("ShowService"),"service").' '.$objp->label.''; if ($objp->description) { @@ -569,13 +569,15 @@ else { print ' '; } + + // Icon delete print ''.price($objp->subprice)."\n"; if ($contrat->statut == 0 && $objp->statut == 0 && $user->rights->contrat->creer) { // print ''; // print img_edit(); // print ''; - print ''; + print ''; print img_delete(); print ''; }