From 3738fb87edb926b18a31c0a651ebd47ecaab6fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 30 Oct 2019 18:42:33 +0100 Subject: [PATCH] css --- htdocs/product/stock/index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/product/stock/index.php b/htdocs/product/stock/index.php index e4786ae5a5a..496d4b4f109 100644 --- a/htdocs/product/stock/index.php +++ b/htdocs/product/stock/index.php @@ -61,12 +61,13 @@ if (! empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is usele { print '
'; print ''; + print '
'; print ''; print ""; print ''; print "'; - print "
'.$langs->trans("Search").'
"; print $langs->trans("Warehouse").':

"; + print "

"; } @@ -85,6 +86,7 @@ if ($result) $i = 0; + print '
'; print ''; print ''; @@ -105,6 +107,7 @@ if ($result) $db->free($result); } print "
'.$langs->trans("Warehouses").'
"; + print '
'; } else { @@ -137,6 +140,7 @@ if ($resql) { $num = $db->num_rows($resql); + print '
'; print ''; print ""; print ''; @@ -185,6 +189,7 @@ if ($resql) $db->free($resql); print "
'.$langs->trans("LastMovements", min($num, $max)).'
"; + print '
'; } //print '';