From fd70224af74376cfb25dd9bb5c5c4ce565b9c98f Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 6 Aug 2007 11:32:08 +0000 Subject: [PATCH] Moved full screen button at beginning SVN revision: 1904 --- scripts/fckeditor/fckelog.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/fckeditor/fckelog.js b/scripts/fckeditor/fckelog.js index 50dccfcf..03d004c7 100644 --- a/scripts/fckeditor/fckelog.js +++ b/scripts/fckeditor/fckelog.js @@ -3,7 +3,7 @@ */ FCKConfig.ToolbarSets["Default"] = [ - ['Source','-','Save','Preview'], + ['Source','FitWindow','-','Save','Preview'], ['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], @@ -11,10 +11,9 @@ FCKConfig.ToolbarSets["Default"] = [ ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], ['Link','Unlink','Anchor'], ['Image','Table','Rule','Smiley','SpecialChar'], - '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'], - ['FitWindow','-','About'] + ['About'] ] ; FCKConfig.Keystrokes = [