{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{# style #}
<style>
.search-name-custom {
width: 30%;
display: inline-block;
height: 41px;
margin-right: 15px;
}
</style>
<form method="get" id="header-search-form" action="{{ path('product_list') }}">
<span class="header-search-text">商品検索</span>
<span class="search-select">
{{ form_widget(form.category_id, {'id': null, 'attr': {'class': 'postform', 'name': 'cat', 'id': 'h-cat'}}) }}
</span>
{{ form_widget(form.name, {'id': null, 'attr': {'class': 'search-name search-name-custom', 'placeholder': 'common.search_keyword'}}) }}
<button type="submit" id="header-search-submit" value="Search">検索</button>
<span class="header-search-close">閉じる</span>
</form>