You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2014/08/16 13:43:25 UTC

svn commit: r1618339 - /ofbiz/trunk/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl

Author: apatel
Date: Sat Aug 16 11:43:25 2014
New Revision: 1618339

URL: http://svn.apache.org/r1618339
Log:
[OFBIZ-5479] Minor markup changes fix the issue. Thanks to ofbiz.us team for providing fix.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl?rev=1618339&r1=1618338&r2=1618339&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl Sat Aug 16 11:43:25 2014
@@ -21,8 +21,8 @@ under the License.
 <div class="label">[${product.productId}] ${product.internalName}</div>
 <br />
 <#if searchFeatures?has_content>
+  <form method="post" action="<@o...@ofbizUrl>" name="selectAllForm">
     <table cellspacing="0" class="basic-table">
-        <form method="post" action="<@o...@ofbizUrl>" name="selectAllForm">
         <input type="hidden" name="productId" value="${product.productId}" />
         <#list searchFeatures as searchFeature>
             <tr>
@@ -43,12 +43,9 @@ under the License.
         </#list>
         <tr>
             <td><input type="submit" value="${uiLabelMap.CommonSearch}" class="smallSubmit" /></td>
-        </form>
-        <form method="post" action="<@o...@ofbizUrl>" name="">
-            <td><input type="submit" value="${uiLabelMap.CommonBack}" class="smallSubmit" /></td>
-        </form>
     </tr>
     </table>
+  </form>
 </#if>
 <br />
 <#if variantProducts??>