[+] BO : BO width can now be fixed or flexible (you can set it up in your employee account)

This commit is contained in:
dMetzger
2012-02-23 14:42:23 +00:00
parent b3a0ab03e8
commit ad41e83fbc
6 changed files with 17 additions and 2 deletions
@@ -188,6 +188,13 @@ class AdminEmployeesControllerCore extends AdminController
'size' => 20,
'desc' => $this->l('Back office background will be displayed in this color. HTML colors only (e.g.,').' "lightblue", "#CC6600")'
),
array(
'type' => 'text',
'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.')
),
array(
'type' => 'select',
'label' => $this->l('Language:'),