From 4971bba1bd09a1d4f66352fab501be7812a10955 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 9 Feb 2018 13:16:40 +0000 Subject: [PATCH] Bug 19946: (Follow-up) Add fixed footer to authorities Z39.50 popup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. This patch also adds some whitespace to the "Author (meeting/conference)" label to enable better word wrapping. To test, apply the patch and go to Authorities -> New from Z39.50/SRU. In the popup window, both the search form and search results pages should look correct. Patch applies, form resizes, displays and functions as expected. Signed-off-by: Dilan Johnpullé --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 5 ----- .../prog/en/modules/cataloguing/z3950_auth_search.tt | 8 ++++++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index 3ab9d7e..1400406 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -930,11 +930,6 @@ fieldset.rows .inputnote { overflow-y: auto; } -#z3950_search_targets_auth { - height: 348px; - overflow-y: auto; -} - .z3950checks { padding-left: 1em; } 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 99ee70a..0a15b33 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 @@ -28,7 +28,7 @@
  • -
  • +
  • @@ -63,7 +63,11 @@ -
    Cancel
    + [% ELSE %]

    Results for authority records

    -- 2.1.4