Lines 17-27
Link Here
|
17 |
[% IF ( limit == 100 ) %]<option value ="100" selected="selected">100 titles</option>[% ELSE %]<option value="100">100 titles</option>[% END %] |
17 |
[% IF ( limit == 100 ) %]<option value ="100" selected="selected">100 titles</option>[% ELSE %]<option value="100">100 titles</option>[% END %] |
18 |
</select></li> |
18 |
</select></li> |
19 |
|
19 |
|
|
|
20 |
[% UNLESS Branches.all.size == 1 %] |
20 |
<li><label for="branch">From: </label> |
21 |
<li><label for="branch">From: </label> |
21 |
<select name="branch" id="branch"> |
22 |
<select name="branch" id="branch"> |
22 |
<option value="">All libraries</option> |
23 |
<option value="">All libraries</option> |
23 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %] |
24 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %] |
24 |
</select></li> |
25 |
</select></li> |
|
|
26 |
[% END %] |
25 |
|
27 |
|
26 |
[% AdvancedSearchTypes = Koha.Preference('AdvancedSearchTypes').split('\|') %] |
28 |
[% AdvancedSearchTypes = Koha.Preference('AdvancedSearchTypes').split('\|') %] |
27 |
[% IF AdvancedSearchTypes.grep('^itemtypes$').size %] |
29 |
[% IF AdvancedSearchTypes.grep('^itemtypes$').size %] |
28 |
- |
|
|