From ee834fbe91ef187b9dc361ab82671624433e2424 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 42b402a2bdcb5a920092c2d8e75c97cada0115d0) Signed-off-by: Matt Blenkinsop --- .../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 1fdc18df28..d89d307c35 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 @@ -147,7 +147,23 @@
Go to page : -

+

+

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

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

+

+

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

[% END %] [% END %] -- 2.39.2