llxHeader : bodycsss product - others part (#29918)

Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
atm-lena 2024-06-08 12:02:25 +02:00 committed by GitHub
parent dfe5e7e67f
commit 4d0e252294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 13 additions and 13 deletions

View File

@ -217,7 +217,7 @@ if (GETPOST("type") == '1' || ($object->type == Product::TYPE_SERVICE)) {
$help_url = 'EN:Module_Services_En|FR:Module_Services|ES:M&oacute;dulo_Servicios|DE:Modul_Leistungen';
}
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-product page-composition_card');
$head = product_prepare_head($object);

View File

@ -139,7 +139,7 @@ if ($action == 'delete') {
$form = new Form($db);
llxHeader("", "", $langs->trans("CardProduct".$product->type));
llxHeader("", "", $langs->trans("CardProduct".$product->type), '', 0, 0, '', '', '', 'mod-product page-dynamic_price_editor');
print load_fiche_titre($langs->trans("PriceExpressionEditor"));

View File

@ -178,7 +178,7 @@ $title = $langs->trans("Inventory");
$help_url = 'EN:Module_Stocks_En|FR:Module_Stock|ES:Módulo_Stocks|DE:Modul_Bestände';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-product page-inventory_card');

View File

@ -430,7 +430,7 @@ $formproduct = new FormProduct($db);
$help_url = '';
llxHeader('', $langs->trans('Inventory'), $help_url);
llxHeader('', $langs->trans('Inventory'), $help_url, '', 0, 0, '', '', '', 'mod-product page-inventory_inventory');
// Part to show record
if ($object->id <= 0) {

View File

@ -116,7 +116,7 @@ if ($id > 0 || !empty($ref)) {
$title = $langs->trans('Batch')." ".$shortlabel." - ".$langs->trans('Referers');
$helpurl = 'EN:Module_Products|FR:Module_Produits|ES:M&oacute;dulo_Productos';
llxHeader('', $title, $helpurl);
llxHeader('', $title, $helpurl, '', 0, 0, '', '', '', 'mod-product page-stock-stats_commande_fournisseur');
if ($result > 0) {
$head = productlot_prepare_head($object);

View File

@ -116,7 +116,7 @@ if ($id > 0 || !empty($ref)) {
$title = $langs->trans('Batch')." ".$shortlabel." - ".$langs->trans('Referers');
$helpurl = 'EN:Module_Products|FR:Module_Produits|ES:M&oacute;dulo_Productos';
llxHeader('', $title, $helpurl);
llxHeader('', $title, $helpurl, '', 0, 0, '', '', '', 'mod-product page-stock-stats_expedition');
if ($result > 0) {
$head = productlot_prepare_head($object);

View File

@ -109,7 +109,7 @@ if ($id > 0 || !empty($ref)) {
$title = $langs->trans('Batch')." ".$shortlabel." - ".$langs->trans('Referers');
$helpurl = 'EN:Module_Products|FR:Module_Produits|ES:M&oacute;dulo_Productos';
llxHeader('', $title, $helpurl);
llxHeader('', $title, $helpurl, '', 0, 0, '', '', '', 'mod-product page-stock-stats_mo');
if ($result > 0) {
$head = productlot_prepare_head($object);

View File

@ -116,7 +116,7 @@ if ($id > 0 || !empty($ref)) {
$shortlabel = dol_trunc($object->batch, 16);
$title = $langs->trans('Batch')." ".$shortlabel." - ".$langs->trans('Referers');
llxHeader('', $title, $helpurl);
llxHeader('', $title, $helpurl, '', 0, 0, '', '', '', 'mod-product page-stock-stats_reception');
if ($result > 0) {
$head = productlot_prepare_head($object);

View File

@ -126,7 +126,7 @@ $form = new Form($db);
if ($object->id > 0) {
$title = $langs->trans("Agenda");
$help_url = '';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-product page-stock-stocktransfer_stocktransfer_agenda');
if (isModEnabled('notification')) {
$langs->load("mails");

View File

@ -406,7 +406,7 @@ $formproject = new FormProjets($db);
$title = $langs->trans("StockTransfer");
$help_url = '';
llxHeader('', $title, $help_url);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-product page-stock-stocktransfer_stocktransfer_card');

View File

@ -100,7 +100,7 @@ $form = new Form($db);
$title = $langs->trans("ModuleStockTransferName").' - '.$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-product page-stock-stocktransfer_stocktransfer_document');
if ($object->id) {
/*

View File

@ -342,7 +342,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-product page-stock-stocktransfer_stocktransfer_list'); // Can use also classforhorizontalscrolloftabs instead of bodyforlist for no horizontal scroll
// Example : Adding jquery code
// print '<script type="text/javascript">

View File

@ -76,7 +76,7 @@ $form = new Form($db);
//$help_url='EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes';
$help_url = '';
llxHeader('', $langs->trans('ModuleStockTransferName'), $help_url);
llxHeader('', $langs->trans('ModuleStockTransferName'), $help_url, '', 0, 0, '', '', '', 'mod-product page-stock-stocktransfer_stocktransfer_note');
if ($id > 0 || !empty($ref)) {
$object->fetch_thirdparty();