[-] BO : fix #PSCFV-4296

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17524 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-25 09:40:53 +00:00
parent e58e5141bf
commit e9c73cde80
5 changed files with 8 additions and 8 deletions
@@ -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.')