X-Git-Url: https://svn.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/a7a4af9c016dca5bb34f5c739f5d5d96a7631165..575eebad2bb8d20b32fee1ce5c4e0ab122965c8a:/skins/ckeditor/config.js?ds=sidebyside

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