mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +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':
|
case 'moono':
|
||||||
$skin = "moono";
|
$skin = "moono";
|
||||||
break;
|
break;
|
||||||
|
case 'moonocolor':
|
||||||
|
$skin = "moonocolor";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
$skin = "kama";
|
$skin = "kama";
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,8 @@ class preferences_hooks
|
|||||||
|
|
||||||
$rich_text_editor_skins = array(
|
$rich_text_editor_skins = array(
|
||||||
'kama' => lang ('Default theme'),
|
'kama' => lang ('Default theme'),
|
||||||
'moono' => lang('Moono theme')
|
'moono' => lang('Moono theme'),
|
||||||
|
'moonocolor' => lang('Moono color theme'),
|
||||||
);
|
);
|
||||||
|
|
||||||
$account_sels = array(
|
$account_sels = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user