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

falcone at bestpractical.com falcone at bestpractical.com
Wed Aug 6 09:49:58 EDT 2008


Author: falcone
Date: Wed Aug  6 09:49:56 2008
New Revision: 14849

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

Log:
 r37799 at ketch:  falcone | 2008-08-06 09:49:36 -0400
 * don't show the Save or New Page button since they're not used
   by RT


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 Aug  6 09:49:56 2008
@@ -94,7 +94,8 @@
 FCKConfig.ToolbarLocation = 'In' ;
 
 FCKConfig.ToolbarSets["Default"] = [
-	['Source','DocProps','-','Save','NewPage','Preview'], // ,'-','Templates'],
+	//['Source','DocProps','-','Save','NewPage','Preview'], // ,'-','Templates'],
+	['Source','DocProps','-','Preview'], // ,'-','Templates'],
 	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
 	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
 //	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],


More information about the Rt-commit mailing list