You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/05/05 10:39:32 UTC

svn commit: r941200 - in /ofbiz/branches/release10.04: ./ applications/product/webapp/catalog/find/keywordsearchbox.ftl

Author: jleroux
Date: Wed May  5 08:39:31 2010
New Revision: 941200

URL: http://svn.apache.org/viewvc?rev=941200&view=rev
Log:
"Applied fix from trunk for revision: 941199" 
------------------------------------------------------------------------
r941199 | jleroux | 2010-05-05 10:33:55 +0200 (mer. 05 mai 2010) | 1 ligne

Fix a bug reported by Sharan on user ML
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release10.04/   (props changed)
    ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl

Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed May  5 08:39:31 2010
@@ -1,3 +1,3 @@
 /ofbiz/branches/addbirt:831210-885099,885686-886087
 /ofbiz/branches/multitenant20100310:921280-927264
-/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007
+/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941199

Modified: ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl?rev=941200&r1=941199&r2=941200&view=diff
==============================================================================
--- ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl (original)
+++ ofbiz/branches/release10.04/applications/product/webapp/catalog/find/keywordsearchbox.ftl Wed May  5 08:39:31 2010
@@ -41,7 +41,7 @@ under the License.
     </div>
     <div>
       <label for="keywordSearchCategoryId">${uiLabelMap.ProductCategoryId}:</label>
-      <@htmlTemplate.lookupField value="${requestParameters.SEARCH_CATEGORY_ID?if_exists}" formName="keywordsearchform" name="SEARCH_CATEGORY_ID" id="keywordSearchCategoryId" fieldFormName="LookupProductCategory"/>
+      <@htmlTemplate.lookupField value="${requestParameters.SEARCH_CATEGORY_ID?if_exists}" formName="keywordsearchform" name="SEARCH_CATEGORY_ID" id="keywordSearchCategoryId" fieldFormName="LookupProduct"/>
     </div>
     <div>
       <label for="keywordSearchCointains">${uiLabelMap.CommonNoContains}</label>