[*] BO #PSFV-94 : Added AdminAccessController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9896 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-04 15:52:31 +00:00
parent 851763fc2a
commit eb6620fabe
8 changed files with 614 additions and 391 deletions
+4
View File
@@ -40,6 +40,9 @@ class HelperFormCore extends Helper
public $fields_value = array();
public $table;
/** @var if not null, a title will be added on that list */
public $title = null;
/**
* Used to override default 'submitAdd' parameter in form action attribute
* @var string
@@ -83,6 +86,7 @@ class HelperFormCore extends Helper
'title' => $this->title,
'firstCall' => $this->first_call,
'current' => $this->currentIndex,
'title' => $this->title,
'token' => $this->token,
'table' => $this->table,
'languages' => $this->languages,