mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
NEW llxHeader CSS Body Expedition (#30384)
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
parent
67a0faf306
commit
6ba6eef247
|
|
@ -893,7 +893,7 @@ if ($action == 'create2') {
|
|||
}
|
||||
$help_url = 'EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones|DE:Modul_Lieferungen';
|
||||
|
||||
llxHeader('', $title, $help_url);
|
||||
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-expedition page-card');
|
||||
|
||||
if (empty($action)) {
|
||||
$action = 'view';
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ if (empty($reshook)) {
|
|||
|
||||
$help_url = 'EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones|DE:Modul_Lieferungen';
|
||||
|
||||
llxHeader('', $langs->trans('Order'), $help_url);
|
||||
llxHeader('', $langs->trans('Order'), $help_url, '', 0, 0, '', '', '', 'mod-expedition page-card_contact');
|
||||
|
||||
$form = new Form($db);
|
||||
$formcompany = new FormCompany($db);
|
||||
|
|
|
|||
|
|
@ -377,7 +377,7 @@ $title = $object->ref." - ".$langs->trans('ShipmentDistribution');
|
|||
$help_url = 'EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones|DE:Modul_Lieferungen';
|
||||
$morejs = array('/expedition/js/lib_dispatch.js.php');
|
||||
|
||||
llxHeader('', $title, $help_url, '', 0, 0, $morejs);
|
||||
llxHeader('', $title, $help_url, '', 0, 0, $morejs, '', '', 'mod-expedition page-card_dispatch');
|
||||
|
||||
if ($object->id > 0 || !empty($object->ref)) {
|
||||
$lines = $object->lines; // This is an array of detail of line, on line per source order line found intolines[]->fk_elementdet, then each line may have sub data
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
|
|||
* View
|
||||
*/
|
||||
|
||||
llxHeader('', $langs->trans('Order'), 'EN:Customers_Orders|FR:expeditions_Clients|ES:Pedidos de clientes');
|
||||
llxHeader('', $langs->trans('Order'), 'EN:Customers_Orders|FR:expeditions_Clients|ES:Pedidos de clientes', '', 0, 0, '', '', '', 'mod-expedition page-card_document');
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ $companystatic = new Societe($db);
|
|||
$shipment = new Expedition($db);
|
||||
|
||||
$helpurl = 'EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones';
|
||||
llxHeader('', $langs->trans("Shipment"), $helpurl);
|
||||
llxHeader('', $langs->trans("Shipment"), $helpurl, '', 0, 0, '', '', '', 'mod-expedition page-index');
|
||||
|
||||
print load_fiche_titre($langs->trans("SendingsArea"), '', 'dolly');
|
||||
|
||||
|
|
|
|||
|
|
@ -644,7 +644,7 @@ $shipment = new Expedition($db);
|
|||
$title = $langs->trans('ListOfSendings');
|
||||
$help_url = 'EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones';
|
||||
|
||||
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'bodyforlist');
|
||||
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'bodyforlist mod-expedition page-list');
|
||||
|
||||
$sql = 'SELECT';
|
||||
if ($search_all || $search_user > 0) {
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ if (empty($reshook)) {
|
|||
* View
|
||||
*/
|
||||
|
||||
llxHeader();
|
||||
llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-expedition page-card_note');
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
|
|
|
|||
|
|
@ -234,7 +234,7 @@ if (isModEnabled('project')) {
|
|||
|
||||
$title = $object->ref." - ".$langs->trans('Shipments');
|
||||
$help_url = 'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes|DE:Modul_Kundenaufträge';
|
||||
llxHeader('', $title, $help_url);
|
||||
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-expedition page-shipment');
|
||||
|
||||
|
||||
if ($id > 0 || !empty($ref)) {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ restrictedArea($user, 'expedition');
|
|||
|
||||
$form = new Form($db);
|
||||
|
||||
llxHeader();
|
||||
llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-expedition page-stats_index');
|
||||
|
||||
print load_fiche_titre($langs->trans("StatisticsOfSendings"), '', 'dolly');
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ restrictedArea($user, 'expedition');
|
|||
* View
|
||||
*/
|
||||
|
||||
llxHeader();
|
||||
llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-expedition page-stats_month');
|
||||
|
||||
$WIDTH = DolGraph::getDefaultGraphSizeForStats('width');
|
||||
$HEIGHT = DolGraph::getDefaultGraphSizeForStats('height');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user