From 989d6e7bc89482a0975132964aa5dad018d073f8 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 f082c037767..c07a291c539 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -956,7 +956,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 ''; } @@ -970,7 +970,7 @@ else // Public URL print ''.$langs->trans("PublicUrl").''; - print ''; + print ''; print ''; // Stock min level @@ -1259,7 +1259,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 ''; } @@ -1275,7 +1275,7 @@ else // Public Url print ''.$langs->trans("PublicUrl").''; - print ''; + print ''; print ''; // Stock @@ -1366,7 +1366,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 ''; } @@ -1514,7 +1514,7 @@ else print ''; print ''; print ''; - print ''; + print ''; print ' '; } else