[*] BO #PSFV-94 : Added AdminAccessController

This commit is contained in:
lLefevre
2011-11-04 15:52:31 +00:00
parent 7897044a2c
commit 06c812630e
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,