Author: jleroux
Date: Sat Aug 30 23:22:08 2008
New Revision: 690644

URL: http://svn.apache.org/viewvc?rev=690644&view=rev
Log:
Typo, pointed out by Bruno Busco on dev ML

Modified:
    
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl?rev=690644&r1=690643&r2=690644&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl 
(original)
+++ 
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl 
Sat Aug 30 23:22:08 2008
@@ -27,7 +27,7 @@
 <br/>
 <div>${uiLabelMap.CommonSortedBy}: ${searchSortOrderString}</div>
 <br/>
-<div><a 
href="<@ofbizUrl>advancedsearch?SEARCH_CATEGORY_ID=${(reqeustParameters.SEARCH_CATEGORY_ID)?if_exists}</@ofbizUrl>"
 class="buttontext">${uiLabelMap.ProductRefineSearch}</a></div>
+<div><a 
href="<@ofbizUrl>advancedsearch?SEARCH_CATEGORY_ID=${(requestParameters.SEARCH_CATEGORY_ID)?if_exists}</@ofbizUrl>"
 class="buttontext">${uiLabelMap.ProductRefineSearch}</a></div>
 
 <#if !productIds?has_content>
   <h2>&nbsp;${uiLabelMap.ProductNoResultsFound}.</h2>


Reply via email to