[Vtigercrm-commits] [vtiger-commits] r6657 - /vtigercrm/trunk/include/fckeditor/fckconfig.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 04:53:52 EDT 2006


Author: richie
Date: Mon May 29 02:53:47 2006
New Revision: 6657

Log:
icon path changes made

Modified:
    vtigercrm/trunk/include/fckeditor/fckconfig.js

Modified: vtigercrm/trunk/include/fckeditor/fckconfig.js
==============================================================================
--- vtigercrm/trunk/include/fckeditor/fckconfig.js (original)
+++ vtigercrm/trunk/include/fckeditor/fckconfig.js Mon May 29 02:53:47 2006
@@ -31,7 +31,7 @@
 FCKConfig.Debug = false ;
 FCKConfig.AllowQueryStringDebug = true ;
 
-FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ;
+FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
 
 FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
 
@@ -76,20 +76,31 @@
 FCKConfig.FloatingPanelsZIndex = 10000 ;
 
 FCKConfig.ToolbarSets["Default"] = [
-	['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
-	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
-	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
-	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
+	['Bold','Italic','Underline','-'],
 	['OrderedList','UnorderedList','-','Outdent','Indent'],
 	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
-	['Link','Unlink','Anchor'],
-	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak','UniversalKey'],
-	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
+	['Link','Image','SpellCheck'],
+	['TextColor','BGColor'],
 	'/',
-	['Style','FontFormat','FontName','FontSize'],
-	['TextColor','BGColor'],
+	['FontFormat','FontName','FontSize'],
+
 	['About']
 ] ;
+//FCKConfig.ToolbarSets["Default"] = [
+//	['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
+//	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
+//	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
+//	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
+//	['OrderedList','UnorderedList','-','Outdent','Indent'],
+//	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
+//	['Link','Unlink','Anchor'],
+//	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak','UniversalKey'],
+//	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
+//	'/',
+//	['Style','FontFormat','FontName','FontSize'],
+//	['TextColor','BGColor'],
+//	['About']
+//] ;
 
 FCKConfig.ToolbarSets["Basic"] = [
 	['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']





More information about the vtigercrm-commits mailing list