llxheader body css bookcal (#30569)

Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
atm-lena 2024-08-10 23:47:52 +02:00 committed by GitHub
parent 72dd5c2a9f
commit 75115382ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 17 additions and 17 deletions

View File

@ -67,7 +67,7 @@ $textobject = $langs->transnoentitiesnoconv("Availabilities");
$help_url = '';
$page_name = "BookCalSetup";
llxHeader('', $langs->trans("BookCalSetup"), $help_url);
llxHeader('', $langs->trans("BookCalSetup"), $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-admin_availabilities_extrafields');
$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';

View File

@ -68,7 +68,7 @@ $textobject = $langs->transnoentitiesnoconv("Calendar");
$help_url = '';
$page_name = "BookCalSetup";
llxHeader('', $langs->trans("BookCalSetup"), $help_url);
llxHeader('', $langs->trans("BookCalSetup"), $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-admin_calender_extrafields');
$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';

View File

@ -163,7 +163,7 @@ $form = new Form($db);
$help_url = '';
$page_name = "BookCalSetup";
llxHeader('', $langs->trans($page_name), $help_url);
llxHeader('', $langs->trans($page_name), $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-admin_setup');
// Subheader
$linkback = '<a href="'.($backtopage ? $backtopage : DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1').'">'.$langs->trans("BackToModuleList").'</a>';

View File

@ -144,7 +144,7 @@ $form = new Form($db);
if ($object->id > 0) {
$title = $langs->trans("Agenda");
$help_url = 'EN:Module_Agenda_En|DE:Modul_Terminplanung';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_availabilities_agenda');
if (!empty($conf->notification->enabled)) {
$langs->load("mails");

View File

@ -223,7 +223,7 @@ $formproject = new FormProjets($db);
$title = $langs->trans("Availabilities");
$help_url = '';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_availabilities');
// Example : Adding jquery code
// print '<script type="text/javascript">

View File

@ -116,7 +116,7 @@ if ($action == 'addcontact' && $permission) {
$title = $langs->trans('Availabilities')." - ".$langs->trans('ContactsAddresses');
$help_url = '';
//$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_availabilities_contact');
$form = new Form($db);
$formcompany = new FormCompany($db);

View File

@ -114,7 +114,7 @@ $form = new Form($db);
$title = $langs->trans("Availabilities").' - '.$langs->trans("Files");
$help_url = '';
//$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_availabilities_document');
if ($object->id) {
/*

View File

@ -386,7 +386,7 @@ if ($num == 1 && getDolGlobalInt('MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE') && $sear
// Output page
// --------------------------------------------------------------------
llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', 'bodyforlist'); // Can use also classforhorizontalscrolloftabs instead of bodyforlist for no horizontal scroll
llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', 'bodyforlist mod-bookcal page-list_availabilities'); // Can use also classforhorizontalscrolloftabs instead of bodyforlist for no horizontal scroll
// Example : Adding jquery code
// print '<script type="text/javascript">

View File

@ -101,7 +101,7 @@ $form = new Form($db);
//$help_url='EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes';
$help_url = '';
$title = $langs->trans('Availabilities').' - '.$langs->trans("Notes");
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_availabilities_note');
if ($id > 0 || !empty($ref)) {
$object->fetch_thirdparty();

View File

@ -63,7 +63,7 @@ $max = getDolGlobalInt('MAIN_SIZE_SHORTLIST_LIMIT', 5);
$form = new Form($db);
$formfile = new FormFile($db);
llxHeader("", $langs->trans("BookCalArea"));
llxHeader("", $langs->trans("BookCalArea"), '', '', 0, 0, '', '', '', 'mod-bookcal page-index');
print load_fiche_titre($langs->trans("BookCalArea"), '', 'fa-calendar-check');

View File

@ -110,7 +110,7 @@ $form = new Form($db);
$now = dol_now();
$title = $langs->trans('Calendar')." - ".$langs->trans('Bookings');
llxHeader('', $title, $helpurl);
llxHeader('', $title, $helpurl, '', 0, 0, '', '', '', 'mod-bookcal page-list');
if ($object->id > 0) {

View File

@ -144,7 +144,7 @@ $form = new Form($db);
if ($object->id > 0) {
$title = $langs->trans("Agenda");
$help_url = 'EN:Module_Agenda_En|DE:Modul_Terminplanung';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_calendar_agenda');
if (isModEnabled('notification')) {
$langs->load("mails");

View File

@ -184,7 +184,7 @@ $formproject = new FormProjets($db);
$title = $langs->trans("Calendar");
$help_url = '';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_calendar');
// Example : Adding jquery code
// print '<script type="text/javascript">

View File

@ -118,7 +118,7 @@ if ($action == 'addcontact' && $permission) {
$title = $langs->trans('Calendar')." - ".$langs->trans('ContactsAddresses');
$help_url = '';
//$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_calendar_contact');
$form = new Form($db);
$formcompany = new FormCompany($db);

View File

@ -120,7 +120,7 @@ $form = new Form($db);
$title = $langs->trans("Calendar").' - '.$langs->trans("Files");
$help_url = '';
//$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_document');
// Show tabs
$head = calendarPrepareHead($object);

View File

@ -382,7 +382,7 @@ if ($num == 1 && getDolGlobalInt('MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE') && $sear
// Output page
// --------------------------------------------------------------------
llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', 'bodyforlist'); // Can use also classforhorizontalscrolloftabs instead of bodyforlist for no horizontal scroll
llxHeader('', $title, $help_url, '', 0, 0, $morejs, $morecss, '', 'bodyforlist mod-bookcal page-list_calendar'); // Can use also classforhorizontalscrolloftabs instead of bodyforlist for no horizontal scroll
$arrayofselected = is_array($toselect) ? $toselect : array();

View File

@ -103,7 +103,7 @@ $form = new Form($db);
//$help_url='EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes';
$help_url = '';
$title = $langs->trans('Calendar').' - '.$langs->trans("Notes");
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-bookcal page-card_calendar_note');
if ($id > 0 || !empty($ref)) {
$object->fetch_thirdparty();