// 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
+2
View File
@@ -37,6 +37,7 @@ class HelperFormCore extends Helper
public $fields_value = array();
public $table;
public $name_controller = '';
/** @var string if not null, a title will be added on that list */
public $title = null;
@@ -151,6 +152,7 @@ class HelperFormCore extends Helper
'current' => $this->currentIndex,
'token' => $this->token,
'table' => $this->table,
'name_controller' => $this->name_controller,
'languages' => $this->languages,
'defaultFormLanguage' => $this->default_form_language,
'allowEmployeeFormLang' => $this->allow_employee_form_lang,