You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2007/07/08 08:04:07 UTC

svn commit: r554320 - /ofbiz/branches/release4.0/applications/accounting/widget/PaymentScreens.xml

Author: lektran
Date: Sat Jul  7 23:04:06 2007
New Revision: 554320

URL: http://svn.apache.org/viewvc?view=rev&rev=554320
Log:
Applied fix from trunk for revision: 551070

Modified:
    ofbiz/branches/release4.0/applications/accounting/widget/PaymentScreens.xml

Modified: ofbiz/branches/release4.0/applications/accounting/widget/PaymentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/widget/PaymentScreens.xml?view=diff&rev=554320&r1=554319&r2=554320
==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/widget/PaymentScreens.xml (original)
+++ ofbiz/branches/release4.0/applications/accounting/widget/PaymentScreens.xml Sat Jul  7 23:04:06 2007
@@ -276,10 +276,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>