Lines 10-16
Link Here
|
10 |
<h1>Serial subscription: search for vendor </h1> |
10 |
<h1>Serial subscription: search for vendor </h1> |
11 |
<form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post"> |
11 |
<form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post"> |
12 |
<label for="text">Vendor name: </label> |
12 |
<label for="text">Vendor name: </label> |
13 |
<input id="text" type="text" size="25" name="supplier" /> |
13 |
<input id="text" type="text" size="25" name="supplier" autofocus="autofocus" /> |
14 |
<input type="submit" class="button" value="OK" /> |
14 |
<input type="submit" class="button" value="OK" /> |
15 |
</form> |
15 |
</form> |
16 |
|
16 |
|