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