svn commit: r595911 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.properties webapp/catalog/catalog/ProdCatalogForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r595911 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.properties webapp/catalog/catalog/ProdCatalogForms.xml

lektran
Author: lektran
Date: Fri Nov 16 21:30:57 2007
New Revision: 595911

URL: http://svn.apache.org/viewvc?rev=595911&view=rev
Log:
Changed a couple of field titles that weren't actually displaying the Product Catalog Category Type Id but rather the type's description.

Modified:
    ofbiz/trunk/applications/product/config/ProductUiLabels.properties
    ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.properties?rev=595911&r1=595910&r2=595911&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.properties (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.properties Fri Nov 16 21:30:57 2007
@@ -377,6 +377,7 @@
 ProductCarrierStatus=Carrier Status
 ProductCatalog=Catalog
 ProductCatalogAdministrationMainPage=Catalog Administration Main Page
+ProductCatalogCategoryType=Product Catalog Category Type
 ProductCatalogDetailList=Catalog Detail List
 ProductCatalogId=Catalog [ID]
 ProductCatalogManagerApplication=Catalog Manager Application

Modified: ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml?rev=595911&r1=595910&r2=595911&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/catalog/ProdCatalogForms.xml Fri Nov 16 21:30:57 2007
@@ -124,7 +124,7 @@
                 <sub-hyperlink link-style="buttontext" target="EditCategory?productCategoryId=${productCategoryId}" description="${productCategoryId}"/>
             </display-entity>
         </field>
-        <field name="prodCatalogCategoryTypeId"><display-entity entity-name="ProdCatalogCategoryType" also-hidden="true" cache="true"/></field>
+        <field name="prodCatalogCategoryTypeId" title="${uiLabelMap.ProductCatalogCategoryType}"><display-entity entity-name="ProdCatalogCategoryType" also-hidden="true" cache="true"/></field>
         <field name="fromDate" title="${uiLabelMap.CommonFromDateTime}"><display/></field>
         <field name="thruDate" title="${uiLabelMap.CommonThruDateTime}" widget-style="inputBox"></field>
         <field name="sequenceNum" title="${uiLabelMap.CommonSequenceNum}" widget-style="inputBox"></field>
@@ -143,7 +143,7 @@
         <auto-fields-service service-name="addProductCategoryToProdCatalog"/>
         <field name="prodCatalogId"><hidden/></field>
         <field name="productCategoryId" title="${uiLabelMap.ProductCategoryId}"><lookup target-form-name="LookupProductCategory"></lookup></field>
-        <field name="prodCatalogCategoryTypeId" widget-style="selectBox">
+        <field name="prodCatalogCategoryTypeId" widget-style="selectBox" title="${uiLabelMap.ProductCatalogCategoryType}">
             <drop-down>
                 <entity-options entity-name="ProdCatalogCategoryType" description="${description}">
                     <entity-order-by field-name="description"/>