@@ -, +, @@ availability search from advanced search - With only one library configured: There should be a section labeled "Availability" with just the "only available" checkbox. - With multiple libraries: The section should be labeled "Location and availability" and should have the library dropdown and the availability checkbox. --- .../opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt @@ -209,7 +209,20 @@ [%# Following on one line for translatability %] [% IF ( ( OpacAdvSearchOptions and OpacAdvSearchOptions.grep('location').size > 0 and not expanded_options ) or ( OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.grep('location').size > 0 and expanded_options ) ) %] - [% UNLESS ( singleBranchMode ) %] + [% IF ( singleBranchMode ) %] +
+ +
+
+ Availability: +
+ +
+
+
+ +
+ [% ELSE %]
@@ -243,7 +256,7 @@
- [% END # / UNLESS singleBranchMode %] + [% END # / IF singleBranchMode %] [% END %] [%# Following on one line for translatability %] --