diff --git a/htdocs/webhook/target_card.php b/htdocs/webhook/target_card.php index 2b4bdc4c6a3..8d3f4c47d4a 100644 --- a/htdocs/webhook/target_card.php +++ b/htdocs/webhook/target_card.php @@ -209,7 +209,7 @@ $arrayofcss = array(); $title = $langs->trans("Target"); $help_url = ''; -llxHeader('', $title, $help_url, '', 0, 0, $arrayofjs, $arrayofcss); +llxHeader('', $title, $help_url, '', 0, 0, $arrayofjs, $arrayofcss, '', 'mod-webhook page-target_card'); // Part to create if ($action == 'create') { diff --git a/htdocs/webhook/target_list.php b/htdocs/webhook/target_list.php index d8f31c3c234..63591826abc 100644 --- a/htdocs/webhook/target_list.php +++ b/htdocs/webhook/target_list.php @@ -371,7 +371,7 @@ if ($num == 1 && getDolGlobalInt('MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE') && $sear // Output page // -------------------------------------------------------------------- $title = $langs->trans("Targets"); -llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', ''); +llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', 'mod-webhook page-target_list'); if ($mode == 'modulesetup') { require_once 'lib/webhook.lib.php'; diff --git a/htdocs/webservices/admin/index.php b/htdocs/webservices/admin/index.php index 91fcad393d0..bd6d6ac5613 100644 --- a/htdocs/webservices/admin/index.php +++ b/htdocs/webservices/admin/index.php @@ -59,7 +59,7 @@ if ($actionsave) { * View */ -llxHeader(); +llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-webservices page-admin_index'); $linkback = ''.$langs->trans("BackToModuleList").''; diff --git a/htdocs/workstation/workstation_agenda.php b/htdocs/workstation/workstation_agenda.php index 776a5cdd6ae..ed9d863cdae 100644 --- a/htdocs/workstation/workstation_agenda.php +++ b/htdocs/workstation/workstation_agenda.php @@ -132,7 +132,7 @@ $form = new Form($db); if ($object->id > 0) { $title = $langs->trans("Agenda"); $help_url = 'EN:Module_Workstation'; - llxHeader('', $title, $help_url); + llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-workstation page-card_workstation_agenda'); if (isModEnabled('notification')) { $langs->load("mails"); diff --git a/htdocs/workstation/workstation_card.php b/htdocs/workstation/workstation_card.php index 39537b35664..9ad7fd7154b 100644 --- a/htdocs/workstation/workstation_card.php +++ b/htdocs/workstation/workstation_card.php @@ -170,7 +170,7 @@ if ($action == 'create') { } $help_url = 'EN:Module_Workstation'; -llxHeader('', $title, $help_url); +llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-workstation page-workstation_card'); // jquery code ?> diff --git a/htdocs/workstation/workstation_document.php b/htdocs/workstation/workstation_document.php index 69dc0ec2573..5037da70832 100644 --- a/htdocs/workstation/workstation_document.php +++ b/htdocs/workstation/workstation_document.php @@ -103,7 +103,7 @@ $title = $langs->trans("Workstation").' - '.$langs->trans("Files"); $help_url = 'EN:Module_Workstation'; -llxHeader('', $title, $help_url); +llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-workstation page-card_workstation_document'); if ($object->id) { /* diff --git a/htdocs/workstation/workstation_note.php b/htdocs/workstation/workstation_note.php index 794e69b17d4..a822c458f67 100644 --- a/htdocs/workstation/workstation_note.php +++ b/htdocs/workstation/workstation_note.php @@ -86,7 +86,7 @@ $form = new Form($db); $help_url = 'EN:Module_Workstation'; -llxHeader('', $langs->trans('Workstation'), $help_url); +llxHeader('', $langs->trans('Workstation'), $help_url, '', 0, 0, '', '', '', 'mod-workstation page-card_workstation_note'); if ($id > 0 || !empty($ref)) { $object->fetch_thirdparty();