svn commit: r641362 - /ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml

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

svn commit: r641362 - /ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml

mrisaliti
Author: mrisaliti
Date: Wed Mar 26 09:01:10 2008
New Revision: 641362

URL: http://svn.apache.org/viewvc?rev=641362&view=rev
Log:
Remove deprecated style viewManyTR1 that is now no more used.

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

Modified: ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=641362&r1=641361&r2=641362&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml Wed Mar 26 09:01:10 2008
@@ -95,9 +95,9 @@
         <field name="debit" use-when="showCredit"><display/></field>
         <field name="credit" entry-name="absolutePostedBalance" use-when="showCredit"><display type="currency" currency="${currencyUomId}"/></field>
         <field name="credit" use-when="showDebit"><display/></field>
-        <field name="glAccountId" use-when="showTotals" widget-style="tableheadtext" widget-area-style="viewManyTR1"><display description="${uiLabelMap.CommonTotal}"/></field>
-        <field name="debit" entry-name="parameters.debitTotal" use-when="showTotals" widget-area-style="viewManyTR1"><display type="currency" currency="${currencyUomId}"/></field>
-        <field name="credit" entry-name="creditTotal" use-when="showTotals" widget-area-style="viewManyTR1"><display type="currency" currency="${currencyUomId}"/></field>
+        <field name="glAccountId" use-when="showTotals"><display description="${uiLabelMap.CommonTotal}"/></field>
+        <field name="debit" entry-name="parameters.debitTotal" use-when="showTotals"><display type="currency" currency="${currencyUomId}"/></field>
+        <field name="credit" entry-name="creditTotal" use-when="showTotals"><display type="currency" currency="${currencyUomId}"/></field>
     </form>
 
     <form name="IncomeStatementParameters" type="single" target="prepareIncomeStatement"