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:12:09 UTC

svn commit: r825054 - /ofbiz/branches/release09.04/applications/accounting/widget/ap/CommonScreens.xml

Author: mor
Date: Wed Oct 14 08:12:09 2009
New Revision: 825054

URL: http://svn.apache.org/viewvc?rev=825054&view=rev
Log:
Applied fix from trunk for revision: 825053 
 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/branches/release09.04/applications/accounting/widget/ap/CommonScreens.xml

Modified: ofbiz/branches/release09.04/applications/accounting/widget/ap/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/accounting/widget/ap/CommonScreens.xml?rev=825054&r1=825053&r2=825054&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/accounting/widget/ap/CommonScreens.xml (original)
+++ ofbiz/branches/release09.04/applications/accounting/widget/ap/CommonScreens.xml Wed Oct 14 08:12:09 2009
@@ -60,9 +60,9 @@
             <widgets>
                 <decorator-screen name="main-decorator" location="${parameter.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>
@@ -70,7 +70,7 @@
                                     </widgets>
                                 </section>
                             </container>
-                            <container style="right">
+                            <container style="righthalf">
                                 <label style="h1">${uiLabelMap.PartyVendor} ${uiLabelMap.CommonList}</label>
                                 <section>
                                     <widgets>
@@ -80,7 +80,7 @@
                             </container>
                         </container>
                         <container style="righthalf">
-                            <container style="right">
+                            <container style="lefthalf">
                                 <label style="h1">${uiLabelMap.AccountingReports}</label>
                                 <section>
                                     <widgets>
@@ -91,7 +91,6 @@
                         </container>
                         <container>
                             <label style="h1">${uiLabelMap.AccountingPaymentsMenu}</label>
-                            <container>
                                 <container style="lefthalf">
                                     <container style="lefthalf">
                                         <iterate-section list="paymentTypes" entry="paymentType">
@@ -113,7 +112,7 @@
                                     </container>
                                 </container>
                                 <container style="righthalf">
-                                    <container style="left">
+                                    <container style="lefthalf">
                                         <iterate-section list="paymentStatus" entry="paymentsStatus">
                                             <section>
                                                 <widgets>
@@ -123,12 +122,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">
@@ -139,7 +135,7 @@
                                              </section>
                                         </iterate-section>
                                     </container>
-                                    <container style="right">
+                                    <container style="righthalf">
                                         <iterate-section list="invoiceStatus" entry="invoicesStatus">
                                             <section>
                                                 <widgets>
@@ -149,8 +145,9 @@
                                         </iterate-section>
                                     </container>
                                 </container>
-                            </container>
                         </container>
+                        <container style="clear"/>
+                        </screenlet>
                     </decorator-section>
                 </decorator-screen>
             </widgets>