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/06/05 23:54:08 UTC

svn commit: r663754 - /ofbiz/trunk/applications/accounting/widget/AccountingTrees.xml

Author: adrianc
Date: Thu Jun  5 14:54:07 2008
New Revision: 663754

URL: http://svn.apache.org/viewvc?rev=663754&view=rev
Log:
Improved Fixed Asset tree.

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

Modified: ofbiz/trunk/applications/accounting/widget/AccountingTrees.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AccountingTrees.xml?rev=663754&r1=663753&r2=663754&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AccountingTrees.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AccountingTrees.xml Thu Jun  5 14:54:07 2008
@@ -40,9 +40,9 @@
             </sub-node>
         </node>
     </tree>
-    <tree name="TreeFixedAsset" root-node-name="node-root" entity-name="FixedAsset"
-        default-render-style="expand-collapse" default-wrap-style="treeWrapper">
-        <node name="node-root"  render-style="simple">
+    <tree name="TreeFixedAsset" root-node-name="node-root" entity-name="FixedAsset" expand-collapse-request="FixedAssetChildren"
+        default-render-style="expand-collapse">
+        <node name="node-root" render-style="simple">
             <sub-node node-name="node-body">
                 <entity-and entity-name="FixedAsset">
                     <field-map field-name="parentFixedAssetId" env-name="fixedAssetId"/>
@@ -50,8 +50,8 @@
                 </entity-and>
             </sub-node>
         </node>
-        <node name="node-body" wrap-style="treewrapper">
-            <link target="FixedAssetChildren?fixedAssetId=${fixedAssetId}&amp;trail=${fixedAssetId}" text="${fixedAssetId} ${fixedAssetName} ${instanceOfProductId} ${fixedAssetTypeId} "/>
+        <node name="node-body">
+            <link target="EditFixedAsset?fixedAssetId=${fixedAssetId}" text="${fixedAssetId} ${fixedAssetName} ${instanceOfProductId} ${fixedAssetTypeId} "/>
             <sub-node node-name="node-body">
                 <entity-and entity-name="FixedAsset">
                     <field-map field-name="parentFixedAssetId" env-name="fixedAssetId"/>