Fix: Bad picto for project setup page
This commit is contained in:
parent
68a508a0d1
commit
6662f8b5a3
@ -286,11 +286,9 @@ $form=new Form($db);
|
|||||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||||
print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup');
|
||||||
|
|
||||||
print "<br>";
|
|
||||||
|
|
||||||
$head=project_admin_prepare_head();
|
$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
|
* Projects Numbering model
|
||||||
|
|||||||
@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup');
|
|||||||
|
|
||||||
$head = project_admin_prepare_head();
|
$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).'<br>'."\n";
|
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
|
||||||
|
|||||||
@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup');
|
|||||||
|
|
||||||
$head = project_admin_prepare_head();
|
$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).'<br>'."\n";
|
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user