[Rt-commit] r19371 - in rt/3.8/trunk: share/html/NoAuth/RichText/FCKeditor

falcone at bestpractical.com falcone at bestpractical.com
Wed Apr 29 15:03:22 EDT 2009


Author: falcone
Date: Wed Apr 29 15:03:21 2009
New Revision: 19371

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/NoAuth/RichText/FCKeditor/fckconfig.js

Log:
 r47090 at ketch:  falcone | 2009-04-29 15:00:28 -0400
 * remove a bunch of buttons that you shouldn't want/need when writing email


Modified: rt/3.8/trunk/share/html/NoAuth/RichText/FCKeditor/fckconfig.js
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/RichText/FCKeditor/fckconfig.js	(original)
+++ rt/3.8/trunk/share/html/NoAuth/RichText/FCKeditor/fckconfig.js	Wed Apr 29 15:03:21 2009
@@ -100,21 +100,21 @@
 
 FCKConfig.ToolbarSets["Default"] = [
 //	['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
-	['Source','DocProps','-','Preview','-','Templates'],
+	['Source','DocProps'],
 	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
-	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
+	['Undo','Redo','-','Replace','-','SelectAll','RemoveFormat'],
 //	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
 	'/',
 	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
 	['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'],
 	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
-	['Link','Unlink','Anchor'],
+	['Link','Unlink'],
 //	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
-	['Table','Rule','SpecialChar','PageBreak'],
+	['Rule','SpecialChar'],
 	'/',
 	['Style','FontFormat','FontName','FontSize'],
 	['TextColor','BGColor'],
-	['FitWindow','ShowBlocks','-','About']		// No comma for the last row.
+	['FitWindow','-','About']		// No comma for the last row.
 ] ;
 
 FCKConfig.ToolbarSets["Basic"] = [


More information about the Rt-commit mailing list