From 9195a0ee849717e632f72ee69c93a95ff6661f9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Pin?= Date: Tue, 16 Aug 2011 11:48:54 +0200 Subject: [PATCH] =?utf8?q?On=20fait=20rentrer=20tout=20=C3=A7a=20sur=20deu?= =?utf8?q?x=20lignes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/ckeditor/config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index 867438d..19ea463 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -9,6 +9,8 @@ CKEDITOR.editorConfig = function( config ) // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.toolbar = [ + { name: 'styles', items : [ 'Styles', 'Format', 'Font', 'FontSize' ] }, + { name: 'colors', items : [ 'TextColor', 'BGColor' ] }, { name: 'document', items : [ 'Maximize', 'ShowBlocks', 'Source'] }, { name: 'editing', items : [ 'Find','Replace', '-', 'SelectAll'] }, { name: 'clipboard', items : [ 'PasteFromWord', '-', 'Undo', 'Redo' ] }, @@ -17,8 +19,5 @@ CKEDITOR.editorConfig = function( config ) { name: 'paragraph', items : [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] }, { name: 'links', items : [ 'Link', 'Unlink', 'Anchor' ] }, { name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, - '/', - { name: 'styles', items : [ 'Styles', 'Format', 'Font', 'FontSize' ] }, - { name: 'colors', items : [ 'TextColor', 'BGColor' ] }, ]; }; -- 2.20.1