diff --git a/htdocs/projet/admin/project.php b/htdocs/projet/admin/project.php index aa5aa11bb89..c50ddd1a290 100644 --- a/htdocs/projet/admin/project.php +++ b/htdocs/projet/admin/project.php @@ -17,13 +17,13 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . -*/ + */ /** * \file htdocs/admin/project.php * \ingroup project * \brief Page to setup project module -*/ + */ require '../../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php'; @@ -47,7 +47,7 @@ $type='project'; /* * Actions -*/ + */ if ($action == 'updateMask') { @@ -286,15 +286,13 @@ $form=new Form($db); $linkback=''.$langs->trans("BackToModuleList").''; print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup'); -print "
"; - $head=project_admin_prepare_head(); -dol_fiche_head($head, 'project', $langs->trans("ModuleSetup")); +dol_fiche_head($head, 'project', $langs->trans("Project"), 0, 'project'); /* * Projects Numbering model -*/ + */ print_titre($langs->trans("ProjectsNumberingModules")); diff --git a/htdocs/projet/admin/project_extrafields.php b/htdocs/projet/admin/project_extrafields.php index 8f4b6a6ce36..6b26e8bc8f5 100644 --- a/htdocs/projet/admin/project_extrafields.php +++ b/htdocs/projet/admin/project_extrafields.php @@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup'); $head = project_admin_prepare_head(); -dol_fiche_head($head, 'attributes', $langs->trans("Project"), 0, 'user'); +dol_fiche_head($head, 'attributes', $langs->trans("Project"), 0, 'project'); print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n"; diff --git a/htdocs/projet/admin/project_task_extrafields.php b/htdocs/projet/admin/project_task_extrafields.php index 782ae78d787..0ab60425a19 100644 --- a/htdocs/projet/admin/project_task_extrafields.php +++ b/htdocs/projet/admin/project_task_extrafields.php @@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup'); $head = project_admin_prepare_head(); -dol_fiche_head($head, 'attributes_task', $langs->trans("Project"), 0, 'user'); +dol_fiche_head($head, 'attributes_task', $langs->trans("Project"), 0, 'project'); print $langs->trans("DefineHereComplementaryAttributes",$textobject).'
'."\n";