You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/07/26 06:48:08 UTC

svn commit: r679953 - /ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl

Author: mor
Date: Fri Jul 25 21:48:07 2008
New Revision: 679953

URL: http://svn.apache.org/viewvc?rev=679953&view=rev
Log:
Fixed a bug in the request name - reported by Tim Ruppert

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

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl?rev=679953&r1=679952&r2=679953&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/createProductInCategoryStart.ftl Fri Jul 25 21:48:07 2008
@@ -27,7 +27,7 @@
         <h3><b>&nbsp;</b></h3>
     </div>
     <div class="screenlet-body">    
-        <form name="createProductInCategoryCheckExistingForm" method="post" action="<@o...@ofbizUrl>" style="margin: 0;">
+        <form name="createProductInCategoryCheckExistingForm" method="post" action="<@o...@ofbizUrl>" style="margin: 0;">
             <input type="hidden" name="productCategoryId" value="${productCategoryId}">
             <table cellspacing="0" class="basic-table">
             <#list productFeaturesByTypeMap.keySet() as productFeatureTypeId>