From 325b08eb4100d5c392b99c67f220dffc74672980 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 May 2011 22:10:50 +0000 Subject: [PATCH] Qual: 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. --- htdocs/commande/fiche.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 '';