[OFBiz] SVN: r5040 -
trunk/applications/product/webapp/catalog/product
jacopo at svn.ofbiz.org
jacopo at svn.ofbiz.org
Fri May 27 04:51:23 EDT 2005
Author: jacopo
Date: 2005-05-27 03:51:17 -0500 (Fri, 27 May 2005)
New Revision: 5040
Modified:
trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl
Log:
Applied patch from Si Chen (Jira issue OFBIZ-25): now the remove product content flag is not selected as default.
Modified: trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl
===================================================================
--- trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl 2005-05-27 08:00:02 UTC (rev 5039)
+++ trunk/applications/product/webapp/catalog/product/EditProductDupForm.ftl 2005-05-27 08:51:17 UTC (rev 5040)
@@ -51,7 +51,7 @@
<b>${uiLabelMap.CommonRemove}:</b>
${uiLabelMap.ProductPrices} <input type="checkbox" class="checkBox" name="removePrices" value="Y"/>
${uiLabelMap.CommonId} <input type="checkbox" class="checkBox" name="removeIDs" value="Y"/>
- ${uiLabelMap.ProductContent} <input type="checkbox" class="checkBox" name="removeContent" value="Y" checked="checked"/>
+ ${uiLabelMap.ProductContent} <input type="checkbox" class="checkBox" name="removeContent" value="Y"/>
${uiLabelMap.ProductCategoryMembers} <input type="checkbox" class="checkBox" name="removeCategoryMembers" value="Y"/>
${uiLabelMap.ProductAssocs} <input type="checkbox" class="checkBox" name="removeAssocs" value="Y"/>
${uiLabelMap.ProductAttributes} <input type="checkbox" class="checkBox" name="removeAttributes" value="Y"/>
More information about the Svn
mailing list