From 0e79cf647567863a9a7f3801d7d1a87fe89cc2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Wed, 21 Jul 2010 11:54:04 +0000 Subject: [PATCH] removed the elementspath plugin --- phpgwapi/inc/class.html.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index a2da2b56fb..54fb007a3f 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -628,6 +628,7 @@ class html //Only heights with "px" set are supported $pxheight = (strpos('px', $_height) === false) ? (empty($_height)?400:$_height) : str_replace('px', '', $_height); $oCKeditor->config['height'] = $pxheight; + $oCKeditor->config['removePlugins'] = 'elementspath'; // By default the editor start expanded if ($_options['toolbar_expanded'] == 'false') @@ -645,7 +646,7 @@ class html $oCKeditor->config['extraPlugins'] = 'aspell'; } $oCKeditor->config['scayt_autoStartup']=true; - $oCKeditor->config['scayt_sLang']=$lang.'_'.strtoupper($country); + $oCKeditor->config['scayt_sLang']=$lang.'_'.strtoupper($country); } $oCKeditor->config['disableNativeSpellChecker'] = true;