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").':

";