From 53a06fc20ec98ec28a5fb6ec0119a65f560389f1 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 --- .../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