Author: erwan
Date: Thu Apr 8 14:29:28 2010 New Revision: 931956 URL: http://svn.apache.org/viewvc?rev=931956&view=rev Log: Correcting decorators' names, as some screens were used in AR and AP components. This is closing OFBIZ-3641 Modified: ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml ofbiz/trunk/applications/accounting/widget/ar/CommonScreens.xml ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.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=931956&r1=931955&r2=931956&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml Thu Apr 8 14:29:28 2010 @@ -141,7 +141,7 @@ under the License. </section> </screen> - <screen name="CommonApInvoiceDecorator"> + <screen name="CommonInvoiceDecorator"> <section> <actions> <set field="headerItem" value="invoices"/> Modified: ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml?rev=931956&r1=931955&r2=931956&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ap/InvoiceScreens.xml Thu Apr 8 14:29:28 2010 @@ -66,7 +66,7 @@ under the License. <set field="tabButtonItem" value="viewInvoices"/> </actions> <widgets> - <decorator-screen name="CommonApInvoiceDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-screen name="CommonInvoiceDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <section> <widgets> @@ -115,7 +115,7 @@ under the License. <set field="organizationPartyId" from-field="parameters.organizationPartyId"/> </actions> <widgets> - <decorator-screen name="CommonApInvoiceDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-screen name="CommonInvoiceDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <section> <widgets> @@ -169,7 +169,7 @@ under the License. <script location="component://accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy"/> </actions> <widgets> - <decorator-screen name="CommonApInvoiceDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-screen name="CommonInvoiceDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <section> <widgets> Modified: ofbiz/trunk/applications/accounting/widget/ar/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/CommonScreens.xml?rev=931956&r1=931955&r2=931956&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/ar/CommonScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ar/CommonScreens.xml Thu Apr 8 14:29:28 2010 @@ -170,7 +170,7 @@ under the License. </widgets> </section> </screen> - <screen name="CommonArInvoiceDecorator"> + <screen name="CommonInvoiceDecorator"> <section> <actions> <set field="headerItem" value="invoices"/> Modified: ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml?rev=931956&r1=931955&r2=931956&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml Thu Apr 8 14:29:28 2010 @@ -71,7 +71,7 @@ under the License. <set field="invoices" from-field="result.listIt"/> </actions> <widgets> - <decorator-screen name="CommonArInvoiceDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-screen name="CommonInvoiceDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <section> <widgets> |
Free forum by Nabble | Edit this page |