Author: apatel
Date: Sat Aug 16 12:02:36 2014
New Revision: 1618344
URL:
http://svn.apache.org/r1618344Log:
[OFBIZ-5479] Minor markup changes fix the issue. Thanks to ofbiz.us team for providing fix.
Modified:
ofbiz/branches/release13.07/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl
Modified: ofbiz/branches/release13.07/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl?rev=1618344&r1=1618343&r2=1618344&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl (original)
+++ ofbiz/branches/release13.07/applications/product/webapp/catalog/lookup/LookupVariantProduct.ftl Sat Aug 16 12:02:36 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="<@ofbizUrl>LookupVariantProduct</@ofbizUrl>" name="selectAllForm">
<table cellspacing="0" class="basic-table">
- <form method="post" action="<@ofbizUrl>LookupVariantProduct</@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="<@ofbizUrl>LookupProduct</@ofbizUrl>" name="">
- <td><input type="submit" value="${uiLabelMap.CommonBack}" class="smallSubmit" /></td>
- </form>
</tr>
</table>
+ </form>
</#if>
<br />
<#if variantProducts?exists>