Implement RTL UI Layout, Step 2
-------------------------------
Key: OFBIZ-998
URL: https://issues.apache.org/jira/browse/OFBIZ-998
Project: OFBiz (The Open for Business Project)
Issue Type: Improvement
Components: framework
Reporter: Adrian Crum
Priority: Minor
Attachments: rtl_step2.patch
This is a continuation of OFBIZ-854. Update the header.ftl and simple.ftl files
to support rtl style sheets.
The concept is to have a list of rtl stylesheets that is passed to the header
template just like the existing style sheets. An rtl style sheet can then be
specified in the Global Decorator like this:
<set field="layoutSettings.rtlStyleSheets[]" value="/images/rtlmain.css"
global="true"/>
If the OFBiz user has selected an rtl language, then the rtl style sheet will
be cascaded.
It's simple and it works.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.