Author: hansbak
Date: Wed May 6 07:59:19 2009
New Revision: 772091
URL:
http://svn.apache.org/viewvc?rev=772091&view=revLog:
set the default theme to the new updated smooth feather 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=772091&r1=772090&r2=772091&view=diff==============================================================================
--- ofbiz/trunk/framework/common/config/general.properties (original)
+++ ofbiz/trunk/framework/common/config/general.properties Wed May 6 07:59:19 2009
@@ -27,7 +27,7 @@
defaultOrganizationPartyId=Company
# ID of the VisualTheme to use if there VISUAL_THEME UserPreference record for the current user
-defaultVisualThemeId=BLUELIGHT
+defaultVisualThemeId=BIZZNESS_TIME
# -- 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=772091&r1=772090&r2=772091&view=diff==============================================================================
--- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original)
+++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Wed May 6 07:59:19 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="BLUELIGHT"/>
+ <UserPreference userLoginId="_NA_" userPrefTypeId="VISUAL_THEME" userPrefGroupTypeId="GLOBAL_PREFERENCES" userPrefValue="BIZZNESS_TIME"/>
<!-- Visual Themes seed data -->
<EnumerationType description="Visual Theme Resource Type (stylesheet, javascript file, etc)" enumTypeId="VT_RES_TYPE" hasTable="N"/>