From fe45b6fe46417e57c15156be9afd4e5f4f9ef03a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 7 Feb 2018 14:24:04 +0000 Subject: [PATCH] Bug 19932: (follow-up) Add fixed footer to cataloging Z39.50 popup This patch adds additional Bootstrap framework markup to the search form so that the "Save" and "Cancel" controls are in a fixed footer at the bottom of the window. This prevents the controls from disappearing down off screen. To test, apply the patch and go to Cataloging -> New from Z39.50/SRU. In the popup window, both the search form and search results pages should look correct. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer --- .../prog/en/modules/cataloguing/z3950_search.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt index a66a4eb987..33053aecc4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -18,8 +18,8 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% IF ( opsearch ) %]

Z39.50/SRU search

-
-
+
+
    @@ -53,14 +53,14 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :

    [% END %] -
-
+
+
-
-
+
+ -- 2.14.1