Index: lams_central/web/fckeditor/fckconfig.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/Attic/fckconfig.js,v diff -u -r1.8 -r1.9 --- lams_central/web/fckeditor/fckconfig.js 29 Jun 2006 03:08:23 -0000 1.8 +++ lams_central/web/fckeditor/fckconfig.js 3 Jul 2006 04:39:56 -0000 1.9 @@ -94,18 +94,18 @@ ] ; FCKConfig.ToolbarSets["Default"] = [ - ['Source','DocProps','-','Preview'], - ['PasteWord'], + ['Source','DocProps','-','Preview','PasteWord'], ['Undo','Redo'], ['Bold','Italic','Underline', '-','Subscript','Superscript'], - ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['About'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Image','Table','Rule','Smiley','SpecialChar','UniversalKey'], ['FontFormat','FontName','FontSize'], ['TextColor','BGColor'], - ['About'] ] ; + FCKConfig.ToolbarSets["Basic"] = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] ] ;