From 54450321b9b4ef65cd3da96a96fd9d1f9cbcf032 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 9 Apr 2011 19:25:51 +0000 Subject: [PATCH] Fix: add "maximize" and "font" --- htdocs/theme/auguria/ckeditor/config.js | 6 +++--- htdocs/theme/bureau2crea/ckeditor/config.js | 6 +++--- htdocs/theme/eldy/ckeditor/config.js | 6 +++--- htdocs/theme/freelug/ckeditor/config.js | 6 +++--- htdocs/theme/yellow/ckeditor/config.js | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/htdocs/theme/auguria/ckeditor/config.js b/htdocs/theme/auguria/ckeditor/config.js index 8889187d301..3f71ff9ccc5 100644 --- a/htdocs/theme/auguria/ckeditor/config.js +++ b/htdocs/theme/auguria/ckeditor/config.js @@ -46,7 +46,7 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_mailings = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], ['Undo','Redo','-','Find','Replace'], ['Font','FontSize'], @@ -70,9 +70,9 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_details = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], - ['FontSize'], + ['Font','FontSize'], ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], ['NumberedList','BulletedList','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], diff --git a/htdocs/theme/bureau2crea/ckeditor/config.js b/htdocs/theme/bureau2crea/ckeditor/config.js index 8889187d301..3f71ff9ccc5 100644 --- a/htdocs/theme/bureau2crea/ckeditor/config.js +++ b/htdocs/theme/bureau2crea/ckeditor/config.js @@ -46,7 +46,7 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_mailings = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], ['Undo','Redo','-','Find','Replace'], ['Font','FontSize'], @@ -70,9 +70,9 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_details = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], - ['FontSize'], + ['Font','FontSize'], ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], ['NumberedList','BulletedList','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], diff --git a/htdocs/theme/eldy/ckeditor/config.js b/htdocs/theme/eldy/ckeditor/config.js index 8889187d301..3f71ff9ccc5 100644 --- a/htdocs/theme/eldy/ckeditor/config.js +++ b/htdocs/theme/eldy/ckeditor/config.js @@ -46,7 +46,7 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_mailings = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], ['Undo','Redo','-','Find','Replace'], ['Font','FontSize'], @@ -70,9 +70,9 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_details = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], - ['FontSize'], + ['Font','FontSize'], ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], ['NumberedList','BulletedList','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], diff --git a/htdocs/theme/freelug/ckeditor/config.js b/htdocs/theme/freelug/ckeditor/config.js index 8889187d301..3f71ff9ccc5 100644 --- a/htdocs/theme/freelug/ckeditor/config.js +++ b/htdocs/theme/freelug/ckeditor/config.js @@ -46,7 +46,7 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_mailings = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], ['Undo','Redo','-','Find','Replace'], ['Font','FontSize'], @@ -70,9 +70,9 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_details = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], - ['FontSize'], + ['Font','FontSize'], ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], ['NumberedList','BulletedList','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], diff --git a/htdocs/theme/yellow/ckeditor/config.js b/htdocs/theme/yellow/ckeditor/config.js index 8889187d301..3f71ff9ccc5 100644 --- a/htdocs/theme/yellow/ckeditor/config.js +++ b/htdocs/theme/yellow/ckeditor/config.js @@ -46,7 +46,7 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_mailings = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], ['Undo','Redo','-','Find','Replace'], ['Font','FontSize'], @@ -70,9 +70,9 @@ CKEDITOR.editorConfig = function( config ) config.toolbar_dolibarr_details = [ - ['Source'], + ['Source','Maximize'], ['Cut','Copy','Paste','-','SpellChecker'], - ['FontSize'], + ['Font','FontSize'], ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','TextColor','RemoveFormat'], ['NumberedList','BulletedList','Outdent','Indent'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],