mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
support additional moonocolor skin
This commit is contained in:
parent
9a8ecd6e12
commit
210a145747
@ -179,6 +179,9 @@ class egw_ckeditor_config
|
||||
case 'moono':
|
||||
$skin = "moono";
|
||||
break;
|
||||
case 'moonocolor':
|
||||
$skin = "moonocolor";
|
||||
break;
|
||||
default:
|
||||
$skin = "kama";
|
||||
}
|
||||
|
@ -69,7 +69,8 @@ class preferences_hooks
|
||||
|
||||
$rich_text_editor_skins = array(
|
||||
'kama' => lang ('Default theme'),
|
||||
'moono' => lang('Moono theme')
|
||||
'moono' => lang('Moono theme'),
|
||||
'moonocolor' => lang('Moono color theme'),
|
||||
);
|
||||
|
||||
$account_sels = array(
|
||||
|
Loading…
Reference in New Issue
Block a user