mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
llxheader body css bookcal (#30569)
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
parent
72dd5c2a9f
commit
75115382ce
|
|
@ -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>';
|
||||
|
|
|
|||
|
|
@ -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>';
|
||||
|
|
|
|||
|
|
@ -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>';
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user