View | Details | Raw Unified | Return to bug 29055
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt (-1 / +1 lines)
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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt (-2 / +1 lines)
Lines 17-23 Link Here
17
    <ol>
17
    <ol>
18
        <li>
18
        <li>
19
            <label for="q">Keyword: </label>
19
            <label for="q">Keyword: </label>
20
            <input type="text" id="q"  name="q" />
20
            <input type="text" id="q" name="q" autofocus="autofocus" />
21
        </li>
21
        </li>
22
        <li>
22
        <li>
23
            <label for="itemtypelimit">Limit item type to: </label>
23
            <label for="itemtypelimit">Limit item type to: </label>
24
- 

Return to bug 29055