Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/ckconfig_custom.js,v diff -u -r1.18 -r1.19 --- lams_central/web/includes/javascript/ckconfig_custom.js 10 Jan 2013 18:52:49 -0000 1.18 +++ lams_central/web/includes/javascript/ckconfig_custom.js 12 Jul 2013 14:16:27 -0000 1.19 @@ -13,6 +13,18 @@ ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['equation','About'], ['TextColor','BGColor'], + ['Image','Table','HorizontalRule','Smiley','SpecialChar'], + ['Format','Font','FontSize'] +] ; + +CKEDITOR.config.toolbar_DefaultMonitor = [ + ['Preview','PasteFromWord'], + ['Undo','Redo'], + ['Bold','Italic','Underline', '-','Subscript','Superscript'], + ['NumberedList','BulletedList','-','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + ['equation','About'], + ['TextColor','BGColor'], ['Table','HorizontalRule','Smiley','SpecialChar'], ['Format','Font','FontSize'] ] ;