|
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> </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> </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> </td> <td width="74%"><textarea name="description" cols="60" rows="2"><#if productCategory?has_content>${(productCategory.description)?if_exists}</#if></textarea></td> </tr> |
| Free forum by Nabble | Edit this page |
