svn commit: r767093 - /ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl

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

svn commit: r767093 - /ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl

jleroux@apache.org
Author: jleroux
Date: Tue Apr 21 09:49:34 2009
New Revision: 767093

URL: http://svn.apache.org/viewvc?rev=767093&view=rev
Log:
Complete r767072

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

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl?rev=767093&r1=767092&r2=767093&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl Tue Apr 21 09:49:34 2009
@@ -46,7 +46,7 @@
                 <#if (prodCatalogCategory.getTimestamp("fromDate"))?exists && nowTimestamp.before(prodCatalogCategory.getTimestamp("fromDate"))> <#assign hasntStarted = true></#if>
                 <td <#if hasntStarted> style="color: red;"</#if>>${(prodCatalogCategory.fromDate)?if_exists}</td>
                 <td align="center">
-                    <form method="post" action="<@ofbizUrl>category_updateProductCategoryToProdCatalog</@ofbizUrl>" name="lineForm${line}">
+                    <form method="post" action="<@ofbizUrl>category_updateProductCategoryToProdCatalog</@ofbizUrl>" name="lineForm_update${line}">
                         <#assign hasExpired = false>
                         <#if (prodCatalogCategory.getTimestamp("thruDate"))?exists && nowTimestamp.after(prodCatalogCategory.getTimestamp("thruDate"))> <#assign hasExpired = true></#if>
                         <input type="hidden" name="prodCatalogId" value="${(prodCatalogCategory.prodCatalogId)?if_exists}"/>
@@ -72,7 +72,7 @@
                     </form>
                 </td>
                 <td align="center">
-                  <form method="post" action="<@ofbizUrl>category_removeProductCategoryFromProdCatalog</@ofbizUrl>" name="removeProductCategoryFromProdCatalogForm">
+                  <form method="post" action="<@ofbizUrl>category_removeProductCategoryFromProdCatalog</@ofbizUrl>" name="lineForm_update${line}">
                     <input type="hidden" name="prodCatalogId" value="${(prodCatalogCategory.prodCatalogId)?if_exists}"/>
                     <input type="hidden" name="productCategoryId" value="${(prodCatalogCategory.productCategoryId)?if_exists}"/>
                     <input type="hidden" name="prodCatalogCategoryTypeId" value="${prodCatalogCategory.prodCatalogCategoryTypeId}"/>
@@ -119,4 +119,4 @@
             </table>
         </div>
     </div>
-</#if>
\ No newline at end of file
+</#if>