From b38bddc480316e4fdd4376cb1fb2eb2f81c27023 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 23 Jul 2006 23:21:11 +0000 Subject: [PATCH] =?UTF-8?q?Supprime=20flash=20et=20smiley=20de=20l'=E9diti?= =?UTF-8?q?on=20des=20notes=20et=20detail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/eldy/fckeditor/fckconfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/fckeditor/fckconfig.js b/htdocs/theme/eldy/fckeditor/fckconfig.js index ebc91978641..a1c3b1df1e9 100644 --- a/htdocs/theme/eldy/fckeditor/fckconfig.js +++ b/htdocs/theme/eldy/fckeditor/fckconfig.js @@ -83,7 +83,7 @@ FCKConfig.ToolbarSets["dolibarr_mailings"] = [ ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], ['OrderedList','UnorderedList','-','Outdent','Indent',], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'], + ['Link','Unlink','Anchor','Image','Table','Rule','Smiley','SpecialChar','UniversalKey'], ['FontName','FontSize'] ] ; @@ -94,7 +94,7 @@ FCKConfig.ToolbarSets["dolibarr_notes"] = [ ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'], ['OrderedList','UnorderedList','-','Outdent','Indent',], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'], + ['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar','UniversalKey'], ['FontName','FontSize'] ] ; -- GitLab