82cbd15f8ed6758e97c6c55c082744e4b1e3592e
[mkws-moved-to-github.git] / src / templates / Search.handlebars
1 {{!
2 Search form
3
4 team - MKWS team
5 queryWidth - configured width for search box
6 }}
7 <form name="mkws-search-form" class="mkws-search-form mkws-team-{{team}}" action="">
8   <input class="mkws-query mkws-query mkwsQuery mkws-team-{{team}}" type="text" size="{{queryWidth}}">
9   <input class="mkws-button mkws-button mkwsButton mkws-team-{{team}}" type="submit" value="{{{mkws-translate "Search"}}}">
10 </form>
11