Jin,
There is no user-selected style capability built into OFBiz. However, that capability could be added
easily:
1. Provide a UI that allows a user to select a style.
2. Provide a way to persist the user's selection. There is a patch in Jira that contains code to do
that - http://issues.apache.org/jira/browse/OFBIZ-495
3. Modify the Global Decorator to load the user-selected style sheet instead of the default main
style sheet.
-Adrian
jin1212 wrote:
Hello,
I was wondering if ofbiz has a built in functionality which allows for
changing of the css/view in the webapp based on whoever is logged in.
Thank You, jin