Lines 149-155
Link Here
|
149 |
|
149 |
|
150 |
<fieldset class="rows" id="optionalfilters"> |
150 |
<fieldset class="rows" id="optionalfilters"> |
151 |
<legend>Optional filters for inventory list or comparing barcodes</legend> |
151 |
<legend>Optional filters for inventory list or comparing barcodes</legend> |
152 |
<span class="hint">Scanned items are expected to match one of the selected <em>not for loan</em> criteria if any are checked.</span> |
152 |
<span class="hint">Scanned items are expected to match one of the selected "not for loan" criteria if any are checked.</span> |
153 |
<br/> |
153 |
<br/> |
154 |
<div id="statuses" style="display: block;"> |
154 |
<div id="statuses" style="display: block;"> |
155 |
[% FOREACH status IN statuses %] |
155 |
[% FOREACH status IN statuses %] |
Lines 313-321
Link Here
|
313 |
<span>Found in wrong place</span><br/> |
313 |
<span>Found in wrong place</span><br/> |
314 |
[% ELSIF problem.key == 'changestatus' %] |
314 |
[% ELSIF problem.key == 'changestatus' %] |
315 |
[% IF result.notforloan %] |
315 |
[% IF result.notforloan %] |
316 |
<span>Item has unselected <em>Not for loan</em> status <em>[% result.notforloan | html %]</em></span><br/> |
316 |
<span>Item has unselected "Not for loan" status "[% result.notforloan | html %]"/span><br/> |
317 |
[% ELSE %] |
317 |
[% ELSE %] |
318 |
<span>Items has no <em>not for loan</em> status</span><br/> |
318 |
<span>Items has no "not for loan" status</span><br/> |
319 |
[% END %] |
319 |
[% END %] |
320 |
[% ELSIF problem.key == 'not_scanned' %] |
320 |
[% ELSIF problem.key == 'not_scanned' %] |
321 |
<span>Missing (not scanned)</span><br/> |
321 |
<span>Missing (not scanned)</span><br/> |
322 |
- |
|
|