|
Lines 1-6
Link Here
|
| 1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
| 2 |
[% USE Branches %] |
2 |
[% USE Branches %] |
| 3 |
[% PROCESS 'html_helpers.inc' %] |
3 |
[% PROCESS 'html_helpers.inc' %] |
|
|
4 |
[% IF context == "main" %] |
| 5 |
<div class="row"> |
| 6 |
<div class="col-sm-6"> |
| 7 |
[% END %] |
| 4 |
<ol> |
8 |
<ol> |
| 5 |
<li><label for="title">Title: </label> <input type="text" name="title" id="title" value="[% filters.title | html %]" /></li> |
9 |
<li><label for="title">Title: </label> <input type="text" name="title" id="title" value="[% filters.title | html %]" /></li> |
| 6 |
<li><label for="author">Author: </label> <input type="text" name="author" id="author" value="[% filters.author | html %]" /></li> |
10 |
<li><label for="author">Author: </label> <input type="text" name="author" id="author" value="[% filters.author | html %]" /></li> |
|
Lines 26-31
Link Here
|
| 26 |
[% PROCESS options_for_libraries libraries => Branches.all(selected => '') %] |
30 |
[% PROCESS options_for_libraries libraries => Branches.all(selected => '') %] |
| 27 |
</select> |
31 |
</select> |
| 28 |
</li> |
32 |
</li> |
|
|
33 |
[% IF context == "main" %] |
| 34 |
</ol> |
| 35 |
</div> |
| 36 |
<div class="col-sm-6"> |
| 37 |
<ol> |
| 38 |
[% END %] |
| 29 |
<li><label for="booksellerinvoicenumber ">Vendor invoice number: </label> <input type="text" name="booksellerinvoicenumber" id="booksellerinvoicenumber" value="[% filters.booksellerinvoicenumber | html %]" /></li> |
39 |
<li><label for="booksellerinvoicenumber ">Vendor invoice number: </label> <input type="text" name="booksellerinvoicenumber" id="booksellerinvoicenumber" value="[% filters.booksellerinvoicenumber | html %]" /></li> |
| 30 |
<li> |
40 |
<li> |
| 31 |
<label for="basketgroupname">Basket group:</label> |
41 |
<label for="basketgroupname">Basket group:</label> |
|
Lines 35-41
Link Here
|
| 35 |
<li> |
45 |
<li> |
| 36 |
<label for="ordernumber">Order line:</label> |
46 |
<label for="ordernumber">Order line:</label> |
| 37 |
<input type="text" name="ordernumber" id="ordernumber" value="[% filters.ordernumber | html %]" /> |
47 |
<input type="text" name="ordernumber" id="ordernumber" value="[% filters.ordernumber | html %]" /> |
| 38 |
<label class="yesno" for="search_children_too"> |
48 |
</li> |
|
|
49 |
<li class="radio"> |
| 50 |
<label for="search_children_too"> |
| 39 |
[% IF filters.search_children_too %] |
51 |
[% IF filters.search_children_too %] |
| 40 |
<input type="checkbox" name="search_children_too" id="search_children_too" value="1" checked="checked" /> |
52 |
<input type="checkbox" name="search_children_too" id="search_children_too" value="1" checked="checked" /> |
| 41 |
[% ELSE %] |
53 |
[% ELSE %] |
|
Lines 84-89
Link Here
|
| 84 |
<option value="cancelled">Cancelled</option> |
96 |
<option value="cancelled">Cancelled</option> |
| 85 |
[% END %] |
97 |
[% END %] |
| 86 |
</select> |
98 |
</select> |
|
|
99 |
</li> |
| 100 |
<li class="radio"> |
| 87 |
<label class="yesno" for="is_standing"> |
101 |
<label class="yesno" for="is_standing"> |
| 88 |
[% IF filters.is_standing %] |
102 |
[% IF filters.is_standing %] |
| 89 |
<input type="checkbox" name="is_standing" id="is_standing" value="1" checked="checked" /> |
103 |
<input type="checkbox" name="is_standing" id="is_standing" value="1" checked="checked" /> |
|
Lines 122-124
Link Here
|
| 122 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
136 |
<div class="hint">[% INCLUDE 'date-format.inc' %]</div> |
| 123 |
</li> |
137 |
</li> |
| 124 |
</ol> |
138 |
</ol> |
|
|
139 |
[% IF context == "main" %] |
| 140 |
</div> |
| 141 |
</div> |
| 142 |
[% END %] |