Skip to content

Commit

Permalink
No functional change, moves the FindFixedAssetOptions form back to it…
Browse files Browse the repository at this point in the history
…s original position

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1742199 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
JacquesLeRoux committed May 3, 2016
1 parent 0a5ad24 commit ed3a7f0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions applications/accounting/widget/FixedAssetForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ under the License.
<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="FindFixedAssetOptions" extends="lookupFixedAsset" extends-resource="component://accounting/widget/FieldLookupForms.xml"
target="ListFixedAssets">
<field name="searchOptions_collapsed"><hidden value="true"/></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>

<grid name="ListFixedAssets" list-name="listIt" paginate-target="ListFixedAssets"
odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
<actions>
Expand Down Expand Up @@ -62,11 +68,6 @@ under the License.
<on-event-update-area event-type="paginate" area-id="search-results" area-target="FixedAssetSearchResults"/>
</grid>

<form name="FindFixedAssetOptions" extends="lookupFixedAsset" extends-resource="component://accounting/widget/FieldLookupForms.xml"
target="ListFixedAssets">
<field name="searchOptions_collapsed"><hidden value="true"/></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>

<!-- create and update a fixed asset -->
<form name="EditFixedAsset" type="single" target="updateFixedAsset" title="" default-map-name="fixedAsset"
Expand Down

0 comments on commit ed3a7f0

Please sign in to comment.