You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2009/11/10 04:31:32 UTC

svn commit: r834324 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

Author: apatel
Date: Tue Nov 10 03:31:32 2009
New Revision: 834324

URL: http://svn.apache.org/viewvc?rev=834324&view=rev
Log:
removed field-group. Form is looking lot better without them. 

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

Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=834324&r1=834323&r2=834324&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Tue Nov 10 03:31:32 2009
@@ -749,7 +749,6 @@
         <field name="description"><textarea/></field>
         <field name="createButton" widget-style="smallSubmit"><submit button-type="button"/></field>
         <sort-order>
-            <field-group>
                 <sort-field name="acctgTransTypeId"/>
                 <sort-field name="glFiscalTypeId"/>
                 <sort-field name="glJournalId"/>
@@ -757,14 +756,10 @@
                 <sort-field name="finAccountTransId"/>
                 <sort-field name="partyId"/>
                 <sort-field name="roleTypeId"/>
-            </field-group>
-            <field-group>
                 <sort-field name="transactionDate"/>
                 <sort-field name="scheduledPostingDate"/>
                 <sort-field name="isPosted"/>
                 <sort-field name="postedDate"/>
-            </field-group>
-            <field-group>
                 <sort-field name="inventoryItemId"/>
                 <sort-field name="physicalInventoryId"/>
                 <sort-field name="invoiceId"/>
@@ -773,17 +768,12 @@
                 <sort-field name="workEffortId"/>
                 <sort-field name="shipmentId"/>
                 <sort-field name="fixedAssetId"/>
-            </field-group>
-            <field-group>
                 <sort-field name="receiptId"/>
                 <sort-field name="theirAcctgTransId"/>
                 <sort-field name="voucherRef"/>
                 <sort-field name="voucherDate"/>
-            </field-group>
-            <field-group>
                 <sort-field name="description"/>
                 <sort-field name="createButton"/>
-            </field-group>
         </sort-order>
     </form>
     <form name="FindGlAccountReconciliation" type="single" title="" target="findGlAccountReconciliation"