You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/05/27 12:38:06 UTC

svn commit: r779098 - in /ofbiz/trunk/applications/manufacturing: webapp/manufacturing/bom/EditProductBom.ftl widget/manufacturing/Menus.xml

Author: jacopoc
Date: Wed May 27 10:38:05 2009
New Revision: 779098

URL: http://svn.apache.org/viewvc?rev=779098&view=rev
Log:
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="<@o...@ofbizUrl>?productId=${productId}&bomType=${productAssocTypeId}" class="buttontext">${uiLabelMap.ManufacturingBillOfMaterials}</a>
+        <a href="<@o...@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>