From 5fd3302568e2b2ecc09121223f56ea48a81c0dbb Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 12 Aug 2015 10:08:43 +0000 Subject: [PATCH] Add two new skins for CKEditor --- phpgwapi/inc/class.egw_ckeditor_config.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/phpgwapi/inc/class.egw_ckeditor_config.inc.php b/phpgwapi/inc/class.egw_ckeditor_config.inc.php index a81bc896c5..b098a8a525 100644 --- a/phpgwapi/inc/class.egw_ckeditor_config.inc.php +++ b/phpgwapi/inc/class.egw_ckeditor_config.inc.php @@ -76,6 +76,8 @@ drwxr-xr-x 3 kl kl 4096 Dez 9 14:26 office2013 'bootstrapck' => lang('bootstrap theme for ckeditor'), 'icy_orange' => lang('icy-orange theme for ckeditor'), 'office2013' => lang('office-2013 theme for ckeditor'), + 'minimalist' => lang('Minimalist theme'), + 'flat' => lang('Flat theme') ); } @@ -217,6 +219,12 @@ drwxr-xr-x 3 kl kl 4096 Dez 9 14:26 office2013 case 'moonocolor': $skin = "moonocolor"; break; + case 'minimalist': + $skin = "minimalist"; + break; + case 'flat': + $skin = "flat"; + break; case 'moono': case 'default': default: