Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -r91f7b31f8f4cada25116d70713086a591fbd2fac -rb25bec50334cae33c7854a721e7335946eecbc81 --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 91f7b31f8f4cada25116d70713086a591fbd2fac) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision b25bec50334cae33c7854a721e7335946eecbc81) @@ -3,12 +3,12 @@ CKEDITOR.config.toolbar_Default = [ ['Source','-','Maximize','Preview','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','Jlatexmath','-'], - ['Embed','Image','Link','Iframe','Table','HorizontalRule','Emojione','Format','Font','FontSize'] + ['Image','Link','Iframe','Table','HorizontalRule','Emojione','Format','Font','FontSize'] ]; CKEDITOR.config.toolbar_DefaultInline = [ ['Sourcedialog','Preview','-','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','Jlatexmath','-'], - ['Embed','Image','Link','Iframe','Table','HorizontalRule','Emojione','-','bootsnippets-text','bootsnippets-image','bootsnippets-multimedia','bootsnippets-advanced-layout','Format','Font','FontSize'] + ['Image','Link','Iframe','Table','HorizontalRule','-','bootsnippets-text','bootsnippets-image','bootsnippets-multimedia','bootsnippets-advanced-layout','Format','Font','FontSize'] ]; CKEDITOR.config.toolbar_DefaultDokuInline = [ @@ -26,7 +26,7 @@ ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Jlatexmath'], ['TextColor','BGColor'], - ['Image','Table','HorizontalRule','Emojione'], + ['Image','Table','HorizontalRule'], ['Format','Font','FontSize'] ]; @@ -37,7 +37,7 @@ ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Jlatexmath','-','Link'], ['TextColor','BGColor'], - ['Image','Table','HorizontalRule','Emojione'], + ['Image','Table','HorizontalRule'], ['Format','Font','FontSize'] ]; @@ -49,7 +49,7 @@ ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Jlatexmath'], ['TextColor','BGColor'], - ['Table','HorizontalRule','Emojione'], + ['Table','HorizontalRule'], ['Format','Font','FontSize'] ]; @@ -60,7 +60,7 @@ ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Jlatexmath'], ['TextColor','BGColor'], - ['Table','HorizontalRule','Emojione'], + ['Table','HorizontalRule'], ['Format','Font','FontSize'] ]; @@ -73,7 +73,7 @@ ['wikilink','Link','Image'], ['Jlatexmath'], ['TextColor','BGColor'], - ['Table','HorizontalRule','Emojione'], + ['Table','HorizontalRule'], ['Format','Font','FontSize'] ]; @@ -86,27 +86,27 @@ ['wikilink','Link','Image'], ['Jlatexmath'], ['TextColor','BGColor'], - ['Table','HorizontalRule','Emojione'], + ['Table','HorizontalRule'], ['Format','Font','FontSize'] ]; CKEDITOR.config.toolbar_CustomPedplanner = [ ['Source','-','Maximize','Preview','Bold','Italic','Underline', '-','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','Jlatexmath'], - ['Image','Link','Iframe','Table','Emojione','Font','FontSize'] + ['Image','Link','Iframe','Table','Font','FontSize'] ]; CKEDITOR.config.toolbar_CustomPedplannerInline = [ ['Sourcedialog','-','Bold','Italic','Underline', '-','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','Jlatexmath'], - ['Image','Link','Iframe','Table','Emojione','Font','FontSize'] + ['Image','Link','Iframe','Table','Font','FontSize'] ]; CKEDITOR.config.toolbar_LessonDescription = [ ['Bold','Italic','Underline', '-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['TextColor','BGColor'], - ['Table','HorizontalRule','Emojione'], + ['Table','HorizontalRule'], ['Format','Font','FontSize'] ]; @@ -115,7 +115,7 @@ ['NumberedList','BulletedList','-','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['TextColor','BGColor'], - ['Table','HorizontalRule','Emojione'], + ['Table','HorizontalRule'], ['Format','Font','FontSize'] ];