Bug 19970: Revise change of bug 19413 to work better for translations
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / acqui-search.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Serials &rsaquo; Search for vendor</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5
6 <body id="ser_acqui-search" class="ser">
7
8 <div class="container-fluid">
9
10 <h1>Serial subscription: search for vendor </h1>
11     <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
12         <label for="text">Vendor name: </label>
13         <input id="text" type="text"  size="25" name="supplier" />
14         <input type="submit" class="button" value="OK" />
15     </form>
16
17 [% INCLUDE 'intranet-bottom.inc' popup_window=1 %]