[*] BO #PSFV-94 : Added AdminAttachmentsController

This commit is contained in:
lLefevre
2011-11-14 10:33:57 +00:00
parent badbac7abf
commit b7fb125aee
7 changed files with 274 additions and 214 deletions
+2
View File
@@ -75,6 +75,7 @@ class AdminControllerCore extends Controller
public $tpl_form_vars = array();
public $tpl_list_vars = array();
public $tpl_delete_link_vars = array();
public $tpl_option_vars = array();
public $tpl_view_vars = array();
@@ -1284,6 +1285,7 @@ class AdminControllerCore extends Controller
}
$helper->tpl_vars = $this->tpl_list_vars;
$helper->tpl_delete_link_vars = $this->tpl_delete_link_vars;
$this->setHelperDisplay($helper);
$list = $helper->generateList($this->_list, $this->fieldsDisplay);
$this->toolbar_fix = false;