From 52856303d9fd3b9f0a53b400f407b5c7a94754ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 3 Mar 2023 12:06:27 +0100 Subject: [PATCH] add pictos on forms --- htdocs/comm/propal/card.php | 2 +- htdocs/commande/card.php | 6 ++++-- htdocs/fourn/commande/card.php | 10 +++++++--- htdocs/supplier_proposal/card.php | 11 ++++++++--- 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 8939519ef67..93cc8e52c77 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -1898,7 +1898,7 @@ if ($action == 'create') { $shipping_method_id = $soc->shipping_method_id; } print ''.$langs->trans('SendingMethod').''; - print img_picto('', 'object_dollyrevert', 'class="pictofixedwidth"'); + print img_picto('', 'dolly', 'class="pictofixedwidth"'); $form->selectShippingMethod($shipping_method_id, 'shipping_method_id', '', 1, '', 0, 'maxwidth200 widthcentpercentminusx'); print ''; } diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index 3a34594bbd8..2decb49f58c 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -1785,7 +1785,7 @@ if ($action == 'create' && $usercancreate) { print ''; } else { print ''; - print img_picto('', 'company').$form->select_company('', 'socid', '((s.client = 1 OR s.client = 2 OR s.client = 3) AND s.status=1)', 'SelectThirdParty', 1, 0, null, 0, 'minwidth175 maxwidth500 widthcentpercentminusxx'); + print img_picto('', 'company', 'class="pictofixedwidth"').$form->select_company('', 'socid', '((s.client = 1 OR s.client = 2 OR s.client = 3) AND s.status=1)', 'SelectThirdParty', 1, 0, null, 0, 'minwidth175 maxwidth500 widthcentpercentminusxx'); // reload page to retrieve customer informations if (empty($conf->global->RELOAD_PAGE_ON_CUSTOMER_CHANGE_DISABLED)) { print '