svn commit: r550438 - /ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml

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

svn commit: r550438 - /ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml

lektran
Author: lektran
Date: Mon Jun 25 02:53:07 2007
New Revision: 550438

URL: http://svn.apache.org/viewvc?view=rev&rev=550438
Log:
Applied fix from trunk for revision: 550413

Modified:
    ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml

Modified: ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml?view=diff&rev=550438&r1=550437&r2=550438
==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml (original)
+++ ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml Mon Jun 25 02:53:07 2007
@@ -21,7 +21,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     <!-- list all assets in a tabular format -->
-    <form name="ListFixedAssets" type="list"  list-name="fixedAssets">
+    <form name="ListFixedAssets" type="list"  list-name="fixedAssets" paginate-target="ListFixedAssets">
 
         <field name="fixedAssetId" widget-style="linktext">
             <hyperlink also-hidden="false" description="${fixedAssetId}" target="EditFixedAsset?fixedAssetId=${fixedAssetId}"/>
@@ -206,24 +206,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    
-    <!-- list all assets in a tabular format -->
-    <form name="ListFixedAssets" type="list"  list-name="fixedAssets">
 
-        <field name="fixedAssetId" widget-style="linktext">
-            <hyperlink also-hidden="false" description="${fixedAssetId}" target="EditFixedAsset?fixedAssetId=${fixedAssetId}"/>
-        </field>
-        <field name="fixedAssetName" title="${uiLabelMap.AccountingFixedAssetName}">
-            <display/>
-        </field>
-        <field name="fixedAssetTypeId"><display-entity entity-name="FixedAssetType"/></field>
-        <field name="parentFixedAssetId">
-            <display-entity entity-name="FixedAsset" key-field-name="fixedAssetId" description="${fixedAssetName}">
-                <sub-hyperlink target="EditFixedAsset?fixedAssetId=${parentFixedAssetId}" description="${parentFixedAssetId}" link-style="buttontext"/>
-            </display-entity>
-        </field>
-    </form>
-    
     <!-- List all fixed asset idents  -->
     <form name="ListFixedAssetIdents" type="list" list-name="fixedAssetIdents" target="updateFixedAssetIdent">
         <actions>