NEW llxHeader CSS body (#30380)

Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
atm-lena 2024-07-15 20:55:13 +02:00 committed by GitHub
parent 8c9bf40538
commit 061f221bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 11 additions and 11 deletions

View File

@ -63,7 +63,7 @@ require DOL_DOCUMENT_ROOT.'/core/actions_extrafields.inc.php';
$textobject = $langs->transnoentitiesnoconv("Interventions");
llxHeader();
llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-fichinter page-admin_fichinter_extrafields');
$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
print load_fiche_titre($langs->trans("InterventionsSetup"), $linkback, 'title_setup');

View File

@ -63,7 +63,7 @@ require DOL_DOCUMENT_ROOT.'/core/actions_extrafields.inc.php';
$textobject = $langs->transnoentitiesnoconv("Interventions");
llxHeader();
llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-fichinter page-admin_fichinterdet_extrafields');
$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
print load_fiche_titre($langs->trans("InterventionsSetup"), $linkback, 'title_setup');

View File

@ -126,7 +126,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-fichinter page-card_agenda');
if (isModEnabled('notification')) {
$langs->load("mails");

View File

@ -264,7 +264,7 @@ if ($action == 'add') {
$help_url = '';
llxHeader('', $langs->trans("RepeatableIntervention"), $help_url);
llxHeader('', $langs->trans("RepeatableIntervention"), $help_url, '', 0, 0, '', '', '', 'mod-fichinter page-card-rec');
$form = new Form($db);
$companystatic = new Societe($db);

View File

@ -826,7 +826,7 @@ if (isModEnabled('project')) {
$help_url = 'EN:Module_Interventions';
llxHeader('', $langs->trans("Intervention"), $help_url);
llxHeader('', $langs->trans("Intervention"), $help_url, '', 0, 0, '', '', '', 'mod-fichinter page-card');
if ($action == 'create') {
// Create new intervention

View File

@ -105,7 +105,7 @@ $contactstatic = new Contact($db);
$userstatic = new User($db);
$formproject = new FormProjets($db);
llxHeader('', $langs->trans("Intervention"));
llxHeader('', $langs->trans("Intervention"), '', '', 0, 0, '', '', '', 'mod-fichinter page-card_contact');
// Mode vue et edition

View File

@ -95,7 +95,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
$form = new Form($db);
llxHeader('', $langs->trans("Intervention"));
llxHeader('', $langs->trans("Intervention"), '', '', 0, 0, '', '', '', 'mod-fichinter page-card_document');
if ($object->id) {
$object->fetch_thirdparty();

View File

@ -63,7 +63,7 @@ $formfile = new FormFile($db);
$help_url = "EN:ModuleFichinters|FR:Module_Fiche_Interventions|ES:Módulo_FichaInterventiones";
llxHeader("", $langs->trans("Interventions"), $help_url);
llxHeader("", $langs->trans("Interventions"), $help_url, '', 0, 0, '', '', '', 'mod-fichinter page-index');
print load_fiche_titre($langs->trans("InterventionsArea"), '', 'intervention');

View File

@ -412,7 +412,7 @@ if ($num == 1 && getDolGlobalString('MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE') && $s
// 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-fichinter page-list'); // Can use also classforhorizontalscrolloftabs instead of bodyforlist for no horizontal scroll
$arrayofselected = is_array($toselect) ? $toselect : array();

View File

@ -68,7 +68,7 @@ if (empty($reshook)) {
* View
*/
llxHeader('', $langs->trans("Intervention"));
llxHeader('', $langs->trans("Intervention"), '', '', 0, 0, '', '', '', 'mod-fichinter page-card_note');
$form = new Form($db);

View File

@ -64,7 +64,7 @@ $objectstatic = new Fichinter($db);
$title = $langs->trans("InterventionStatistics");
$dir = $conf->ficheinter->dir_temp;
llxHeader('', $title);
llxHeader('', $title, '', '', 0, 0, '', '', '', 'mod-fichinter page-stats_index');
print load_fiche_titre($title, '', 'intervention');