diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index db2717328de..44768fdbd6f 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -223,7 +223,8 @@ if ($_POST["cancel"] == 'Annuler')
}
-llxHeader("","","Fiche produit");
+llxHeader("","",$langs->trans("CardProduct".$product->type));
+
/*
* Création du produit
@@ -244,7 +245,7 @@ if ($_GET["action"] == 'create')
print ''."\n";
print '
Nouveau '.$types[$_GET["type"]].'
'."\n";
- print '';
+ print '";
- }
+ print "
\n";
+
+ print "\n";
+ }
- print "
\n";
+ /*
+ * Edition du prix
+ *
+ */
if ($_GET["action"] == 'edit_price' && $user->rights->produit->creer)
{
print 'Nouveau prix
';
@@ -510,6 +516,7 @@ else
if (($_GET["action"] == 'edit' || $_GET["action"] == 're-edit') && $user->rights->produit->creer)
{
+
print_fiche_titre('Edition de la fiche '.$types[$product->type].' : '.$product->ref, $mesg);
@@ -528,13 +535,13 @@ else
print '