// Fix Employees fields

This commit is contained in:
Jerome Nadaud
2013-09-18 17:40:46 +02:00
parent 38d565110f
commit 5bed29a538
@@ -195,13 +195,13 @@ class AdminEmployeesControllerCore extends AdminController
'name' => 'email',
'required' => true
),
array(
/*array(
'type' => 'color',
'label' => $this->l('Admin panel color:'),
'name' => 'bo_color',
'class' => 'color mColorPickerInput',
'hint' => $this->l('Admin panel background will be displayed in this color (HTML colors only).').' "lightblue", "#CC6600")'
),
),*/
array(
'type' => 'default_tab',
'label' => $this->l('Default page:'),
@@ -209,12 +209,6 @@ class AdminEmployeesControllerCore extends AdminController
'hint' => $this->l('This page will be displayed just after login'),
'options' => $this->tabs_list
),
array(
'type' => 'text',
'label' => $this->l('Back Office width'),
'name' => 'bo_width',
'hint' => $this->l('Back Office width, in pixels. The value "0" means that the Back Office width will be flexible.')
),
array(
'type' => 'select',
'label' => $this->l('Language:'),