Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== diff -u -r9a6018dfaafbbdc42cb7e96bd2c2bec4110daf6b -rc2fd35d8d452761101cdc81b6d72e9ba081f3c38 --- lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision 9a6018dfaafbbdc42cb7e96bd2c2bec4110daf6b) +++ lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision c2fd35d8d452761101cdc81b6d72e9ba081f3c38) @@ -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','Equation'], + ['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'] ] ; @@ -28,6 +28,12 @@ ['FontFormat','FontName','FontSize'] ] ; +FCKConfig.ToolbarSets["Custom-Pedplanner"] = [ + ['FitWindow', 'Preview','PasteWord','Bold','Italic','Underline', '-','OrderedList','UnorderedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','TextColor','BGColor','Equation'], + ['Image','Link','Table','Smiley','FontName','FontSize'] +] ; + + FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../../css/defaultHTML_learner.css' ; FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/office2003/' ; FCKConfig.FirefoxSpellChecker = true;