// Rename fieldsDisplay to fields_list part3 (timeout)

This commit is contained in:
tDidierjean
2012-03-29 16:31:01 +00:00
parent c5bf3ab59a
commit 24c326e2bc
26 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class AdminTaxesControllerCore 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_tax' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'name' => array('title' => $this->l('Name'), 'width' => 'auto'),
'rate' => array('title' => $this->l('Rate'), 'align' => 'center', 'suffix' => '%', 'width' => 50),