svn commit: r551070 - /ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r551070 - /ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml

adrianc
Author: adrianc
Date: Tue Jun 26 23:16:28 2007
New Revision: 551070

URL: http://svn.apache.org/viewvc?view=rev&rev=551070
Log:
Fix navigation bar in Accounting component. Patch submitted by Jeremy Wickersheimer, OFBIZ-1099.

Modified:
    ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml

Modified: ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml?view=diff&rev=551070&r1=551069&r2=551070
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml Tue Jun 26 23:16:28 2007
@@ -301,10 +301,11 @@
         <section>
             <actions>
                 <set field="headerItem" value="transaction"/>
+                <set field="tabButtonItem" value="manualtransactiontab"/>
                 <script location="component://accounting/webapp/accounting/WEB-INF/actions/payment/manualTx.bsh"/>
             </actions>
             <widgets>
-                <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
+                <decorator-screen name="GenericTransactionDecorator" location="component://accounting/widget/TransactionScreens.xml">
                     <decorator-section name="body">
                         <platform-specific>
                             <html><html-template location="component://accounting/webapp/accounting/payment/manualTx.ftl"/></html>