// Rename fieldsDisplay to fields_list part2 (timeout)

This commit is contained in:
tDidierjean
2012-03-29 16:29:31 +00:00
parent c442f0365a
commit c5bf3ab59a
26 changed files with 38 additions and 38 deletions
@@ -71,7 +71,7 @@ class AdminEmployeesControllerCore extends AdminController
foreach ($profiles as $profile)
$this->profiles_array[$profile['name']] = $profile['name'];
$this->fieldsDisplay = array(
$this->fields_list = array(
'id_employee' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'lastname' => array('title' => $this->l('Last name'), 'width' => 'auto'),
'firstname' => array('title' => $this->l('First name'), 'width' => 130),