[ 
https://issues.apache.org/jira/browse/OFBIZ-10464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16538295#comment-16538295
 ] 

Dennis Balkir commented on OFBIZ-10464:
---------------------------------------

Hi [~pfm.smits],
that's right, but I made the changes while looking at the other main pages from 
other applications, from which none seem to use this portal page logic.

Most of the times, the main screens just include .ftl files, but for example 
humanres' main page includes the screen to show just like I did:

{code:xml}
    <screen name="Main">
        <section>
            <widgets>
                <decorator-screen name="main-decorator">
                    <decorator-section name="body">
                        <section>
                            <widgets>
                                <container style="lefthalf">
                                    <include-screen name="OrgTree"/>
                                </container>
                            </widgets>
                        </section>
                    </decorator-section>
                </decorator-screen>
            </widgets>
        </section>
    </screen>
{code}

This was the reason I changed the pages like I did.

> Improve Accounting -AP
> ----------------------
>
>                 Key: OFBIZ-10464
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10464
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Dennis Balkir
>            Priority: Minor
>         Attachments: accounting-ap_main-page.patch
>
>
> I found some structural differences while looking on accounting-ap -> main.
> While all the other screenlets on such pages are nested inside the 
> surrounding div-containers, these ones are actually inside a table, which 
> then is inside the normally surrounding divs.
>  
> This makes styling for new themes difficult and should be changed, since it 
> is an exception in the normally used structure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to