diff --git a/htdocs/theme/eldy/fckeditor/fckconfig.js b/htdocs/theme/eldy/fckeditor/fckconfig.js index c03f27bdc91e6a3b6dc7d1294a3bc2e98e448453..ebc91978641d95b6a5003d16c986d6611b35ccb6 100644 --- a/htdocs/theme/eldy/fckeditor/fckconfig.js +++ b/htdocs/theme/eldy/fckeditor/fckconfig.js @@ -100,13 +100,13 @@ FCKConfig.ToolbarSets["dolibarr_notes"] = [ FCKConfig.ToolbarSets["dolibarr_details"] = [ ['FitWindow','Source','DocProps'], - ['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'], - ['Undo','Redo','-','Find','Replace','-','SelectAll'], + ['Cut','Copy','Paste','-','Preview'], + ['Undo','Redo'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], ['OrderedList','UnorderedList','-','Outdent','Indent',], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], - ['Smiley','SpecialChar','UniversalKey'], + ['SpecialChar','UniversalKey'], ['FontName','FontSize'] ] ;