You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/21 14:52:22 UTC

svn commit: r767130 - in /ofbiz/branches/release09.04: ./ applications/product/webapp/catalog/category/EditCategoryProdCatalogs.ftl

Author: jleroux
Date: Tue Apr 21 12:52:21 2009
New Revision: 767130

URL: http://svn.apache.org/viewvc?rev=767130&view=rev
Log:
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="<@o...@ofbizUrl>" class="buttontext">
-                ${uiLabelMap.CommonDelete}</a>
+                  <form method="post" action="<@o...@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 -->