This is a minor change, but affects all templates:
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / serials / acqui-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials &rsaquo; Search for Supplier</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <script language="Javascript">
6
7 function GetIt(aqbooksellerid,name)
8 {
9   opener.document.f.aqbooksellerid.value = aqbooksellerid;
10   opener.document.f.aqbooksellername.value = name;
11   window.close();
12 }
13 </script>
14
15 <h1>Search supplier for serial subscription</h1>
16     <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="POST">
17         <label for="text">Supplier name : </label>
18         <input id="text" type="text"  size="25"   name="supplier">
19         <input type="submit" class="button serial" value="OK">
20     </form>