From 11ea3cb206bef1812fc57da5fb1628825ddfe652 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' Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- .../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