From 8f4f2dc8c59cd6d4c0de3a88eda912a4a9f360a6 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sat, 22 Jul 2006 16:25:18 +0000
Subject: [PATCH] Ajout style pour fkeditor dans theme

---
 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 c03f27bdc91..ebc91978641 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']
 ] ;
 
-- 
GitLab