mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
NEW llxHeader CSS body (#30380)
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
parent
8c9bf40538
commit
061f221bc0
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user