Index: trunk/admin/editor/cmseditor/fckconfig.js =================================================================== diff -u -r1418 -r1455 --- trunk/admin/editor/cmseditor/fckconfig.js (.../fckconfig.js) (revision 1418) +++ trunk/admin/editor/cmseditor/fckconfig.js (.../fckconfig.js) (revision 1455) @@ -53,8 +53,11 @@ FCKConfig.StartupFocus = false ; FCKConfig.ForcePasteAsPlainText = true ; FCKConfig.ForceSimpleAmpersand = false ; -FCKConfig.TabSpaces = 0 ; -FCKConfig.ShowBorders = true ; +FCKConfig.TabSpaces = 0; + +FCKConfig.ShowBorders = true; +FCKConfig.ShowTableBorders = true; + FCKConfig.UseBROnCarriageReturn = false ; FCKConfig.ToolbarStartExpanded = true ; FCKConfig.ToolbarCanCollapse = true ; @@ -74,9 +77,9 @@ FCKConfig.ToolbarSets["Advanced"] = [ ['Cut','Copy','Paste','PasteText','PasteWord','-','NewPage','SelectAll','-','Find','Replace','-','Print','Preview','-','Link','Unlink','Anchor','Rule','-','Image','Document','Table','SpecialChar'], '/', - ['Bold','Italic','Underline','StrikeThrough','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','Outdent','Indent','-','Subscript','Superscript','-','TextColor','BGColor','100%','|','Source'], + ['Bold','Italic','Underline','StrikeThrough','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','Outdent','Indent','-','Subscript','Superscript','-','TextColor','BGColor','-','Undo','Redo'], '/', - ['Style','FontName','FontSize','RemoveFormat','-','SpellCheck'] + ['Style','FontName','FontSize','RemoveFormat','-','SpellCheck','100%','|','Source'] ] ; FCKConfig.ToolbarSets["Basic"] = [