From 5bed29a53839aa3836ccfd2ca5f838a67e4f78de Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 18 Sep 2013 17:40:46 +0200 Subject: [PATCH] // Fix Employees fields --- controllers/admin/AdminEmployeesController.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/controllers/admin/AdminEmployeesController.php b/controllers/admin/AdminEmployeesController.php index ff28ae30d..c96911ed0 100644 --- a/controllers/admin/AdminEmployeesController.php +++ b/controllers/admin/AdminEmployeesController.php @@ -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:'),