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.3 -r1.4 --- lams_central/web/includes/javascript/fckconfig_custom.js 30 Aug 2006 02:46:02 -0000 1.3 +++ lams_central/web/includes/javascript/fckconfig_custom.js 1 Sep 2006 00:20:12 -0000 1.4 @@ -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'] ] ;