[-] BO : fix #PSCFV-4296

This commit is contained in:
lLefevre
2012-09-25 09:40:53 +00:00
parent 962221ec94
commit dd41202e99
5 changed files with 8 additions and 8 deletions

View File

@@ -210,14 +210,14 @@ class AdminEmployeesControllerCore extends AdminController
),
array(
'type' => 'default_tab',
'label' => $this->l('Default page'),
'label' => $this->l('Default page:'),
'name' => 'default_tab',
'desc' => $this->l('This page will be displayed just after login'),
'options' => $this->tabs_list
),
array(
'type' => 'text',
'label' => $this->l('Back Office width'),
'label' => $this->l('Back Office width:'),
'name' => 'bo_width',
'size' => 10,
'desc' => $this->l('Back Office width, in pixels. The value "0" means that the Back Office width will be flexible.')