Bug 19918: Close span tag in opac-registration-confirmation.tt
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / nl-search-form.tt
1 <form method="POST" action="nl-search.pl" autocomplete="off"> <!-- This form will be used for things like social security numbers, so it makes sense not to remember them. -->
2 <input type="hidden" name="op" value="search" />
3     <fieldset>
4         <legend>[% nl_search_form_title %]</legend>
5         <label for="q">Social security or card number: </label>
6         <input type="text" name="q" value="[% q %]">
7         <input type="submit" value="Search">
8     </fieldset>
9 </form>