Lines 358-398
Link Here
|
358 |
</fieldset> |
358 |
</fieldset> |
359 |
</div> |
359 |
</div> |
360 |
<fieldset> |
360 |
<fieldset> |
361 |
[% INCLUDE form_field_select |
361 |
[% INCLUDE form_field_select name="homebranch" options = branches empty_option = "All libraries" %] |
362 |
name="homebranch" |
362 |
[% INCLUDE form_field_select name="holdingbranch" options = branche empty_option = "All libraries" %] |
363 |
options = branches |
|
|
364 |
empty_option = "All libraries" |
365 |
%] |
366 |
[% INCLUDE form_field_select |
367 |
name="holdingbranch" |
368 |
options = branches |
369 |
empty_option = "All libraries" |
370 |
%] |
371 |
[% IF locations.size %] |
363 |
[% IF locations.size %] |
372 |
[% INCLUDE form_field_select |
364 |
[% INCLUDE form_field_select name="location" options = locations empty_option = "All locations" %] |
373 |
name="location" |
|
|
374 |
options = locations |
375 |
empty_option = "All locations" |
376 |
%] |
377 |
[% END %] |
365 |
[% END %] |
378 |
</fieldset> |
366 |
</fieldset> |
379 |
<fieldset> |
367 |
<fieldset> |
380 |
[% INCLUDE form_field_select |
368 |
[% INCLUDE form_field_select name="itype" options = itemtypes empty_option = "All item types" %] |
381 |
name="itype" |
369 |
[% INCLUDE form_field_select name="ccode" options = ccodes empty_option = "All collection codes" %] |
382 |
options = itemtypes |
|
|
383 |
empty_option = "All item types" |
384 |
%] |
385 |
[% INCLUDE form_field_select |
386 |
name="ccode" |
387 |
options = ccodes |
388 |
empty_option = "All collection codes" |
389 |
%] |
390 |
[% IF notforloans.size %] |
370 |
[% IF notforloans.size %] |
391 |
[% INCLUDE form_field_select |
371 |
[% INCLUDE form_field_select name="notforloan" options = notforloans empty_option = "All statuses" %] |
392 |
name="notforloan" |
|
|
393 |
options = notforloans |
394 |
empty_option = "All statuses" |
395 |
%] |
396 |
[% END %] |
372 |
[% END %] |
397 |
</fieldset> |
373 |
</fieldset> |
398 |
<fieldset> |
374 |
<fieldset> |
399 |
- |
|
|