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:33:55 UTC

svn commit: r941199 - /ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl

Author: jleroux
Date: Wed May  5 08:33:55 2010
New Revision: 941199

URL: http://svn.apache.org/viewvc?rev=941199&view=rev
Log:
Fix a bug reported by Sharan on user ML

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl?rev=941199&r1=941198&r2=941199&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl Wed May  5 08:33:55 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>



Re: svn commit: r941199 - /ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl

Posted by Ashish Vijaywargiya <vi...@gmail.com>.
Thanks Jacques - much appreciated!

--
Ashish

On Thu, May 6, 2010 at 12:47 PM, Jacques Le Roux
<ja...@les7arts.com> wrote:
> Right, I will try to remember
>
> Jacques
>
> From: "Ashish Vijaywargiya" <vi...@gmail.com>
>>
>> Just a thought: Its better to specify which bug is being fixed. *Or*
>> You can also copy paste the content of email for the references in the
>> commit log.
>>
>> --
>> Ashish
>>
>> On Wed, May 5, 2010 at 2:03 PM,  <jl...@apache.org> wrote:
>>>
>>> Author: jleroux
>>> Date: Wed May 5 08:33:55 2010
>>> New Revision: 941199
>>>
>>> URL: http://svn.apache.org/viewvc?rev=941199&view=rev
>>> Log:
>>> Fix a bug reported by Sharan on user ML
>>>
>>> Modified:
>>> ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
>>>
>>> Modified:
>>> ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
>>> URL:
>>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl?rev=941199&r1=941198&r2=941199&view=diff
>>>
>>> ==============================================================================
>>> ---
>>> ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
>>> (original)
>>> +++
>>> ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
>>> Wed May 5 08:33:55 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>
>>>
>>>
>>>
>>
>
>
>

Re: svn commit: r941199 - /ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl

Posted by Jacques Le Roux <ja...@les7arts.com>.
Right, I will try to remember

Jacques

From: "Ashish Vijaywargiya" <vi...@gmail.com>
> Just a thought: Its better to specify which bug is being fixed. *Or*
> You can also copy paste the content of email for the references in the
> commit log.
>
> --
> Ashish
>
> On Wed, May 5, 2010 at 2:03 PM,  <jl...@apache.org> wrote:
>> Author: jleroux
>> Date: Wed May 5 08:33:55 2010
>> New Revision: 941199
>>
>> URL: http://svn.apache.org/viewvc?rev=941199&view=rev
>> Log:
>> Fix a bug reported by Sharan on user ML
>>
>> Modified:
>> ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
>>
>> Modified: ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
>> URL: 
>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl?rev=941199&r1=941198&r2=941199&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl (original)
>> +++ ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl Wed May 5 08:33:55 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>
>>
>>
>>
> 



Re: svn commit: r941199 - /ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl

Posted by Ashish Vijaywargiya <vi...@gmail.com>.
Just a thought: Its better to specify which bug is being fixed. *Or*
You can also copy paste the content of email for the references in the
commit log.

--
Ashish

On Wed, May 5, 2010 at 2:03 PM,  <jl...@apache.org> wrote:
> Author: jleroux
> Date: Wed May  5 08:33:55 2010
> New Revision: 941199
>
> URL: http://svn.apache.org/viewvc?rev=941199&view=rev
> Log:
> Fix a bug reported by Sharan on user ML
>
> Modified:
>    ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
>
> Modified: ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl?rev=941199&r1=941198&r2=941199&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl (original)
> +++ ofbiz/trunk/applications/product/webapp/catalog/find/keywordsearchbox.ftl Wed May  5 08:33:55 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>
>
>
>