Author: jleroux
Date: Sat Apr 11 13:17:57 2009
New Revision: 764199

URL: http://svn.apache.org/viewvc?rev=764199&view=rev
Log:
Oops, this one slipped in with r764195 and it's better to keep something that 
throw an error that something which is hiding it

Modified:
    
ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl

Modified: 
ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl?rev=764199&r1=764198&r2=764199&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl 
(original)
+++ 
ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl 
Sat Apr 11 13:17:57 2009
@@ -47,7 +47,7 @@
                     <input type="hidden" name="productFeatureId_o_${rowCount}" 
value="${(productFeatureAndAppl.productFeatureId)?if_exists}">
                     <input type="hidden" name="fromDate_o_${rowCount}" 
value="${(productFeatureAndAppl.fromDate)?if_exists}">
                     <td><a 
href="<@ofbizUrl>EditFeature?productFeatureId=${(productFeatureAndAppl.productFeatureId)?if_exists}</@ofbizUrl>"
 class="buttontext">
-                        
${(productFeatureAndAppl.productFeatureId)?if_exists}</a></td>
+                       
${(productFeatureAndAppl.productFeatureId)?if_exists}</a></td>
                     
<td>${(productFeatureAndAppl.get("description",locale))?if_exists}</td>
                     
<td>${(curProductFeatureType.get("description",locale))?default((productFeatureAndAppl.productFeatureTypeId)?if_exists)}</td>
                     <td><a 
href="<@ofbizUrl>EditFeatureCategoryFeatures?productFeatureCategoryId=${(productFeatureAndAppl.productFeatureCategoryId)?if_exists}&productId=${(productFeatureAndAppl.productId)?if_exists}</@ofbizUrl>"
 class="buttontext">
@@ -77,12 +77,7 @@
                         <input type="checkbox" name="_rowSubmit_o_${rowCount}" 
value="Y" onclick="javascript:checkToggle(this, 
'selectAllForm');highlightRow(this,'productFeatureId_tableRow_${rowCount}');">
                     </td>
                     <td>
-                      <form name= "RemoveFeatureFromProduct_o_${rowCount}" 
method= "post" action= "<@ofbizUrl>RemoveFeatureFromProduct</@ofbizUrl>">
-                        <input type= "hidden" name= "productId" value= 
"${(productFeatureAndAppl.productId)?if_exists}">
-                        <input type= "hidden" name= "productFeatureId" value= 
"${(productFeatureAndAppl.productFeatureId)?if_exists}">
-                        <input type= "hidden" name= "fromDate" value= 
"${productFeatureAndAppl.getString("fromDate")}">
-                        <a 
href="javascript:document.RemoveFeatureFromProduct_o_${rowCount}.submit()" 
class="buttontext">${uiLabelMap.CommonDelete}</a>
-                      </form>
+                        <a 
href='<@ofbizUrl>RemoveFeatureFromProduct?productId=${(productFeatureAndAppl.productId)?if_exists}&productFeatureId=${(productFeatureAndAppl.productFeatureId)?if_exists}&fromDate=${productFeatureAndAppl.getString("fromDate")}</@ofbizUrl>'
 class="buttontext">${uiLabelMap.CommonDelete}</a>
                     </td>
                 </tr>
                 <#assign rowCount = rowCount + 1>
@@ -197,4 +192,4 @@
         </form>
     </div>
 </div>
-</#if>
+</#if>
\ No newline at end of file


Reply via email to