[ 
https://issues.apache.org/jira/browse/OFBIZ-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adrian Crum updated OFBIZ-998:
------------------------------

    Attachment: rtl_step2.patch

Attached patch now includes a rtl style sheet .

RTL layout is hard to test in a ltr browser. Mozilla and IE7 try to render rtl, 
but each has its quirks. At any rate, this patch demonstrates how it works. If 
a rtl-reading developer wants to develop it further, they are welcome to do so.


> Implement RTL UI Layout, Step 2
> -------------------------------
>
>                 Key: OFBIZ-998
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-998
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Adrian Crum
>            Priority: Minor
>         Attachments: rtl_step2.patch, rtl_step2.patch, 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.

Reply via email to