From ec426648be7a5c0155d7b2b4f1c15d0ef3052cae Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 9 Apr 2011 19:31:47 +0000 Subject: [PATCH] Fix: add "maximize" and "font" --- htdocs/theme/auguria/ckeditor/config.js | 2 +- htdocs/theme/bureau2crea/ckeditor/config.js | 2 +- htdocs/theme/eldy/ckeditor/config.js | 2 +- htdocs/theme/freelug/ckeditor/config.js | 2 +- htdocs/theme/yellow/ckeditor/config.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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'