diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php index 8fb14b4029e..d2df96aa5c3 100644 --- a/htdocs/product/stats/fiche.php +++ b/htdocs/product/stats/fiche.php @@ -294,11 +294,6 @@ if ($_GET["id"] || $_GET["ref"]) print ''; - // Juste pour éviter bug IE qui réorganise mal div précédents si celui-ci absent - print '
'; - print '
'; - - print ''; // Ligne de graph @@ -360,8 +355,12 @@ if ($_GET["id"] || $_GET["ref"]) print ''; - print '
['.$langs->trans("ReCalculate").']
'; + + + // Juste pour éviter bug IE qui réorganise mal div précédents si celui-ci absent en fin de page + print '
'; + print '
'; } }