Lines 34-40
Link Here
|
34 |
|
34 |
|
35 |
[% UNLESS ( order_loop ) %]<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"> |
35 |
[% UNLESS ( order_loop ) %]<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"> |
36 |
<fieldset class="rows"> |
36 |
<fieldset class="rows"> |
37 |
<legend>Search Orders</legend> |
37 |
<legend>Search orders</legend> |
38 |
<ol> |
38 |
<ol> |
39 |
<li><label for="title">Title: </label> <input type="text" name="title" id="title" value="[% title %]" /></li> |
39 |
<li><label for="title">Title: </label> <input type="text" name="title" id="title" value="[% title %]" /></li> |
40 |
<li><label for="author">Author: </label> <input type="text" name="author" id="author" value="[% author %]" /></li> |
40 |
<li><label for="author">Author: </label> <input type="text" name="author" id="author" value="[% author %]" /></li> |
Lines 51-57
Link Here
|
51 |
</li> |
51 |
</li> |
52 |
|
52 |
|
53 |
<li> |
53 |
<li> |
54 |
<label for="orderstatus">Order Status: </label> |
54 |
<label for="orderstatus">Order status: </label> |
55 |
<select name="orderstatus" id="orderstatus"> |
55 |
<select name="orderstatus" id="orderstatus"> |
56 |
<option value=""></option> |
56 |
<option value=""></option> |
57 |
<option value="0">New</option> |
57 |
<option value="0">New</option> |
58 |
- |
|
|