[
https://issues.apache.org/jira/browse/OFBIZ-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux updated OFBIZ-760:
----------------------------------
Description:
Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
ie
{code}
<form name="myForm" type="single" target="myTarget"
default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
paginate-target="myPaginateTarget">
...
</form>
{code}
was:
Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
ie
<form name="myForm" type="single" target="myTarget"
default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
paginate-target="myPaginateTarget">
...
</form>
> Rearrange Form Widget attributes
> --------------------------------
>
> Key: OFBIZ-760
> URL:
https://issues.apache.org/jira/browse/OFBIZ-760> Project: OFBiz
> Issue Type: Improvement
> Reporter: Chris Howe
> Assignee: Jacopo Cappellato
> Priority: Minor
> Attachments: Accounting.patch, Accounting.patch, Accounting.patch, Accounting.patch, Common.patch, Content.patch, Content.patch, Content.patch, Content.patch, Ecommerce.patch, Example.patch, Example.patch, FormArrangement.patch, Manufacturing.patch, Manufacturing.patch, Marketing.patch, Marketing.patch, Order.patch, Order.patch, Product.patch, Product.patch, Product.patch, Product.patch, SpecialPurpose.patch, SpecialPurpose.patch, SpecialPurpose.patch, Webtools.patch, WorkEffort.patch, WorkEffort.patch
>
>
> Pending further discussions regarding moving paginate attributes and styling attributes into child elements, move paginate and styling attributes to their own line
> ie
> {code}
> <form name="myForm" type="single" target="myTarget"
> default-tooltip-style="myStyle1" default-title-style="myStyle2" default-widget-style="myStyle3"
> paginate-target="myPaginateTarget">
> ...
> </form>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)