// Rename fieldsDisplay to fields_list part2 (timeout)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14377 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-29 16:29:31 +00:00
parent 758e8d07a2
commit e288be915e
26 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class AdminMetaControllerCore extends AdminController
$this->addRowAction('delete');
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
$this->fieldsDisplay = array(
$this->fields_list = array(
'id_meta' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'page' => array('title' => $this->l('Page'), 'width' => 120),
'title' => array('title' => $this->l('Title'), 'width' => 120),