Author: deepak
Date: Thu Oct 27 18:45:56 2016
New Revision: 1766865
URL:
http://svn.apache.org/viewvc?rev=1766865&view=revLog:
Improved: Inconsistent UI for keyword search result screen of ebay component
(OFBIZ-7472)
Thanks Pawan Verma for your contribution.
Modified:
ofbiz/trunk/specialpurpose/ebay/template/find/EbayKeywordSearch.ftl
Modified: ofbiz/trunk/specialpurpose/ebay/template/find/EbayKeywordSearch.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/template/find/EbayKeywordSearch.ftl?rev=1766865&r1=1766864&r2=1766865&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/template/find/EbayKeywordSearch.ftl (original)
+++ ofbiz/trunk/specialpurpose/ebay/template/find/EbayKeywordSearch.ftl Thu Oct 27 18:45:56 2016
@@ -71,7 +71,6 @@ under the License.
</#macro>
<@paginationPanel />
<form method="post" name="products" action="" id="products">
- <fieldset>
<input type="hidden" name="productStoreId" value="${parameters.productStoreId!}" />
<input type="hidden" name="SEARCH_CATEGORY_ID" value="${(requestParameters.SEARCH_CATEGORY_ID)!}" />
<table class="basic-table border-top border-bottom">
@@ -89,7 +88,6 @@ under the License.
</tr>
</#list>
</table>
- </fieldset>
</form>
<@paginationPanel />
</#if>