Merge pull request #27144 from atm-john/issue_265856_part_001

NEW :  llxHeader body css for command see #26856
This commit is contained in:
Laurent Destailleur
2024-01-04 00:24:01 +01:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
*/
$title = $object->ref." - ".$langs->trans('Documents');
$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-order page-card_documents');
$form = new Form($db);