From 013cba1d557d37fb63344175867fd3867edefc39 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9446baecf938f7ecc267cc4c216f1c411810a7bf) Signed-off-by: Matt Blenkinsop --- .../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 d89d307c35..b724083598 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. @@ -131,6 +131,7 @@ + [% FOREACH server IN servers %] @@ -160,6 +161,7 @@ + @@ -189,6 +191,7 @@ + -- 2.39.2