You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ar...@apache.org on 2017/07/08 19:07:45 UTC

svn commit: r1801316 - /ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceForms.xml

Author: arunpatidar
Date: Sat Jul  8 19:07:45 2017
New Revision: 1801316

URL: http://svn.apache.org/viewvc?rev=1801316&view=rev
Log:
Fixed: Alignment issue at Catalog Manager page. (OFBIZ-9461)
Thanks Sanjay Yadav and Humera Khan for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceForms.xml?rev=1801316&r1=1801315&r2=1801316&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceForms.xml Sat Jul  8 19:07:45 2017
@@ -55,8 +55,8 @@
     <form name="EditProductPriceRule" type="list" target="updateProductPriceRule" title="" list-name="productPriceRules" 
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar" separate-columns="true">
         <field name="productPriceRuleId"><hidden/></field><!-- Users don't need this information there, the screen is already sufficiently complex! -->
-        <field name="ruleName" title="${uiLabelMap.CommonName}"><text size="25"/></field>
-        <field name="description" title="${uiLabelMap.CommonDescription}"><text size="60"/></field>
+        <field name="ruleName" title="${uiLabelMap.CommonName}"><text size="15"/></field>
+        <field name="description" title="${uiLabelMap.CommonDescription}"><text size="25"/></field>
         <field name="isSale" title="${uiLabelMap.ProductSaleRule}">
             <drop-down>
                 <option key="Y" description="${uiLabelMap.CommonY}"/>