You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2009/04/17 10:48:49 UTC

svn commit: r765906 - in /ofbiz/trunk/framework/common: config/general.properties data/CommonTypeData.xml

Author: jonesde
Date: Fri Apr 17 08:48:48 2009
New Revision: 765906

URL: http://svn.apache.org/viewvc?rev=765906&view=rev
Log:
Too many issues with smoothfeather, for now bluelight looks like a good default theme

Modified:
    ofbiz/trunk/framework/common/config/general.properties
    ofbiz/trunk/framework/common/data/CommonTypeData.xml

Modified: ofbiz/trunk/framework/common/config/general.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/general.properties?rev=765906&r1=765905&r2=765906&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/general.properties (original)
+++ ofbiz/trunk/framework/common/config/general.properties Fri Apr 17 08:48:48 2009
@@ -27,7 +27,7 @@
 defaultOrganizationPartyId=Company
 
 # ID of the VisualTheme to use if there VISUAL_THEME UserPreference record for the current user
-defaultVisualThemeId=SMOOTH_FEATHER
+defaultVisualThemeId=BLUELIGHT
 
 # -- the default decimal format for currency
 currency.decimal.format=##0.00

Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonTypeData.xml?rev=765906&r1=765905&r2=765906&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original)
+++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Fri Apr 17 08:48:48 2009
@@ -101,7 +101,7 @@
 
     <!-- User preferences seed data -->
     <UserPrefGroupType userPrefGroupTypeId="GLOBAL_PREFERENCES" description="Global preferences"/>
-    <UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="SMOOTH_FEATHER"/>
+    <UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="BLUELIGHT"/>
 
     <!-- Visual Themes seed data -->
     <EnumerationType description="Visual Theme Resource Type (stylesheet, javascript file, etc)" enumTypeId="VT_RES_TYPE" hasTable="N"/>