svn commit: r1060704 - /ofbiz/trunk/applications/accounting/widget/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: r1060704 - /ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml

adrianc
Author: adrianc
Date: Wed Jan 19 08:01:53 2011
New Revision: 1060704

URL: http://svn.apache.org/viewvc?rev=1060704&view=rev
Log:
Demonstrate how to collapse the Search Options screenlet automatically when clicking the Find button.

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

Modified: ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml?rev=1060704&r1=1060703&r2=1060704&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml Wed Jan 19 08:01:53 2011
@@ -64,6 +64,7 @@ under the License.
 
     <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>