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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt (-2 / +1 lines)
Lines 9-15 Link Here
9
9
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" />
14
        <input type="submit" class="button" value="OK" />
14
        <input type="submit" class="button" value="OK" />
15
    </form>
15
    </form>
16
- 

Return to bug 20240