Search form is placed in the header. This is nice...
But why do we have separate form inside the grid area?
What is the reason not to reuse header area?
Yes, I know, google show it even when search toolbox in the browser area is used, but it is different story...
Any other reasons?
Posts: 16501
Can you show me what you're seeing? I'm only seeing the form and fields on the page once.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 2135
See attached SS.
I am shooting for test2 result
Posts: 16501
I see what you're saying now. Well you can override that behavior by copying modules/search/views/search.html.php into your theme's views directory and modifying it.
I'll ask the UI guys to see if this was intentional or what the logic is behind it.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 2135
Thanks
I have made some customization to it in my theme, but was wondering if there is a reason
Posts: 16501
Got some feedback:
There's no reason. They don't see a major problem with having both forms on the search results page. Either one could be easily hidden with some scripting or you can override the behavior of the search results page in your theme. I personally like the option to override because then you can better customize the look and feel of all of Gallery at the theme level.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 2135
Ok then.
But with one slight difference to consider which would involve more then just CSS: "header" is not prepopulated with last search criteria on reload, while "in-page" search box does.
Posts: 16501
Ah, that's probably why thumb said specifically, "wouldn't be too hard to hide or remove the quick search form in the header if another search form is detected."
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 2135
well, I want to use just CSS for customization. Ok, I'll do just a template thing