Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -r6332daf6806047b32154e9af3e5f8cbacd86e86f -r3f3b286c8daddd86677d64fcd08366c33fbfd927 --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 6332daf6806047b32154e9af3e5f8cbacd86e86f) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 3f3b286c8daddd86677d64fcd08366c33fbfd927) @@ -2,12 +2,12 @@ // Main difference Source became Sourcedialog and Maximize and Preview were dropped. CKEDITOR.config.toolbar_Default = [ - ['Source','-','Maximize', 'Preview','PasteFromWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','Jlatexmath','-'], + ['Source','-','Maximize','Preview','PasteFromWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','Jlatexmath','-'], ['Embed','Image','Link','Iframe','Table','HorizontalRule','Smiley','SpecialChar','Format','Font','FontSize','About'] ]; CKEDITOR.config.toolbar_DefaultInline = [ - ['Sourcedialog','-','PasteFromWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','Jlatexmath','-'], + ['Sourcedialog','Preview','-','PasteFromWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','Jlatexmath','-'], ['Embed','Image','Link','Iframe','Table','HorizontalRule','Smiley','SpecialChar','Format','Font','FontSize','About'] ];