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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-2 / +1 lines)
Lines 20-26 Link Here
20
    <input type="hidden" name="op" id="op" value="do_search" />
20
    <input type="hidden" name="op" id="op" value="do_search" />
21
	    <fieldset class="rows"> 
21
	    <fieldset class="rows"> 
22
        <ol>
22
        <ol>
23
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li>
23
        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" class="focus" /></li>
24
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li>
24
        <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li>
25
        <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title |html %]" /></li>
25
        <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title |html %]" /></li>
26
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
26
        <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>
27
- 

Return to bug 18973