Look and feel v6
This commit is contained in:
parent
160eb194ea
commit
3782bc4458
@ -318,7 +318,7 @@ print load_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'title_setup');
|
||||
|
||||
$head=project_admin_prepare_head();
|
||||
|
||||
dol_fiche_head($head, 'project', $langs->trans("Projects"), 0, 'project');
|
||||
dol_fiche_head($head, 'project', $langs->trans("Projects"), -1, 'project');
|
||||
|
||||
|
||||
|
||||
|
||||
@ -70,7 +70,7 @@ print load_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'title_setup');
|
||||
|
||||
$head = project_admin_prepare_head();
|
||||
|
||||
dol_fiche_head($head, 'attributes', $langs->trans("Projects"), 0, 'project');
|
||||
dol_fiche_head($head, 'attributes', $langs->trans("Projects"), -1, 'project');
|
||||
|
||||
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_view.tpl.php';
|
||||
|
||||
|
||||
@ -69,7 +69,7 @@ print load_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'title_setup');
|
||||
|
||||
$head = project_admin_prepare_head();
|
||||
|
||||
dol_fiche_head($head, 'attributes_task', $langs->trans("Projects"), 0, 'project');
|
||||
dol_fiche_head($head, 'attributes_task', $langs->trans("Projects"), -1, 'project');
|
||||
|
||||
require DOL_DOCUMENT_ROOT.'/core/tpl/admin_extrafields_view.tpl.php';
|
||||
|
||||
|
||||
@ -96,7 +96,7 @@ if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'e
|
||||
include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php';
|
||||
|
||||
// Purge search criteria
|
||||
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter.x") ||GETPOST("button_removefilter")) // All test are required to be compatible with all browsers
|
||||
if (GETPOST("button_removefilter_x") || GETPOST("button_removefilter.x") ||GETPOST("button_removefilter")) // All tests are required to be compatible with all browsers
|
||||
{
|
||||
$search_date='';
|
||||
$search_datehour='';
|
||||
@ -305,7 +305,7 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
|
||||
// Tabs for project
|
||||
$tab='tasks';
|
||||
$head=project_prepare_head($projectstatic);
|
||||
dol_fiche_head($head, $tab, $langs->trans("Project"), 0, ($projectstatic->public?'projectpub':'project'));
|
||||
dol_fiche_head($head, $tab, $langs->trans("Project"), -1, ($projectstatic->public?'projectpub':'project'));
|
||||
|
||||
$param=($mode=='mine'?'&mode=mine':'');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user