From bfe683d03100cc4be8c096fa69e73504381bf3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 30 Oct 2019 18:40:07 +0100 Subject: [PATCH] css --- htdocs/product/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/product/index.php b/htdocs/product/index.php index a92d2cd071a..84eb3643cbd 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -95,6 +95,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele { print '
'; print ''; + print '
'; print ''; $i=0; foreach($listofsearchfields as $key => $value) @@ -107,6 +108,7 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele $i++; } print '
'; + print '
'; print '
'; print '
'; }