Fix: Bad picto for project setup page

This commit is contained in:
Laurent Destailleur 2014-02-28 21:54:50 +01:00
parent 68a508a0d1
commit 6662f8b5a3
3 changed files with 7 additions and 9 deletions

View File

@ -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

View File

@ -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";

View File

@ -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";