From 1d5ffa76042fe6eb95fcfe6a2f007efa6bdfccf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Wed, 15 Oct 2008 18:26:40 +0200 Subject: [PATCH] [svn r16549] adding imagemap to wiki editor --- main/inc/lib/fckeditor/myconfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/inc/lib/fckeditor/myconfig.js b/main/inc/lib/fckeditor/myconfig.js index fcbd8093d6..e9a65bda0c 100644 --- a/main/inc/lib/fckeditor/myconfig.js +++ b/main/inc/lib/fckeditor/myconfig.js @@ -72,7 +72,7 @@ FCKConfig.ToolbarSets["Wiki"] = [ ['Templates','Cut','Copy','Paste'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Wikilink','Link','Unlink','Anchor'], - ['ImageManager','flvPlayer','Flash','EmbedMovies','MP3','Table','Rule','Smiley','SpecialChar'], + ['ImageManager','imgmapPopup','flvPlayer','Flash','EmbedMovies','MP3','Table','Rule','Smiley','SpecialChar'], ['FontFormat','FontName','FontSize'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], @@ -92,4 +92,4 @@ FCKConfig.Plugins.Add('flvPlayer','en') ; FCKConfig.Plugins.Add("Flash", "en"); FCKConfig.Plugins.Add('fckEmbedMovies'); FCKConfig.Plugins.Add("wikilink", "en,es", sOtherPluginPath ) ; // support to english, spanish - +FCKConfig.Plugins.Add("imgmap", "en,es", sOtherPluginPath );