From c5a9e79466c323610adb8007e8ab0c77bf384132 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 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. --- 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 85a60ca..60f060d 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -926,11 +926,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 e952b5a..8027193 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