Lines 14-19
Link Here
|
14 |
[% CASE 'isbn' %]<span>ISBN</span> |
14 |
[% CASE 'isbn' %]<span>ISBN</span> |
15 |
[% CASE 'issn' %]<span>ISSN</span> |
15 |
[% CASE 'issn' %]<span>ISSN</span> |
16 |
[% CASE 'homebranch' %]<span>Home library</span> |
16 |
[% CASE 'homebranch' %]<span>Home library</span> |
|
|
17 |
[% CASE 'holdingbranch' %]<span>Current location</span> |
17 |
[% CASE 'All libraries' %]<span>All libraries</span> |
18 |
[% CASE 'All libraries' %]<span>All libraries</span> |
18 |
[% CASE 'location' %]<span>Shelving location</span> |
19 |
[% CASE 'location' %]<span>Shelving location</span> |
19 |
[% CASE 'All locations' %]<span>All locations</span> |
20 |
[% CASE 'All locations' %]<span>All locations</span> |
Lines 382-387
Link Here
|
382 |
empty_option = "All libraries" |
383 |
empty_option = "All libraries" |
383 |
%] |
384 |
%] |
384 |
[% INCLUDE form_field_select |
385 |
[% INCLUDE form_field_select |
|
|
386 |
name="holdingbranch" |
387 |
options = branches |
388 |
empty_option = "All libraries" |
389 |
%] |
390 |
[% INCLUDE form_field_select |
385 |
name="location" |
391 |
name="location" |
386 |
options = locations |
392 |
options = locations |
387 |
empty_option = "All locations" |
393 |
empty_option = "All locations" |
388 |
- |
|
|