Author: ashish
Date: Sat Jun 4 11:52:16 2016
New Revision: 1746810
URL: http://svn.apache.org/viewvc?rev=1746810&view=rev
Log:
Applied patch from jira issue - OFBIZ-7177 - Some UI Labels are missing on
EditProductCost page.
Thanks Pritam for creating the issue and Thanks Akshay for providing the patch
for the same!
Modified:
ofbiz/trunk/applications/product/config/ProductUiLabels.xml
ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=1746810&r1=1746809&r2=1746810&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Sat Jun 4
11:52:16 2016
@@ -12578,6 +12578,9 @@
<value xml:lang="zh">æ·»å 产åå
容 (éæ©å
容æ è¯ï¼ è¾å
¥å¼å§æ¥æ):</value>
<value xml:lang="zh-TW">å¢å ç¢åå
§å®¹ (鏿å
§å®¹èå¥, 輸å
¥éå§æ¥æ):</value>
</property>
+ <property key="ProductAddProductCostComponentCalc">
+ <value xml:lang="en">Add Product Cost Component Calc</value>
+ </property>
<property key="ProductAddProductFeatureFromCategory">
<value xml:lang="de">Produktmerkmal von Kategorie oder Gruppe
hinzufügen</value>
<value xml:lang="en">Add Product Feature From Category or Group</value>
@@ -15351,6 +15354,9 @@
<value xml:lang="en">Cost Component Calc Id</value>
<value xml:lang="zh">ææ¬ç»æè®¡ç®æ è¯</value>
</property>
+ <property key="ProductCostComponentCalcs">
+ <value xml:lang="en">Cost Component Calcs</value>
+ </property>
<property key="ProductCostGlAccountTypeId">
<value xml:lang="de">Kosten Hauptbuch Konto Typ Id</value>
<value xml:lang="en">Cost Gl Account Type Id</value>
@@ -18132,6 +18138,9 @@
<value xml:lang="zh">æä»ç»åéå®ææ£æ¥æè¿æ»¤</value>
<value xml:lang="zh-TW">æä»ç´¹åé·å®ææ£æ¥æé濾</value>
</property>
+ <property key="ProductFilterProductCosts">
+ <value xml:lang="en">Filter Product Costs</value>
+ </property>
<property key="ProductFindFacilities">
<value xml:lang="de">Einrichtungen suchen</value>
<value xml:lang="en">Find Facilities</value>
Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=1746810&r1=1746809&r2=1746810&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
(original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Sat Jun
4 11:52:16 2016
@@ -463,7 +463,7 @@ under the License.
<widgets>
<decorator-screen name="CommonProductDecorator"
location="${parameters.productDecoratorLocation}">
<decorator-section name="body">
- <screenlet title="${uiLabelMap.FilterProductCosts}">
+ <screenlet
title="${uiLabelMap.ProductFilterProductCosts}">
<include-form name="FilterCostComponents"
location="component://product/widget/catalog/ProductForms.xml"/>
</screenlet>
<section>
@@ -493,7 +493,7 @@ under the License.
<screenlet
title="${uiLabelMap.ProductCostComponentCalcs}">
<include-form name="ListProductCostComponentCalcs"
location="component://product/widget/catalog/ProductForms.xml"/>
</screenlet>
- <screenlet
title="${uiLabelMap.AddProductCostComponentCalc}">
+ <screenlet
title="${uiLabelMap.ProductAddProductCostComponentCalc}">
<include-form name="AddProductCostComponentCalc"
location="component://product/widget/catalog/ProductForms.xml"/>
</screenlet>
<screenlet
title="${uiLabelMap.ProductAutoCreateCosts}">