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.14 -r1.15 --- lams_central/web/includes/javascript/fckconfig_custom.js 16 Oct 2008 03:33:22 -0000 1.14 +++ lams_central/web/includes/javascript/fckconfig_custom.js 21 Jan 2009 04:04:37 -0000 1.15 @@ -1,5 +1,5 @@ FCKConfig.ToolbarSets["Default"] = [ - ['Source','-','FitWindow', 'Preview','PasteWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','OrderedList','UnorderedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','TextColor','BGColor'], + ['Source','-','FitWindow', 'Preview','PasteWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','OrderedList','UnorderedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','TextColor','BGColor','Equation'], ['Image','Link','Table','Rule','Smiley','SpecialChar','Templates','FontFormat','FontName','FontSize','About'] ] ; @@ -37,3 +37,4 @@ FCKConfig.FontFormats = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; FCKConfig.EnterMode = 'div' ; FCKConfig.Plugins.Add('wikilink', 'en', FCKConfig.BasePath + '../../tool/lawiki10/'); +FCKConfig.Plugins.Add('equation', 'en');