// Rename fieldsDisplay to fields_list part2 (timeout)

This commit is contained in:
tDidierjean
2012-03-29 16:29:31 +00:00
parent 215ca93f95
commit ba2abcd990
26 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class AdminImagesControllerCore extends AdminController
$this->addRowAction('edit');
$this->addRowAction('delete');
$this->fieldsDisplay = array(
$this->fields_list = array(
'id_image_type' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'name' => array('title' => $this->l('Name'), 'size' => 16),
'width' => array('title' => $this->l('Width'), 'align' => 'right', 'suffix' => ' px', 'width' => 50, 'size' => 5),