Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/fckconfig_custom.js,v diff -u -r1.13 -r1.14 --- lams_central/web/includes/javascript/fckconfig_custom.js 29 Apr 2008 02:06:03 -0000 1.13 +++ lams_central/web/includes/javascript/fckconfig_custom.js 16 Oct 2008 03:33:22 -0000 1.14 @@ -15,13 +15,13 @@ ['FontFormat','FontName','FontSize'] ] ; -FCKConfig.ToolbarSets["Custom-Learner"] = [ +FCKConfig.ToolbarSets["Custom-Wiki"] = [ ['Preview','PasteWord'], ['Undo','Redo'], ['Bold','Italic','Underline', '-','Subscript','Superscript'], ['OrderedList','UnorderedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], - ['WikiLink','Image','Link'], + ['WikiLink','Link','Image'], ['About'], ['TextColor','BGColor'], ['Table','Rule','Smiley','SpecialChar'], @@ -36,4 +36,4 @@ FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../www/htmltemplates.xml'; FCKConfig.FontFormats = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; FCKConfig.EnterMode = 'div' ; -FCKConfig.Plugins.Add('wikilink', 'en', FCKConfig.BasePath + '../../fckeditor/editor/plugins/'); +FCKConfig.Plugins.Add('wikilink', 'en', FCKConfig.BasePath + '../../tool/lawiki10/');