// added the name of controller as class in form.tpl

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11419 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-20 15:18:32 +00:00
parent c8342112c8
commit c29b3acdc1
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -1535,6 +1535,7 @@ class AdminControllerCore extends Controller
$helper->currentIndex = self::$currentIndex;
$helper->className = $this->className;
$helper->table = $this->table;
$helper->name_controller = Tools::getValue('controller');
$helper->orderBy = $this->_orderBy;
$helper->orderWay = $this->_orderWay;
$helper->listTotal = $this->_listTotal;