Author: jonesde
Date: Sun Jun 10 19:40:57 2007
New Revision: 545993
URL:
http://svn.apache.org/viewvc?view=rev&rev=545993Log:
Changed export form to link to make it possible to right click and do a save link as thingy
Modified:
ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl?view=diff&rev=545993&r1=545992&r2=545993==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearch.ftl Sun Jun 10 19:40:57 2007
@@ -196,10 +196,6 @@
<hr class="sepbar"/>
<div class="tabletext">
-<form method="post" action="<@ofbizUrl>searchExportProductList</@ofbizUrl>" name="searchRemoveFeature">
- <b>${uiLabelMap.ProductSearchExportProductList}:</b>
- <input type="hidden" name="clearSearch" value="N">
- <input type="submit" value="${uiLabelMap.ProductSearchExport}" class="smallSubmit"><br/>
-</form>
+ <b>${uiLabelMap.ProductSearchExportProductList}:</b> <a href="<@ofbizUrl>searchExportProductList?clearSearch=N</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductSearchExport}</a>
</div>
</#if>