Author: hansbak
Date: Mon Nov 7 06:28:08 2011
New Revision: 1198630
URL:
http://svn.apache.org/viewvc?rev=1198630&view=revLog:
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">