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'],