Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -rc56ef3d72b646d6f17daf6f8dccc2369560332db -r9131b5f2c6e2dc59c1c5d69906824075a4377442 --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision c56ef3d72b646d6f17daf6f8dccc2369560332db) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 9131b5f2c6e2dc59c1c5d69906824075a4377442) @@ -1,5 +1,5 @@ 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','equation','-', + ['Source','-','Maximize', 'Preview','PasteFromWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','equation','-'], ['Paint_Button','MoviePlayer','Kaltura','Image','Link','Iframe','Table','HorizontalRule','Smiley','SpecialChar','Templates','Format','Font','FontSize','About'] ] ; // removing Video Recorder from default tool bar LDEV-2961