You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/10/14 10:10:55 UTC

svn commit: r825053 - /ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml

Author: mor
Date: Wed Oct 14 08:10:55 2009
New Revision: 825053

URL: http://svn.apache.org/viewvc?rev=825053&view=rev
Log:
Layout fixes to AP main screen. Applied patch from Deepak Dixit, part of OFBIZ-3035 (https://issues.apache.org/jira/browse/OFBIZ-3035)

Modified:
    ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml

Modified: ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml?rev=825053&r1=825052&r2=825053&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml Wed Oct 14 08:10:55 2009
@@ -63,9 +63,9 @@
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
-                        <screenlet title="${uiLabelMap.AccountingAp}"/>
+                        <screenlet title="${uiLabelMap.AccountingAp}">
                         <container style="lefthalf">
-                            <container style="left">
+                            <container style="lefthalf">
                                 <label style="h1">${uiLabelMap.AccountingAgreements}</label>
                                 <section>
                                     <widgets>
@@ -73,7 +73,7 @@
                                     </widgets>
                                 </section>
                             </container>
-                            <container style="right">
+                            <container style="righthalf">
                                 <label style="h1">${uiLabelMap.PartyVendor} ${uiLabelMap.CommonList}</label>
                                 <section>
                                     <widgets>
@@ -83,7 +83,7 @@
                             </container>
                         </container>
                         <container style="righthalf">
-                            <container style="right">
+                            <container style="lefthalf">
                                 <label style="h1">${uiLabelMap.AccountingReports}</label>
                                 <section>
                                     <widgets>
@@ -94,7 +94,6 @@
                         </container>
                         <container>
                             <label style="h1">${uiLabelMap.AccountingPaymentsMenu}</label>
-                            <container>
                                 <container style="lefthalf">
                                     <container style="lefthalf">
                                         <iterate-section list="paymentTypes" entry="paymentType">
@@ -116,7 +115,7 @@
                                     </container>
                                 </container>
                                 <container style="righthalf">
-                                    <container style="left">
+                                    <container style="lefthalf">
                                         <iterate-section list="paymentStatus" entry="paymentsStatus">
                                             <section>
                                                 <widgets>
@@ -126,12 +125,9 @@
                                         </iterate-section>
                                     </container>
                                 </container>
-                            </container>
                         </container>
-                        <container style="clear"/>
                         <container>
                             <label style="h1">${uiLabelMap.AccountingInvoicesMenu}</label>
-                            <container>
                                 <container style="lefthalf">
                                     <container style="lefthalf">
                                         <iterate-section list="invoiceTypes" entry="invoiceType">
@@ -142,7 +138,7 @@
                                              </section>
                                         </iterate-section>
                                     </container>
-                                    <container style="right">
+                                    <container style="righthalf">
                                         <iterate-section list="invoiceStatus" entry="invoicesStatus">
                                             <section>
                                                 <widgets>
@@ -152,8 +148,9 @@
                                         </iterate-section>
                                     </container>
                                 </container>
-                            </container>
                         </container>
+                        <container style="clear"/>
+                        </screenlet>
                     </decorator-section>
                 </decorator-screen>
             </widgets>