From 92ef3f0cd840da4d2de3fe013b1fc92dd86b9b1c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Aug 2016 16:17:23 +0200 Subject: [PATCH] Fix responsive design --- htdocs/product/card.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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