Author: apatel
Date: Mon Jul  6 08:41:03 2009
New Revision: 791410

URL: http://svn.apache.org/viewvc?rev=791410&view=rev
Log:
removed unnecessary style.

Modified:
    ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml?rev=791410&r1=791409&r2=791410&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml 
(original)
+++ ofbiz/trunk/applications/accounting/widget/ar/forms/ArPaymentForms.xml Mon 
Jul  6 08:41:03 2009
@@ -21,8 +21,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
         
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd";>
 
-    <form name="FindBatchPayments" type="single" target="batchPayments"
-        odd-row-style="alternate-row" default-table-style="basic-table 
hover-bar">
+    <form name="FindBatchPayments" type="single" target="batchPayments">
         <field name="paymentMethodTypeId" 
title="${uiLabelMap.FormFieldTitle_paymentMethodTypeId}*" required-field="true">
             <drop-down allow-empty="false">
                 <entity-options entity-name="PaymentMethodType" 
description="${description}">


Reply via email to