From 7a131e2befd9ba3199467235a137e7e5e2bb1e90 Mon Sep 17 00:00:00 2001 From: Marion Muszynski Date: Tue, 12 Apr 2016 17:39:47 +0200 Subject: [PATCH] correction ordre AdminProduct --- adm/tabs/AdminProducts.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/adm/tabs/AdminProducts.php b/adm/tabs/AdminProducts.php index e106c813..3a2a6ca4 100755 --- a/adm/tabs/AdminProducts.php +++ b/adm/tabs/AdminProducts.php @@ -1806,17 +1806,18 @@ class AdminProducts extends AdminTab echo ' - - '; - if (isset($this->_includeTab) AND sizeof($this->_includeTab)) - echo '

'; + '; if((int)$this->_category->id_parent == 1){ echo '
'; echo '

Ordonner les produits

'; echo '

'; - echo '

'; } + + echo ''; + if (isset($this->_includeTab) AND sizeof($this->_includeTab)) + echo '

'; + }