diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index ad3d2ed96e6..b0635a2d05e 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -1763,7 +1763,7 @@ else
print '';
if ($_GET['action'] != 'editdemandreason' && $object->brouillon) print '
id.'">'.img_edit($langs->trans('SetDemandReason'),1).' | ';
print '';
- print '';
+ print ' | ';
if ($_GET['action'] == 'editdemandreason')
{
$html->form_demand_reason($_SERVER['PHP_SELF'].'?id='.$object->id,$object->demand_reason_id,'demand_reason_id',1);
@@ -1772,8 +1772,10 @@ else
{
$html->form_demand_reason($_SERVER['PHP_SELF'].'?id='.$object->id,$object->demand_reason_id,'none');
}
- print ' | ';
- print ''.$langs->trans("DictionnarySource").'';
+ // Removed because using dictionnary is an admin feature, not a user feature. Ther is already the "star" to show info to admin users.
+ // This is to avoid too heavy screens and have an uniform look and feel for all screens.
+ //print ' | ';
+ //print ''.$langs->trans("DictionnarySource").'';
print ' | ';