You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/02/16 18:31:24 UTC

svn commit: r910615 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml webapp/catalog/category/EditCategory.ftl

Author: doogie
Date: Tue Feb 16 17:31:23 2010
New Revision: 910615

URL: http://svn.apache.org/viewvc?rev=910615&view=rev
Log:
EditCategory page had some bad labels, this fixes those.

s/ProductNotModificationRecrationCategory/ProductNotModificationRecreationCategory/
s/ProductName/ProductProductCategoryName/
s/ProductProductDescription/ProductProductCategoryDescription/

Modified:
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml
    ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=910615&r1=910614&r2=910615&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Tue Feb 16 17:31:23 2010
@@ -14472,7 +14472,7 @@
         <value xml:lang="th">ไม่สามารถพบสินค้าด้วยรหัส</value>
         <value xml:lang="zh">没有找到产品,标识</value>
     </property>
-    <property key="ProductNotModificationRecrationCategory">
+    <property key="ProductNotModificationRecreationCategory">
         <value xml:lang="de">Kann nicht geändert werden ohne die Kategorie erneut zu erstellen</value>
         <value xml:lang="en">This cannot be changed without re-creating the category</value>
         <value xml:lang="es">No se puede cambiar esto sin volver a crear la categoría</value>
@@ -16103,6 +16103,12 @@
         <value xml:lang="th">หมวดหมู่สินค้า</value>
         <value xml:lang="zh">产品分类</value>
     </property>
+    <property key="ProductProductCategoryName">
+        <value xml:lang="en">Product Category Name</value>
+    </property>
+    <property key="ProductProductCategoryDescription">
+        <value xml:lang="en">Product Category Description</value>
+    </property>
     <property key="ProductProductCategoryId">
         <value xml:lang="de">Produktkategorie ID</value>
         <value xml:lang="en">Product Category ID</value>

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl?rev=910615&r1=910614&r2=910615&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl Tue Feb 16 17:31:23 2010
@@ -85,7 +85,7 @@
                     <td align="right" class="label">${uiLabelMap.ProductProductCategoryId}</td>
                     <td>&nbsp;</td>
                     <td>
-                      <b>${productCategoryId}</b> (${uiLabelMap.ProductNotModificationRecrationCategory}.)
+                      <b>${productCategoryId}</b> (${uiLabelMap.ProductNotModificationRecreationCategory}.)
                     </td>
                 </tr>
 </#if>
@@ -101,12 +101,12 @@
                     </td>
                 </tr>
                 <tr>
-                    <td width="26%" align="right" class="label">${uiLabelMap.ProductName}</td>
+                    <td width="26%" align="right" class="label">${uiLabelMap.ProductProductCategoryName}</td>
                     <td>&nbsp;</td>
                     <td width="74%"><input type="text" value="${(productCategory.categoryName)?if_exists}" name="categoryName" size="60" maxlength="60"/></td>
                 </tr>
                 <tr>
-                    <td width="26%" align="right" class="label">${uiLabelMap.ProductProductDescription}</td>
+                    <td width="26%" align="right" class="label">${uiLabelMap.ProductProductCategoryDescription}</td>
                     <td>&nbsp;</td>
                     <td width="74%"><textarea name="description" cols="60" rows="2"><#if productCategory?has_content>${(productCategory.description)?if_exists}</#if></textarea></td>
                 </tr>