Removed Write role from the role list
This commit is contained in:
parent
307516579d
commit
8ff877bf37
|
@ -53,7 +53,7 @@
|
||||||
echo Bootstrap::formSelect(array(
|
echo Bootstrap::formSelect(array(
|
||||||
'name'=>'role',
|
'name'=>'role',
|
||||||
'label'=>$L->g('Role'),
|
'label'=>$L->g('Role'),
|
||||||
'options'=>array('writer'=>$L->g('Writer'), 'editor'=>$L->g('Editor'), 'admin'=>$L->g('Administrator')),
|
'options'=>array('editor'=>$L->g('Editor'), 'admin'=>$L->g('Administrator')),
|
||||||
'selected'=>$user->role(),
|
'selected'=>$user->role(),
|
||||||
'class'=>'',
|
'class'=>'',
|
||||||
'tip'=>''
|
'tip'=>''
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
.mce-tinymce,
|
|
||||||
.mce-stack-layout,
|
|
||||||
.mce-edit-area{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
flex: 1;
|
|
||||||
align-items: stretch;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-tinymce iframe{
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
Loading…
Reference in New Issue