// Remove BO themes

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10249 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-18 10:27:07 +00:00
parent 40339f1add
commit dd01f32fad
84 changed files with 15 additions and 491 deletions
@@ -183,26 +183,6 @@ class AdminEmployeesControllerCore extends AdminController
if ((int)$this->tabAccess['edit'])
{
$this->fields_form['input'][] = array(
'type' => 'radio',
'label' => $this->l('UI mode:'),
'name' => 'bo_uimode',
'required' => false,
'class' => 't',
'values' => array(
array(
'id' => 'uimode_on',
'value' => 'hover',
'label' => $this->l('Hover on tabs')
),
array(
'id' => 'uimode_off',
'value' => 'click',
'label' => $this->l('Click on tabs')
)
)
);
$this->fields_form['input'][] = array(
'type' => 'radio',
'label' => $this->l('Show screencast:'),