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.11 -r1.12 --- lams_central/web/includes/javascript/fckconfig_custom.js 27 Jan 2008 08:07:38 -0000 1.11 +++ lams_central/web/includes/javascript/fckconfig_custom.js 13 Apr 2008 05:46:01 -0000 1.12 @@ -15,6 +15,19 @@ ['FontFormat','FontName','FontSize'] ] ; +FCKConfig.ToolbarSets["Custom-Learner"] = [ + ['Preview','PasteWord'], + ['Undo','Redo'], + ['Bold','Italic','Underline', '-','Subscript','Superscript'], + ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], + ['Image','Link'], + ['About'], + ['TextColor','BGColor'], + ['Table','Rule','Smiley','SpecialChar'], + ['FontFormat','FontName','FontSize'] +] ; + FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../../css/defaultHTML_learner.css' ; FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/office2003/' ; FCKConfig.FirefoxSpellChecker = true;