[Vtigercrm-commits] [vtiger-commits] r3984 - /vtigercrm/trunk/include/fckeditor/fckconfig.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 02:33:07 EST 2006
Author: saraj
Date: Tue Feb 28 00:33:03 2006
New Revision: 3984
Log:
default theme is changed into silver
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 Tue Feb 28 00:33:03 2006
@@ -31,7 +31,7 @@
FCKConfig.Debug = false ;
FCKConfig.AllowQueryStringDebug = true ;
-FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
+FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ;
FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
@@ -172,4 +172,4 @@
FCKConfig.SmileyWindowWidth = 320 ;
FCKConfig.SmileyWindowHeight = 240 ;
-if( window.console ) window.console.log( 'Config is loaded!' ) ; // @Packager.Compactor.RemoveLine
+if( window.console ) window.console.log( 'Config is loaded!' ) ; // @Packager.Compactor.RemoveLine
More information about the vtigercrm-commits
mailing list