Lines 11-17
Link Here
|
11 |
<p class="tip">Search orders:</p> |
11 |
<p class="tip">Search orders:</p> |
12 |
|
12 |
|
13 |
<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"> |
13 |
<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"> |
14 |
<label for="title">Title: </label><input type="text" id="title" name="title" size="15" value="[% title %]" /> <label for="searchsupplier">Vendor:</label> <input type="text" id="searchsupplier" name="name" size="15" value="[% name|html %]" /> |
14 |
<label for="title">Title: </label> <input type="text" id="title" name="title" size="15" value="[% title %]" /> |
|
|
15 |
<label for="searchsupplier">Vendor:</label> <input type="text" id="searchsupplier" name="name" size="15" value="[% name|html %]" /> |
16 |
<input type="hidden" id="do_search" name="do_search" value="do" /> |
15 |
<span class="filteraction" id="filteraction_off" style="display:none"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').hide();">[-]</a></span> |
17 |
<span class="filteraction" id="filteraction_off" style="display:none"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').hide();">[-]</a></span> |
16 |
<span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters').show();$('.filteraction').toggle();">[+]</a></span> |
18 |
<span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters').show();$('.filteraction').toggle();">[+]</a></span> |
17 |
<input value="Submit" class="submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced search</a> |
19 |
<input value="Submit" class="submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced search</a> |
18 |
- |
|
|