mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
llxHeader : bodycsss product - others part (#29918)
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
parent
dfe5e7e67f
commit
4d0e252294
|
|
@ -217,7 +217,7 @@ if (GETPOST("type") == '1' || ($object->type == Product::TYPE_SERVICE)) {
|
|||
$help_url = 'EN:Module_Services_En|FR:Module_Services|ES:Mó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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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"));
|
||||
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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ó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);
|
||||
|
|
|
|||
|
|
@ -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ódulo_Productos';
|
||||
|
||||
llxHeader('', $title, $helpurl);
|
||||
llxHeader('', $title, $helpurl, '', 0, 0, '', '', '', 'mod-product page-stock-stats_expedition');
|
||||
|
||||
if ($result > 0) {
|
||||
$head = productlot_prepare_head($object);
|
||||
|
|
|
|||
|
|
@ -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ódulo_Productos';
|
||||
|
||||
llxHeader('', $title, $helpurl);
|
||||
llxHeader('', $title, $helpurl, '', 0, 0, '', '', '', 'mod-product page-stock-stats_mo');
|
||||
|
||||
if ($result > 0) {
|
||||
$head = productlot_prepare_head($object);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user