fix holiday page titles
This commit is contained in:
parent
97d97af932
commit
156f1e7e2a
@ -882,7 +882,7 @@ $object = new Holiday($db);
|
|||||||
|
|
||||||
$listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon"));
|
$listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon"));
|
||||||
|
|
||||||
$title = $langs->trans('CPTitreMenu');
|
$title = $langs->trans('Leave');
|
||||||
$help_url = 'EN:Module_Holiday';
|
$help_url = 'EN:Module_Holiday';
|
||||||
|
|
||||||
llxHeader('', $title, $help_url);
|
llxHeader('', $title, $help_url);
|
||||||
|
|||||||
@ -137,8 +137,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
$listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon"));
|
$listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon"));
|
||||||
|
$title = $langs->trans("Leave").' - '.$langs->trans("Files");
|
||||||
$title = $langs->trans('InterventionCard');
|
|
||||||
|
|
||||||
llxHeader('', $title);
|
llxHeader('', $title);
|
||||||
|
|
||||||
|
|||||||
@ -78,7 +78,7 @@ $result = restrictedArea($user, 'holiday', $object->id, 'holiday');
|
|||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
$title = $langs->trans("Holiday")." - ".$langs->trans("Info");
|
$title = $langs->trans("Leave")." - ".$langs->trans("Info");
|
||||||
$helpurl = "";
|
$helpurl = "";
|
||||||
llxHeader("", $title, $helpurl);
|
llxHeader("", $title, $helpurl);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user