From cd7edc7fa79359aa67d7887b40b0d805477c0e6c 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 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 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..3587039d0f 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 @@ -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