svn commit: r535484 - /ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r535484 - /ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl

jleroux@apache.org
Author: jleroux
Date: Sat May  5 02:32:15 2007
New Revision: 535484

URL: http://svn.apache.org/viewvc?view=rev&rev=535484
Log:
A patch from Nicolas Malin "Recursive copyCategoryProduct don't work for other langages" (https://issues.apache.org/jira/browse/OFBIZ-956).

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl?view=diff&rev=535484&r1=535483&r2=535484
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Sat May  5 02:32:15 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>