diff --git a/htdocs/admin/order_extrafields.php b/htdocs/admin/order_extrafields.php index be3ffe8d1e5..cb57c0d2e45 100644 --- a/htdocs/admin/order_extrafields.php +++ b/htdocs/admin/order_extrafields.php @@ -4,6 +4,7 @@ * Copyright (C) 2004-2013 Laurent Destailleur * Copyright (C) 2012 Regis Houssin * Copyright (C) 2012 Florian Henry + * Copyright (C) 2013 Philippe Grand * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,9 +21,9 @@ */ /** - * \file htdocs/admin/agenda_extrafields.php - * \ingroup agenda - * \brief Page to setup extra fields of agenda + * \file htdocs/admin/order_extrafields.php + * \ingroup order + * \brief Page to setup extra fields of order */ require '../main.inc.php'; @@ -66,7 +67,7 @@ require DOL_DOCUMENT_ROOT.'/core/admin_extrafields.inc.php'; $textobject=$langs->transnoentitiesnoconv("Orders"); -llxHeader(); +llxHeader('',$langs->trans("OrdersSetup")); $linkback=''.$langs->trans("BackToModuleList").''; print_fiche_titre($langs->trans("OrdersSetup"),$linkback,'setup'); @@ -109,7 +110,6 @@ foreach($extrafields->attribute_type as $key => $value) print ''.img_edit().''; print "  ".img_delete()."\n"; print ""; - // $i++; } print ""; @@ -128,8 +128,8 @@ if ($action != 'create' && $action != 'edit') /* ************************************************************************** */ /* */ -/* Creation d'un champ optionnel - /* */ +/* Creation d'un champ optionnel */ +/* */ /* ************************************************************************** */ if ($action == 'create')