Author: jleroux
Date: Tue Apr 21 12:52:21 2009
New Revision: 767130
URL:
http://svn.apache.org/viewvc?rev=767130&view=revLog:
Applied fix from trunk for revision: 767072
Modified:
ofbiz/branches/release09.04/ (props changed)
ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl
Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Apr 21 12:52:21 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060
+/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072
Modified: ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl?rev=767130&r1=767129&r2=767130&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl (original)
+++ ofbiz/branches/release09.04/applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl Tue Apr 21 12:52:21 2009
@@ -72,8 +72,13 @@
</form>
</td>
<td align="center">
- <a href="<@ofbizUrl>category_removeProductCategoryFromProdCatalog?prodCatalogId=${(prodCatalogCategory.prodCatalogId)?if_exists}&productCategoryId=${(prodCatalogCategory.productCategoryId)?if_exists}&prodCatalogCategoryTypeId=${(prodCatalogCategory.prodCatalogCategoryTypeId)?if_exists}&fromDate=${prodCatalogCategory.getString("fromDate")}</@ofbizUrl>" class="buttontext">
- ${uiLabelMap.CommonDelete}</a>
+ <form method="post" action="<@ofbizUrl>category_removeProductCategoryFromProdCatalog</@ofbizUrl>" name="removeProductCategoryFromProdCatalogForm">
+ <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}"/>
+ <input type="hidden" name="fromDate" value="${(prodCatalogCategory.fromDate)?if_exists}"/>
+ <input type="submit" value="${uiLabelMap.CommonDelete}"/>
+ </form>
</td>
</tr>
<#-- toggle the row color -->