You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2009/10/22 23:05:16 UTC

svn commit: r828853 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml webapp/catalog/product/ProductForms.xml

Author: mrisaliti
Date: Thu Oct 22 21:05:16 2009
New Revision: 828853

URL: http://svn.apache.org/viewvc?rev=828853&view=rev
Log:
i18n of best selling products form

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

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=828853&r1=828852&r2=828853&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Thu Oct 22 21:05:16 2009
@@ -7904,6 +7904,7 @@
     </property>
     <property key="ProductBestSellingProductsOf">
         <value xml:lang="en">Best Selling Products of</value>
+        <value xml:lang="it">Miglior prodotti venduti il</value>
     </property>
     <property key="ProductBillingWeightUom">
         <value xml:lang="de">Verrechnung Gewicht Einheit</value>

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=828853&r1=828852&r2=828853&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Thu Oct 22 21:05:16 2009
@@ -1916,9 +1916,9 @@
         <row-actions>
             <entity-one entity-name="Product" value-field="product"/>
         </row-actions>
-        <field name="productName"><display description="${product.productName}"/></field>
+        <field name="productName" title="${uiLabelMap.ProductName}"><display description="${product.productName}"/></field>
         <field name="amount"><display/></field>
-        <field name="qtyOrdered"><display/></field>
+        <field name="qtyOrdered" title="${uiLabelMap.OrderQtyOrdered}"><display/></field>
     </form>
 
     <form name="ListCommEvents" list-name="communicationEvents" type="list" header-row-style="header-row" default-table-style="basic-table">