Author: jacopoc
Date: Wed May 27 10:38:05 2009
New Revision: 779098
URL:
http://svn.apache.org/viewvc?rev=779098&view=revLog:
Better labels.
Modified:
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl
ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml
Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl?rev=779098&r1=779097&r2=779098&view=diff==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl Wed May 27 10:38:05 2009
@@ -35,7 +35,7 @@
</div>
<div class="screenlet-body">
<#if product?has_content>
- <a href="<@ofbizUrl>BomSimulation</@ofbizUrl>?productId=${productId}&bomType=${productAssocTypeId}" class="buttontext">${uiLabelMap.ManufacturingBillOfMaterials}</a>
+ <a href="<@ofbizUrl>BomSimulation</@ofbizUrl>?productId=${productId}&bomType=${productAssocTypeId}" class="buttontext">${uiLabelMap.ManufacturingBomSimulation}</a>
</#if>
<br/>
<br/>
Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml?rev=779098&r1=779097&r2=779098&view=diff==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/Menus.xml Wed May 27 10:38:05 2009
@@ -244,7 +244,7 @@
<parameter param-name="workEffortId" from-field="routingTask.workEffortId"/>
</link>
</menu-item>
- <menu-item name="editRoutingTaskCosts" title="${uiLabelMap.ManufacturingListRoutings}">
+ <menu-item name="editRoutingTaskCosts" title="${uiLabelMap.ManufacturingRoutingTaskCosts}">
<link target="EditRoutingTaskCosts">
<parameter param-name="workEffortId" from-field="routingTask.workEffortId"/>
</link>