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

This commit is contained in:
lLefevre
2011-12-20 15:18:32 +00:00
parent d7f1b0121a
commit 473e8f3efb
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;