Author: arunpatidar
Date: Sat Jul 8 19:07:45 2017
New Revision: 1801316
URL:
http://svn.apache.org/viewvc?rev=1801316&view=revLog:
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}"/>