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

svn commit: r1198630 - /ofbiz/trunk/applications/accounting/widget/PaymentForms.xml

Author: hansbak
Date: Mon Nov  7 06:28:08 2011
New Revision: 1198630

URL: http://svn.apache.org/viewvc?rev=1198630&view=rev
Log:
remove button was not displayed properly

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

Modified: ofbiz/trunk/applications/accounting/widget/PaymentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentForms.xml?rev=1198630&r1=1198629&r2=1198630&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentForms.xml Mon Nov  7 06:28:08 2011
@@ -290,7 +290,7 @@ under the License.
         </field>
         <field name="invoiceItemSeqId"><display/></field>
         <field name="amountApplied"><display/></field>
-        <field name="removeButton" title="${uiLabelMap.CommonEmptyHeader}"><submit/></field>
+        <field name="removeButton"><submit/></field>
     </form>
     <form name="editPaymentApplicationsPay" default-entity-name="PaymentApplication" list-name="paymentApplicationsPay" target="removePaymentApplication" type="list" separate-columns="false"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
@@ -298,7 +298,7 @@ under the License.
         <field name="paymentId"><hidden/></field>
         <field name="toPaymentId"><display/></field>
         <field name="amountApplied"><display/></field>
-        <field name="removeButton" title="${uiLabelMap.CommonRemove}"><submit/></field>
+        <field name="removeButton"><submit/></field>
     </form>
     <form name="editPaymentApplicationsBil" default-entity-name="PaymentApplication" list-name="paymentApplicationsBil" target="removePaymentApplication"  type="list" separate-columns="false"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">