diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index 5d9ae8d75a6..620b21d312e 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1647,7 +1647,7 @@ if ($action == 'create') {
print '';
}
- // What trigger creation
+ // Source / Channel - What trigger creation
print '
| '.$langs->trans('Source').' | ';
print img_picto('', 'question', 'class="pictofixedwidth"');
$form->selectInputReason('', 'demand_reason_id', "SRC_PROP", 1, 'maxwidth200 widthcentpercentminusx');
diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index e2b2be197e8..f72bf9e4663 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -1626,36 +1626,37 @@ if ($action == 'create' && $usercancreate) {
print " | \n";
print '
';
- // terms of the settlement
+ // Terms of the settlement
print '| '.$langs->trans('PaymentConditionsShort').' | ';
+ print img_picto('', 'paiment');
$form->select_conditions_paiements($cond_reglement_id, 'cond_reglement_id', - 1, 1);
print ' |
';
// Mode de reglement
print '| '.$langs->trans('PaymentMode').' | ';
- print img_picto('', 'bank').' ';
- $form->select_types_paiements($mode_reglement_id, 'mode_reglement_id');
+ print img_picto('', 'bank', 'class="pictofixedwidth"');
+ $form->select_types_paiements($mode_reglement_id, 'mode_reglement_id', '', 0, 1, 0, 0, 1, 'maxwidth200 widthcentpercentminusx');
print ' |
';
// Bank Account
if (!empty($conf->global->BANK_ASK_PAYMENT_BANK_DURING_ORDER) && !empty($conf->banque->enabled)) {
print '| '.$langs->trans('BankAccount').' | ';
- print img_picto('', 'bank_account');
- $form->select_comptes($fk_account, 'fk_account', 0, '', 1);
+ print img_picto('', 'bank_account', 'class="pictofixedwidth"');
+ print $form->select_comptes($fk_account, 'fk_account', 0, '', 1, '', 0, 'maxwidth200 widthcentpercentminusx', 1);
print ' |
';
}
// Delivery delay
print '| '.$langs->trans('AvailabilityPeriod').' | ';
- print img_picto('', 'clock').' ';
- $form->selectAvailabilityDelay($availability_id, 'availability_id', '', 1);
+ print img_picto('', 'clock', 'class="pictofixedwidth"');
+ $form->selectAvailabilityDelay($availability_id, 'availability_id', '', 1, 'maxwidth200 widthcentpercentminusx');
print ' |
';
// Shipping Method
if (!empty($conf->expedition->enabled)) {
print '| '.$langs->trans('SendingMethod').' | ';
- print img_picto('', 'object_dollyrevert').' ';
- print $form->selectShippingMethod($shipping_method_id, 'shipping_method_id', '', 1);
+ print img_picto('', 'object_dollyrevert', 'class="pictofixedwidth"');
+ print $form->selectShippingMethod($shipping_method_id, 'shipping_method_id', '', 1, '', 0, 'maxwidth200 widthcentpercentminusx');
print ' |
';
}
@@ -1664,13 +1665,14 @@ if ($action == 'create' && $usercancreate) {
require_once DOL_DOCUMENT_ROOT.'/product/class/html.formproduct.class.php';
$formproduct = new FormProduct($db);
print '| '.$langs->trans('Warehouse').' | ';
- print img_picto('', 'stock').$formproduct->selectWarehouses($warehouse_id, 'warehouse_id', '', 1, 0, 0, '', 0, 0, array(), 'maxwidth175 maxwidth500 widthcentpercentminusxx');
+ print img_picto('', 'stock', 'class="pictofixedwidth"').$formproduct->selectWarehouses($warehouse_id, 'warehouse_id', '', 1, 0, 0, '', 0, 0, array(), 'maxwidth500 widthcentpercentminusxx');
print ' |
';
}
- // What trigger creation
+ // Source / Channle - What trigger creation
print '| '.$langs->trans('Channel').' | ';
- $form->selectInputReason($demand_reason_id, 'demand_reason_id', '', 1);
+ print img_picto('', 'question', 'class="pictofixedwidth"');
+ $form->selectInputReason($demand_reason_id, 'demand_reason_id', '', 1, 'maxwidth200 widthcentpercentminusx');
print ' |
';
// TODO How record was recorded OrderMode (llx_c_input_method)
@@ -1680,8 +1682,8 @@ if ($action == 'create' && $usercancreate) {
$langs->load("projects");
print '';
print '| '.$langs->trans("Project").' | ';
- print img_picto('', 'project');
- $numprojet = $formproject->select_projects(($soc->id > 0 ? $soc->id : -1), $projectid, 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 0, 0, 'maxwidth175 maxwidth500 widthcentpercentminusxx');
+ print img_picto('', 'project', 'class="pictofixedwidth"');
+ $numprojet = $formproject->select_projects(($soc->id > 0 ? $soc->id : -1), $projectid, 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 0, 0, 'maxwidth500 widthcentpercentminusxx');
print ' id).'">';
print ' | ';
print '
';
@@ -1723,11 +1725,11 @@ if ($action == 'create' && $usercancreate) {
// Template to use by default
print '| '.$langs->trans('DefaultModel').' | ';
print '';
- print img_picto('', 'pdf').' ';
+ print img_picto('', 'pdf', 'class="pictofixedwidth"');
include_once DOL_DOCUMENT_ROOT.'/core/modules/commande/modules_commande.php';
$liste = ModelePDFCommandes::liste_modeles($db);
$preselected = $conf->global->COMMANDE_ADDON_PDF;
- print $form->selectarray('model', $liste, $preselected, 0, 0, 0, '', 0, 0, 0, '', '', 1);
+ print $form->selectarray('model', $liste, $preselected, 0, 0, 0, '', 0, 0, 0, '', 'maxwidth200 widthcentpercentminusx', 1);
print " |
";
// Multicurrency