From 210a145747f3b6d0ef9869768e26c459f36e2214 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 21 Oct 2013 11:33:39 +0000 Subject: [PATCH] support additional moonocolor skin --- phpgwapi/inc/class.egw_ckeditor_config.inc.php | 3 +++ preferences/inc/class.preferences_hooks.inc.php | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_ckeditor_config.inc.php b/phpgwapi/inc/class.egw_ckeditor_config.inc.php index a0217b591c..1140ac9f0f 100644 --- a/phpgwapi/inc/class.egw_ckeditor_config.inc.php +++ b/phpgwapi/inc/class.egw_ckeditor_config.inc.php @@ -179,6 +179,9 @@ class egw_ckeditor_config case 'moono': $skin = "moono"; break; + case 'moonocolor': + $skin = "moonocolor"; + break; default: $skin = "kama"; } diff --git a/preferences/inc/class.preferences_hooks.inc.php b/preferences/inc/class.preferences_hooks.inc.php index b115dd202b..c0a7366664 100644 --- a/preferences/inc/class.preferences_hooks.inc.php +++ b/preferences/inc/class.preferences_hooks.inc.php @@ -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(