mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
llxHeader - BodyCss - webhook/webservice/workstation (#29953)
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
@@ -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') {
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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>';
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -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
|
||||
?>
|
||||
|
||||
@@ -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) {
|
||||
/*
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user