diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc index 449a0783aa..9453e3f40b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc @@ -31,10 +31,10 @@ [% ELSE %] [% END %] - [% IF ( operator_mainstr == 'is' ) %] - + [% IF ( operator_mainstr == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -57,10 +57,10 @@ [% ELSE %] [% END %] - [% IF ( operator_main == 'is' ) %] - + [% IF ( operator_main == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -82,10 +82,10 @@ [% ELSE %] [% END %] - [% IF ( operator_match == 'is' ) %] - + [% IF ( operator_match == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -106,10 +106,10 @@ [% ELSE %] [% END %] - [% IF ( operator_any == 'is' ) %] - + [% IF ( operator_any == 'exact' ) %] + [% ELSE %] - + [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc index 13474f87c1..3ee3f4f8ef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc @@ -31,10 +31,10 @@ [% ELSE %] [% END %] - [% IF ( operator == 'is' ) %] - + [% IF ( operator == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -87,10 +87,10 @@ [% ELSE %] [% END %] - [% IF ( operator == 'is' ) %] - + [% IF ( operator == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -129,7 +129,7 @@ [% END %] [% END %] - + @@ -197,10 +197,10 @@ [% ELSE %] [% END %] - [% IF ( operator == 'is' ) %] - + [% IF ( operator == 'exact' ) %] + [% ELSE %] - + [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt index 8c1bffe7bc..9659e5ddcb 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt @@ -55,7 +55,7 @@