Author: lektran
Date: Mon Jan 29 00:23:12 2007
New Revision: 500965

URL: http://svn.apache.org/viewvc?view=rev&rev=500965
Log:
Fixed a couple of bad links

Modified:
    ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml
    ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml?view=diff&rev=500965&r1=500964&r2=500965
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml 
(original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/FixedAssetScreens.xml Mon Jan 
29 00:23:12 2007
@@ -40,7 +40,7 @@
                         </container>
                         <label>&lt;br/&gt;</label>
                         <container>
-                            <link target="editFixedAsset" 
text="${uiLabelMap.AccountingNewFixedAsset}" style="buttontext" />
+                            <link target="EditFixedAsset" 
text="${uiLabelMap.AccountingNewFixedAsset}" style="buttontext" />
                         </container>
                         <include-form name="ListFixedAssets" 
location="component://assetmaint/widget/forms/FixedAssetForms.xml" />
                     </decorator-section>
@@ -64,7 +64,7 @@
                 <decorator-screen name="CommonFixedAssetDecorator" 
location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <container>
-                            <link target="editFixedAsset" 
text="${uiLabelMap.AccountingNewFixedAsset}" style="buttontext" />
+                            <link target="EditFixedAsset" 
text="${uiLabelMap.AccountingNewFixedAsset}" style="buttontext" />
                         </container>
                         <label>&lt;br/&gt;</label>
                         <container style="boxoutside">

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml?view=diff&rev=500965&r1=500964&r2=500965
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml 
(original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/FixedAssetForms.xml Mon 
Jan 29 00:23:12 2007
@@ -66,7 +66,7 @@
         <!--field name="fixedAssetTypeId" 
title="${uiLabelMap.AccountingFixedAssetTypeId}"><display-entity 
entity-name="FixedAssetType"/></field>
         <field name="parentFixedAssetId" 
title="${uiLabelMap.AccountingFixedAssetParent}">
             <display-entity entity-name="FixedAsset" 
key-field-name="fixedAssetId" description="${fixedAssetName}">
-                <sub-hyperlink 
target="editFixedAsset?fixedAssetId=${parentFixedAssetId}" 
description="${parentFixedAssetId}" link-style="buttontext"/>
+                <sub-hyperlink 
target="EditFixedAsset?fixedAssetId=${parentFixedAssetId}" 
description="${parentFixedAssetId}" link-style="buttontext"/>
             </display-entity>
         </field-->
     </form>
@@ -150,7 +150,7 @@
         <alt-target use-when="fixedAssetMaint==null" 
target="createFixedAssetMaintUpdateWorkEffort"/>
         <field name="fixedAssetId" use-when="fixedAssetMaint==null" 
title="${uiLabelMap.AccountingFixedAssetId}"><lookup 
target-form-name="LookupFixedAsset"/></field>
         <field name="dummy" use-when="fixedAssetMaint !=null" 
title="${uiLabelMap.AccountingFixedAssetId}" widget-style="buttontext">
-            <hyperlink also-hidden="false" 
description="${fixedAssetMaint.fixedAssetId}" 
target="editFixedAsset?fixedAssetId=${fixedAssetMaint.fixedAssetId}"/>
+            <hyperlink also-hidden="false" 
description="${fixedAssetMaint.fixedAssetId}" 
target="EditFixedAsset?fixedAssetId=${fixedAssetMaint.fixedAssetId}"/>
         </field>
         <field use-when="fixedAssetMaint!=null" 
title="${uiLabelMap.AccountingFixedAssetMaintSeqId}" 
name="fixedAssetId"><hidden/></field>
         <field use-when="fixedAssetMaint==null" 
title="${uiLabelMap.AccountingFixedAssetMaintSeqId}" 
name="maintHistSeqId"><ignored/></field>


Reply via email to