Author: erwan
Date: Wed May 19 17:52:57 2010
New Revision: 946309
URL:
http://svn.apache.org/viewvc?rev=946309&view=revLog:
XHTML validation errors round 2++ (accounting) - OFBIZ-3754 (
https://issues.apache.org/jira/browse/OFBIZ-3754)
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl
ofbiz/trunk/applications/accounting/widget/GlForms.xml
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl?rev=946309&r1=946308&r2=946309&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl Wed May 19 17:52:57 2010
@@ -177,7 +177,7 @@ function getFinAccountTransRunningTotalA
<tr valign="middle"<#if alt_row> class="alternate-row"</#if>>
<td>
<#if payments?has_content>
- <a id="togglePayment_${finAccountTrans.finAccountTransId}" href="javascript:void(0)"><img src="<@ofbizContentUrl>/images/expand.gif</@ofbizContentUrl>"/></a> ${finAccountTrans.finAccountTransId}
+ <a id="togglePayment_${finAccountTrans.finAccountTransId}" href="javascript:void(0)"><img src="<@ofbizContentUrl>/images/expand.gif</@ofbizContentUrl>" alt=""/></a> ${finAccountTrans.finAccountTransId}
<div id="displayPayments_${finAccountTrans.finAccountTransId}" class="popup" style="display: none;width: 650px;">
<div align="right">
<input class="popup_closebox buttontext" type="button" value="X"/>
Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=946309&r1=946308&r2=946309&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Wed May 19 17:52:57 2010
@@ -756,6 +756,7 @@ under the License.
<field name="description"><textarea/></field>
<field name="createButton" widget-style="smallSubmit"><submit button-type="button"/></field>
<sort-order>
+ <sort-field name="organizationPartyId"/>
<sort-field name="acctgTransTypeId"/>
<sort-field name="glFiscalTypeId"/>
<sort-field name="glJournalId"/>
@@ -986,6 +987,8 @@ under the License.
<sort-field name="voucherDate"/>
<sort-field name="description"/>
<sort-field name="createButton"/>
+ <sort-field name="createdByUserLogin"/>
+ <sort-field name="lastModifiedByUserLogin"/>
</sort-order>
</form>
<form name="ViewAcctgTransEntries" type="list" list-name="acctgTransEntries" default-entity-name="AcctgTransEntry"