@@ -, +, @@ - apply patch - go to authorities home - check that previous searches are still working - check that the new ($a only) search is working - go to auth finder (from cataloguing) - check that searches are still working - check that we do have the same wording in both pages and that forms are now consistent --- .../prog/en/includes/auth-finder-search.inc | 35 ++++++----- .../prog/en/includes/authorities-search.inc | 67 ++++++++++++++++++++-- 2 files changed, 79 insertions(+), 23 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc @@ -121,7 +121,7 @@ function finderjumpfull(page)
  • - + @@ -147,7 +147,7 @@ function finderjumpfull(page)
  • - + @@ -171,55 +171,54 @@ function finderjumpfull(page)
  • -
  • - - + + - + [% IF ( operator_match == 'contains' ) %] [% ELSE %] [% END %] - [% IF ( operator_any == 'start' ) %] + [% IF ( operator_match == 'start' ) %] [% ELSE %] [% END %] - [% IF ( operator_any == 'is' ) %] + [% IF ( operator_match == 'is' ) %] [% ELSE %] [% END %] - -
    +
  • - - + + - + [% IF ( operator_any == 'contains' ) %] [% ELSE %] [% END %] - [% IF ( operator_match == 'start' ) %] + [% IF ( operator_any == 'start' ) %] [% ELSE %] [% END %] - [% IF ( operator_match == 'is' ) %] + [% IF ( operator_any == 'is' ) %] [% ELSE %] [% END %] - + +
  • --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc @@ -18,8 +18,64 @@ //]]> --