diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
index d38dd6d86ed..1d00389534d 100644
--- a/htdocs/commande/card.php
+++ b/htdocs/commande/card.php
@@ -1575,7 +1575,7 @@ if ($action == 'create' && $usercancreate)
print '';
} else {
print '
';
- print $form->select_company('', 'socid', '(s.client = 1 OR s.client = 2 OR s.client = 3)', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300');
+ print img_picto('', 'company').$form->select_company('', 'socid', '(s.client = 1 OR s.client = 2 OR s.client = 3)', 'SelectThirdParty', 0, 0, null, 0, 'minwidth175 maxwidth500 widthcentpercentminusxx');
// reload page to retrieve customer informations
if (empty($conf->global->RELOAD_PAGE_ON_CUSTOMER_CHANGE_DISABLED))
{
@@ -1663,7 +1663,7 @@ if ($action == 'create' && $usercancreate)
require_once DOL_DOCUMENT_ROOT.'/product/class/html.formproduct.class.php';
$formproduct = new FormProduct($db);
print ' | | '.$langs->trans('Warehouse').' | ';
- print $formproduct->selectWarehouses($warehouse_id, 'warehouse_id', '', 1);
+ print img_picto('', 'stock').$formproduct->selectWarehouses($warehouse_id, 'warehouse_id', '', 1, 0, 0, '', 0, 0, array(), 'maxwidth175 maxwidth500 widthcentpercentminusxx');
print ' |
';
}
@@ -1680,7 +1680,8 @@ if ($action == 'create' && $usercancreate)
$langs->load("projects");
print '';
print '| '.$langs->trans("Project").' | ';
- $numprojet = $formproject->select_projects(($soc->id > 0 ? $soc->id : -1), $projectid, 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 0, 0, 'maxwidth500');
+ 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 ' id).'">';
print ' | ';
print '
';