From f52e05b989ccdd3d871525b1170e5a24798b5fcb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 14 Aug 2006 18:29:35 +0000 Subject: [PATCH] =?UTF-8?q?L'=E9diteur=20wysiwig=20s'ouvre=20en=20mode=20d?= =?UTF-8?q?eroul=E9=20sur=20la=20creation=20de=20mailing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/eldy/fckeditor/fckconfig.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/fckeditor/fckconfig.js b/htdocs/theme/eldy/fckeditor/fckconfig.js index d55567bf432..d47864cde06 100644 --- a/htdocs/theme/eldy/fckeditor/fckconfig.js +++ b/htdocs/theme/eldy/fckeditor/fckconfig.js @@ -77,7 +77,7 @@ FCKConfig.FloatingPanelsZIndex = 10000 ; FCKConfig.ToolbarLocation = 'In' ; FCKConfig.ToolbarSets["dolibarr_mailings"] = [ - ['FitWindow','Source','DocProps'], + ['FitWindow','Source'], ['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], ['Undo','Redo','-','Find','Replace','-','SelectAll'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], @@ -88,7 +88,7 @@ FCKConfig.ToolbarSets["dolibarr_mailings"] = [ ] ; FCKConfig.ToolbarSets["dolibarr_notes"] = [ - ['FitWindow','Source','DocProps'], + ['FitWindow','Source'], ['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], ['Undo','Redo','-','Find','Replace','-','SelectAll'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], @@ -99,7 +99,7 @@ FCKConfig.ToolbarSets["dolibarr_notes"] = [ ] ; FCKConfig.ToolbarSets["dolibarr_details"] = [ - ['FitWindow','Source','DocProps'], + ['FitWindow','Source'], ['Cut','Copy','Paste','-','Preview'], ['Undo','Redo'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],