diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index fe593628ea5..e5417ef6bd7 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -962,7 +962,7 @@ else
print '
'.$langs->trans("BarcodeValue").' | ';
$tmpcode=isset($_POST['barcode'])?GETPOST('barcode'):$object->barcode;
if (empty($tmpcode) && ! empty($modBarCodeProduct->code_auto)) $tmpcode=$modBarCodeProduct->getNextValue($object,$type);
- print '';
+ print '';
print ' | ';
}
@@ -976,7 +976,7 @@ else
// Public URL
print '| '.$langs->trans("PublicUrl").' | ';
- print '';
+ print '';
print ' |
';
// Stock min level
@@ -1268,7 +1268,7 @@ else
print ''.$langs->trans("BarcodeValue").' | ';
$tmpcode=isset($_POST['barcode'])?GETPOST('barcode'):$object->barcode;
if (empty($tmpcode) && ! empty($modBarCodeProduct->code_auto)) $tmpcode=$modBarCodeProduct->getNextValue($object,$type);
- print '';
+ print '';
print ' | ';
}
@@ -1284,7 +1284,7 @@ else
// Public Url
print '| '.$langs->trans("PublicUrl").' | ';
- print '';
+ print '';
print ' |
';
// Stock
@@ -1375,7 +1375,7 @@ else
print '| '.$langs->trans("CustomCode").' | | ';
// Origin country
print ''.$langs->trans("CountryOrigin").' | ';
- print $form->select_country($object->country_id,'country_id');
+ print $form->select_country($object->country_id, 'country_id', '', 0, 'minwidth100 maxwidthonsmartphone');
if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
print ' |
';
}
@@ -1526,7 +1526,7 @@ else
print '';
print '';
print '';
- print '';
+ print '';
print ' ';
}
else