From e617a8036859e64556b361e9c9d08bb88154f893 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 1 May 2023 18:38:30 +0000 Subject: [PATCH] Bug 33445: (follow-up) Allow all search fields to be passed through and returned when trying another search It seems the form didn't populate all fields form data passed in. This patch corrects that Signed-off-by: David Nind --- .../en/modules/cataloguing/z3950_auth_search.tt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt index 007e411057..ef7693e066 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt @@ -1,4 +1,4 @@ -[% USE raw %] +nt[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] @@ -25,10 +25,10 @@
    -
  1. -
  2. -
  3. -
  4. +
  5. +
  6. +
  7. +
  8. @@ -40,7 +40,7 @@
    1. -
    2. +
    3. Clear search form
    4. @@ -130,6 +130,7 @@ + [% FOREACH server IN servers %] @@ -159,6 +160,7 @@ + @@ -188,6 +190,7 @@ + -- 2.30.2