Lines 160-166
Link Here
|
160 |
<li> |
160 |
<li> |
161 |
<label for="loststatusfilter">Lost status: </label> |
161 |
<label for="loststatusfilter">Lost status: </label> |
162 |
<select name="loststatusfilter" id="loststatusfilter"> |
162 |
<select name="loststatusfilter" id="loststatusfilter"> |
163 |
<option value="">All</option> |
163 |
<option value="">All lost statuses</option> |
164 |
[% FOREACH l IN AuthorisedValues.GetDescriptionsByKohaField( kohafield => 'items.itemlost') %] |
164 |
[% FOREACH l IN AuthorisedValues.GetDescriptionsByKohaField( kohafield => 'items.itemlost') %] |
165 |
[% IF l.authorised_value == lostfilter %] |
165 |
[% IF l.authorised_value == lostfilter %] |
166 |
<option value="[% l.authorised_value | html %]" selected="selected">[% l.lib | html %]</option> |
166 |
<option value="[% l.authorised_value | html %]" selected="selected">[% l.lib | html %]</option> |
167 |
- |
|
|