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