Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== diff -u -r84bc267f033d941e427b222f43650e94f8ec387a -r60d77ad738edb3679e72368ef302be6560c217a3 --- lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision 84bc267f033d941e427b222f43650e94f8ec387a) +++ lams_central/web/includes/javascript/fckconfig_custom.js (.../fckconfig_custom.js) (revision 60d77ad738edb3679e72368ef302be6560c217a3) @@ -1,5 +1,5 @@ FCKConfig.ToolbarSets["Default"] = [ - ['Source','-','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'], ['Image','Link','Table','Rule','Smiley','SpecialChar','UniversalKey','FontFormat','FontName','FontSize','About'] ] ;