From 59eaf4015cccfe9c06b3c67972d50254c83b7df9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Apr 2005 20:10:15 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/index.php | 4 ++-- htdocs/expedition/index.php | 2 +- htdocs/product/index.php | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 31451fba547..dd4bf5ea07b 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -95,7 +95,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) { print ''; print ''; print ''; + print $langs->trans("Ref").' :  '; print "
'.$langs->trans("SearchAProposal").'
'; - print $langs->trans("Ref").' :  

\n"; } @@ -108,7 +108,7 @@ if ($conf->contrat->enabled) { print ''; print ''; print ''; + print $langs->trans("Ref").' :  '; print "
'.$langs->trans("SearchAContract").'
'; - print $langs->trans("Ref").' :  

\n"; } diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index 1e084663991..f5de7c45a86 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -43,7 +43,7 @@ print '
'; print ''; print ''; print "'; +print $langs->trans("Ref").' : '; print "
'.$langs->trans("SearchASending").'
"; -print $langs->trans("Ref").' :

\n"; /* diff --git a/htdocs/product/index.php b/htdocs/product/index.php index d94c5b07a21..d6cf5b522c0 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -21,7 +21,8 @@ * */ -/** \file htdocs/product/index.php +/** + \file htdocs/product/index.php \ingroup product \brief Page accueil des produits et services \version $Revision$ @@ -67,9 +68,9 @@ print ''; print ""; print ''; print "'; +print $langs->trans("Ref").' :'; print "'; +print $langs->trans("Label").':'; print "
'.$langs->trans("Search").'
"; -print $langs->trans("Ref").' :
"; -print $langs->trans("Label").':

";