Author: jleroux
Date: Sat May 5 02:34:25 2007
New Revision: 535485
URL:
http://svn.apache.org/viewvc?view=rev&rev=535485Log:
A patch from Nicolas Malin "Recursive copyCategoryProduct don't work for other langages" (
https://issues.apache.org/jira/browse/OFBIZ-956).
In trunk rev. 535484
Modified:
ofbiz/branches/release4.0/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
Modified: ofbiz/branches/release4.0/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/webapp/catalog/category/EditCategoryProducts.ftl?view=diff&rev=535485&r1=535484&r2=535485==============================================================================
--- ofbiz/branches/release4.0/applications/product/webapp/catalog/category/EditCategoryProducts.ftl (original)
+++ ofbiz/branches/release4.0/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Sat May 5 02:34:25 2007
@@ -147,8 +147,8 @@
<br/>
${uiLabelMap.ProductIncludeSubCategories}?
<select name="recurse" class="selectBox">
- <option>${uiLabelMap.CommonN}</option>
- <option>${uiLabelMap.CommonY}</option>
+ <option value="N">${uiLabelMap.CommonN}</option>
+ <option value="Y">${uiLabelMap.CommonY}</option>
</select>
<input type="submit" value="${uiLabelMap.CommonCopy}">
</div>