From 3feb68a2a0fcdaf718f17a2e9023ec9d7fa3a733 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 1 May 2023 18:31:30 +0000 Subject: [PATCH] Bug 33445: (follow-up) Pass form values through when clicking 'Try another search' We didn't include anything except the authid id in the try again form, this patch extends to cover all the fields Signed-off-by: David Nind --- .../modules/cataloguing/z3950_auth_search.tt | 36 +++++++++++++++++-- 1 file changed, 34 insertions(+), 2 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 7bf4cfa9b9..007e411057 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 @@ -146,7 +146,23 @@
Go to page : -

+

+

+ + + + + + + + + + + + + +
+

[% ELSE %] [% IF ( errconn ) %]
@@ -159,7 +175,23 @@
[% END %]
Nothing found.
-

+

+

+ + + + + + + + + + + + + +
+

[% END %] [% END %] -- 2.30.2