// Remove BO themes
This commit is contained in:
@@ -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:'),
|
||||
|
||||
Reference in New Issue
Block a user