Index: lams_central/web/fckeditor/fckconfig.js =================================================================== diff -u -r744532e940bdce52982b35db04edb796a9232d6c -r1fed53c2424988a2f56176114854e4848286d8ad --- lams_central/web/fckeditor/fckconfig.js (.../fckconfig.js) (revision 744532e940bdce52982b35db04edb796a9232d6c) +++ lams_central/web/fckeditor/fckconfig.js (.../fckconfig.js) (revision 1fed53c2424988a2f56176114854e4848286d8ad) @@ -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'] ] ;