llxHeader - BodyCss - webhook/webservice/workstation (#29953)

Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
atm-lena
2024-06-09 11:49:02 +02:00
committed by GitHub
parent baf1826f33
commit 6bb90034ff
7 changed files with 7 additions and 7 deletions

View File

@@ -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') {

View File

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

View File

@@ -59,7 +59,7 @@ if ($actionsave) {
* View
*/
llxHeader();
llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-webservices page-admin_index');
$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';

View File

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

View File

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

View File

@@ -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) {
/*

View File

@@ -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();