Look and feel v14
This commit is contained in:
parent
1ca73e609c
commit
f8581a1a01
@ -1516,7 +1516,7 @@ if ($action == 'create') {
|
|||||||
$res = $object->fetch_optionals();
|
$res = $object->fetch_optionals();
|
||||||
|
|
||||||
$head = shipping_prepare_head($object);
|
$head = shipping_prepare_head($object);
|
||||||
print dol_get_fiche_head($head, 'shipping', $langs->trans("Shipment"), -1, 'sending');
|
print dol_get_fiche_head($head, 'shipping', $langs->trans("Shipment"), -1, $object->picto);
|
||||||
|
|
||||||
$formconfirm = '';
|
$formconfirm = '';
|
||||||
|
|
||||||
|
|||||||
@ -136,7 +136,7 @@ if ($id > 0 || !empty($ref)) {
|
|||||||
$langs->trans("OrderCard");
|
$langs->trans("OrderCard");
|
||||||
|
|
||||||
$head = shipping_prepare_head($object);
|
$head = shipping_prepare_head($object);
|
||||||
print dol_get_fiche_head($head, 'contact', $langs->trans("Shipment"), -1, 'sending');
|
print dol_get_fiche_head($head, 'contact', $langs->trans("Shipment"), -1, $object->picto);
|
||||||
|
|
||||||
|
|
||||||
// Shipment card
|
// Shipment card
|
||||||
|
|||||||
@ -99,7 +99,7 @@ if ($id > 0 || !empty($ref)) {
|
|||||||
$upload_dir = $conf->expedition->dir_output.'/sending/'.dol_sanitizeFileName($object->ref);
|
$upload_dir = $conf->expedition->dir_output.'/sending/'.dol_sanitizeFileName($object->ref);
|
||||||
|
|
||||||
$head = shipping_prepare_head($object);
|
$head = shipping_prepare_head($object);
|
||||||
print dol_get_fiche_head($head, 'documents', $langs->trans("Shipment"), -1, 'sending');
|
print dol_get_fiche_head($head, 'documents', $langs->trans("Shipment"), -1, $object->picto);
|
||||||
|
|
||||||
|
|
||||||
// Build file list
|
// Build file list
|
||||||
|
|||||||
@ -89,7 +89,7 @@ $form = new Form($db);
|
|||||||
|
|
||||||
if ($id > 0 || !empty($ref)) {
|
if ($id > 0 || !empty($ref)) {
|
||||||
$head = shipping_prepare_head($object);
|
$head = shipping_prepare_head($object);
|
||||||
print dol_get_fiche_head($head, 'note', $langs->trans("Shipment"), -1, 'sending');
|
print dol_get_fiche_head($head, 'note', $langs->trans("Shipment"), -1, $object->picto);
|
||||||
|
|
||||||
|
|
||||||
// Shipment card
|
// Shipment card
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user