Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
[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