support additional moonocolor skin

This commit is contained in:
Klaus Leithoff 2013-10-21 11:33:39 +00:00
parent 9a8ecd6e12
commit 210a145747
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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(