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

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

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

lektran
Author: lektran
Date: Fri Mar 12 05:59:28 2010
New Revision: 922150

URL: http://svn.apache.org/viewvc?rev=922150&view=rev
Log:
Replaced tabs with spaces

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=922150&r1=922149&r2=922150&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentForms.xml Fri Mar 12 05:59:28 2010
@@ -598,16 +598,16 @@ under the License.
         <field name="statusId"  position="2" title="${uiLabelMap.CommonStatus}"><display-entity entity-name="StatusItem" description="${description}" key-field-name="statusId"/></field>
     </form>
     <form name="PaymentReport" type="single"  target="paymentReportHtml" extends="FindPayments" extends-resource="component://accounting/widget/PaymentForms.xml" target-window="_BLANK">
-     <field name="contentType" action="document.PaymentReport.action=this.value" event="onchange">
-     <drop-down>
-     <option key="paymentReportHtml" description="text/html"></option>
- <option key="paymentReportPdf" description="application/pdf"></option>
- <!--option key="application/vnd.ms-excel">application/vnd.ms-excel</option>
- <option key="application/vnd.ms-word">application/vnd.ms-word</option>
- <option key="application/vnd.ms-powerpoint">application/vnd.ms-powerpoint</option-->
-     </drop-down>
-     </field>
-     <field name="searchButton"><hidden/></field>
-     <field name="report" title="Report" widget-style="smallSubmit"><submit button-type="button"/></field>
+        <field name="contentType" action="document.PaymentReport.action=this.value" event="onchange">
+            <drop-down>
+                <option key="paymentReportHtml" description="text/html"></option>
+                <option key="paymentReportPdf" description="application/pdf"></option>
+                <!--option key="application/vnd.ms-excel">application/vnd.ms-excel</option>
+                <option key="application/vnd.ms-word">application/vnd.ms-word</option>
+                <option key="application/vnd.ms-powerpoint">application/vnd.ms-powerpoint</option-->
+            </drop-down>
+        </field>
+        <field name="searchButton"><hidden/></field>
+        <field name="report" title="Report" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 </forms>