You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/07/04 01:03:23 UTC

svn commit: r673861 - /ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml

Author: adrianc
Date: Thu Jul  3 16:03:22 2008
New Revision: 673861

URL: http://svn.apache.org/viewvc?rev=673861&view=rev
Log:
Asset Maint UI fixup.

Modified:
    ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml?rev=673861&r1=673860&r2=673861&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml Thu Jul  3 16:03:22 2008
@@ -28,7 +28,7 @@
                 <set field="tabButtonItem" value="ListFixedAssetMaints"/>                
             </actions>
             <widgets>
-                <decorator-screen name="CommonFixedAssetDecorator" location="component://accounting/widget/FixedAssetScreens.xml">
+                <decorator-screen name="CommonFixedAssetDecorator" location="${parameters.fixedAssetDecoratorLocation}">
                     <decorator-section name="pre-body">
                         <section>
                             <condition><not><if-empty field-name="maintHistSeqId"/></not></condition>
@@ -139,6 +139,7 @@
                 <set field="titleProperty" value="PageTitleEditWorkEffort"/>
                 <set field="tabButtonItemFixedAssetMaint" value="EditWorkEfforts"/>
                 <script location="component://assetmaint/webapp/assetmaint/WEB-INF/actions/workeffort/EditWorkEfforts.bsh"/>
+                <set field="fixedAssetId" from-field="parameters.fixedAssetId"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonFixedAssetMaintDecorator">