Removed Write role from the role list

This commit is contained in:
Diego Najar 2019-01-26 12:36:42 +01:00
parent 307516579d
commit 8ff877bf37
2 changed files with 1 additions and 13 deletions

View File

@ -53,7 +53,7 @@
echo Bootstrap::formSelect(array(
'name'=>'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(),
'class'=>'',
'tip'=>''

View File

@ -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;
}