diff --git a/htdocs/theme/auguria/ckeditor/config.js b/htdocs/theme/auguria/ckeditor/config.js index 3f71ff9ccc5..d20932f8aeb 100644 --- a/htdocs/theme/auguria/ckeditor/config.js +++ b/htdocs/theme/auguria/ckeditor/config.js @@ -14,7 +14,7 @@ CKEDITOR.editorConfig = function( config ) //config.resize_maxWidth = 3000; //config.height = '300px'; //config.resize_dir = 'vertical'; // horizontal, vertical, both - config.removePlugins = 'elementspath,save,font'; + config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' diff --git a/htdocs/theme/bureau2crea/ckeditor/config.js b/htdocs/theme/bureau2crea/ckeditor/config.js index 3f71ff9ccc5..d20932f8aeb 100644 --- a/htdocs/theme/bureau2crea/ckeditor/config.js +++ b/htdocs/theme/bureau2crea/ckeditor/config.js @@ -14,7 +14,7 @@ CKEDITOR.editorConfig = function( config ) //config.resize_maxWidth = 3000; //config.height = '300px'; //config.resize_dir = 'vertical'; // horizontal, vertical, both - config.removePlugins = 'elementspath,save,font'; + config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' diff --git a/htdocs/theme/eldy/ckeditor/config.js b/htdocs/theme/eldy/ckeditor/config.js index 3f71ff9ccc5..d20932f8aeb 100644 --- a/htdocs/theme/eldy/ckeditor/config.js +++ b/htdocs/theme/eldy/ckeditor/config.js @@ -14,7 +14,7 @@ CKEDITOR.editorConfig = function( config ) //config.resize_maxWidth = 3000; //config.height = '300px'; //config.resize_dir = 'vertical'; // horizontal, vertical, both - config.removePlugins = 'elementspath,save,font'; + config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' diff --git a/htdocs/theme/freelug/ckeditor/config.js b/htdocs/theme/freelug/ckeditor/config.js index 3f71ff9ccc5..d20932f8aeb 100644 --- a/htdocs/theme/freelug/ckeditor/config.js +++ b/htdocs/theme/freelug/ckeditor/config.js @@ -14,7 +14,7 @@ CKEDITOR.editorConfig = function( config ) //config.resize_maxWidth = 3000; //config.height = '300px'; //config.resize_dir = 'vertical'; // horizontal, vertical, both - config.removePlugins = 'elementspath,save,font'; + config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea' diff --git a/htdocs/theme/yellow/ckeditor/config.js b/htdocs/theme/yellow/ckeditor/config.js index 3f71ff9ccc5..d20932f8aeb 100644 --- a/htdocs/theme/yellow/ckeditor/config.js +++ b/htdocs/theme/yellow/ckeditor/config.js @@ -14,7 +14,7 @@ CKEDITOR.editorConfig = function( config ) //config.resize_maxWidth = 3000; //config.height = '300px'; //config.resize_dir = 'vertical'; // horizontal, vertical, both - config.removePlugins = 'elementspath,save,font'; + config.removePlugins = 'elementspath,save'; // config.removePlugins = 'elementspath,save,font'; config.removeDialogTabs = 'flash:advanced'; // config.removeDialogTabs = 'flash:advanced;image:Link'; config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // Prevent PHP Code to be formatted //config.menu_groups = 'clipboard,table,anchor,link,image'; // for context menu 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea'