From 0f0228ca5a629959c7ff6e36606f7f085eae36a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Tue, 11 Mar 2014 12:47:08 +0100 Subject: [PATCH] Changed order module configuration page --- htdocs/admin/commande.php | 2 +- htdocs/admin/order_extrafields.php | 2 +- htdocs/admin/orderdet_extrafields.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php index e24800d18f2..6736f9d2279 100644 --- a/htdocs/admin/commande.php +++ b/htdocs/admin/commande.php @@ -218,7 +218,7 @@ print '
'; $head = order_admin_prepare_head(null); -dol_fiche_head($head, 'general', $langs->trans("ModuleSetup"), 0, 'order'); +dol_fiche_head($head, 'general', $langs->trans("Orders"), 0, 'order'); /* * Orders Numbering model diff --git a/htdocs/admin/order_extrafields.php b/htdocs/admin/order_extrafields.php index 88e3705c4e7..7317d078626 100644 --- a/htdocs/admin/order_extrafields.php +++ b/htdocs/admin/order_extrafields.php @@ -75,7 +75,7 @@ print "
\n"; $head = order_admin_prepare_head(null); -dol_fiche_head($head, 'attributes', $langs->trans("ModuleSetup"), 0, 'order'); +dol_fiche_head($head, 'attributes', $langs->trans("Orders"), 0, 'order'); print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n"; diff --git a/htdocs/admin/orderdet_extrafields.php b/htdocs/admin/orderdet_extrafields.php index 23e6166d1a4..a78ee9ea761 100644 --- a/htdocs/admin/orderdet_extrafields.php +++ b/htdocs/admin/orderdet_extrafields.php @@ -76,7 +76,7 @@ print "
\n"; $head = order_admin_prepare_head(null); -dol_fiche_head($head, 'attributeslines', $langs->trans("ModuleSetup"), 0, 'order'); +dol_fiche_head($head, 'attributeslines', $langs->trans("Orders"), 0, 'order'); print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n";