Author: jacopoc
Date: Mon Jun 25 01:40:34 2007
New Revision: 550413
URL:
http://svn.apache.org/viewvc?view=rev&rev=550413Log:
Applied patch from Wickersheimer Jeremy OFBIZ-1100 to fix some form definitions.
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml?view=diff&rev=550413&r1=550412&r2=550413==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml Mon Jun 25 01:40:34 2007
@@ -21,7 +21,7 @@
<forms xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.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>