This is an automated email from the ASF dual-hosted git repository.

nmalin pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c97d9e7  Improved: Set Helveticus Theme as default (OFBIZ-12318)
c97d9e7 is described below

commit c97d9e7010443851f28f4019921998ce1ab1c4ee
Author: Nicolas Malin <nicolas.ma...@nereide.fr>
AuthorDate: Tue Sep 14 22:38:43 2021 +0200

    Improved: Set Helveticus Theme as default (OFBIZ-12318)
    
    As shared on dev mailing list thread [1], we set Helveticus as default theme
    
    [1] https://s.apache.org/2cm25
---
 framework/common/config/general.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/common/config/general.properties 
b/framework/common/config/general.properties
index c755f65..8293fc4 100644
--- a/framework/common/config/general.properties
+++ b/framework/common/config/general.properties
@@ -27,7 +27,7 @@ currency.uom.id.default=USD
 # -- the default organizationPartyId for used in dropdowns and reports
 ORGANIZATION_PARTY=Company
 # ID of the VisualTheme to use if there is no VISUAL_THEME UserPreference 
record for the current user (ie default value)
-VISUAL_THEME=RAINBOWSTONE_SAPHIR
+VISUAL_THEME=HELVETICUS_SAPHIR
 
 # -- DEPRECATED See documentation in ofbiz.locale.default in start.properties
 # -- It though still used in some places in code (mostly in content component)

Reply via email to