Lines 1-3
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% PROCESS 'html_helpers.inc' %] |
2 |
[% PROCESS 'html_helpers.inc' %] |
2 |
<div id="advsearch" style="padding-bottom:3em;"> |
3 |
<div id="advsearch" style="padding-bottom:3em;"> |
3 |
<form action="/cgi-bin/koha/serials/serials-search.pl" method="get"> |
4 |
<form action="/cgi-bin/koha/serials/serials-search.pl" method="get"> |
Lines 50-59
Link Here
|
50 |
<label for="to">Expires before:</label> |
51 |
<label for="to">Expires before:</label> |
51 |
<input type="text" id="to" name="expiration_date_filter" value="[% expiration_date_filter | html %]" size="10" maxlength="10" class="flatpickr" /> |
52 |
<input type="text" id="to" name="expiration_date_filter" value="[% expiration_date_filter | html %]" size="10" maxlength="10" class="flatpickr" /> |
52 |
</li> |
53 |
</li> |
53 |
<li class="local"> |
54 |
[% IF Koha.Preference( 'RoutingSerials' ) %] |
54 |
<label for="routinglist">Search routing lists only:</label> |
55 |
<li class="local"> |
|
|
56 |
<label for="routinglist">Has routing list:</label> |
55 |
<input type="checkbox" id="routinglist" name="routinglist" /> |
57 |
<input type="checkbox" id="routinglist" name="routinglist" /> |
56 |
</li> |
58 |
</li> |
|
|
59 |
[% END %] |
57 |
|
60 |
|
58 |
[% INCLUDE 'additional-fields-entry.inc' available=additional_fields_for_subscription values=additional_field_filters wrap_fieldset=0 %] |
61 |
[% INCLUDE 'additional-fields-entry.inc' available=additional_fields_for_subscription values=additional_field_filters wrap_fieldset=0 %] |
59 |
</ol> |
62 |
</ol> |
60 |
- |
|
|