diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 59dba664ace..dc1caa5e2a9 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -226,11 +226,11 @@ else
{
print '
';
+ print ' | | | ';
print_fiche_titre('Fiche '.$types[$product->type].' : '.$product->ref, $mesg);
@@ -252,7 +252,7 @@ else
print 'Statistiques | ';
print '| Prix de vente | '.price($product->price).' | ';
print '';
- print 'Fournisseurs [Ajouter]';
+ print 'Fournisseurs [Ajouter]';
$sql = "SELECT s.nom, s.idp";
$sql .= " FROM llx_societe as s, llx_product_fournisseur as pf";
@@ -452,7 +452,7 @@ if ($action == '')
{
if ($user->rights->produit->modifier || $user->rights->produit->creer)
{
- print ' | [Changer le prix] | ';
+ print '[Changer le prix] | ';
}
else
{
@@ -470,7 +470,7 @@ if ($action == '')
{
if ($user->rights->produit->modifier || $user->rights->produit->creer)
{
- print '[Editer] | ';
+ print '[Editer] | ';
}
else
{