From bbec4a25133374651a7c2f1281c9afe6a7e9841c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 24 Jul 2023 10:36:18 +0000 Subject: [PATCH] Bug 34343: Update style of fixed footer navbar in Z39.50 searches We use a Bootstrap fixed navbar in the footer of two pages: the popup Z39.50 searches in cataloging and authorities. The style of these footers needs to be udpated for the new staff interface design. This patch also changes the style of the "cancel" controls in these footers from links to buttons. The popup window in cataloging has been adjusted to be the same size as the one in authorities. To test, apply the batch and rebuild the staff interface CSS. - Go to Cataloging -> New from Z39.50/SRU. - In the popup window, the form should fit comfortably in the window. - The footer should be white with a grey border at the top, with Bootstrap-styled buttons aligned to the right. - Perform the same test in Authorities -> New from Z39.50/SRU - Install and enable an additional translation so that you can confirm that the language-selection footer still has the correct style. Signed-off-by: Caroline Cyr La Rose Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3ac122f47d18fe527c6c789a664d4c2b401f5e4c) Signed-off-by: Fridolin Somers (cherry picked from commit 79e8d787a82ca0db01b3a5c9f551b86498f909c9) Signed-off-by: Pedro Amorim --- .../intranet-tmpl/prog/css/src/staff-global.scss | 12 ++++++++++-- .../prog/en/includes/authorities_js.inc | 2 +- .../prog/en/modules/cataloguing/addbiblio.tt | 2 +- .../prog/en/modules/cataloguing/z3950_auth_search.tt | 2 +- .../prog/en/modules/cataloguing/z3950_search.tt | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index a369588e1f..443a594271 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -3028,8 +3028,6 @@ button, } #changelanguage { - background: #FFF none; - border-top: 1px solid rgb(173, 173, 173); min-height: $language-footer-min-height; .dropdown-menu { @@ -3062,6 +3060,16 @@ button, } .navbar-fixed-bottom { + background: #FFF none; + border-radius: 0; + border-top: 1px solid #ADADAD; + box-shadow: none; + + fieldset { + margin: 0; + text-align: right; + } + .navbar-inner { min-height: 0; padding: .4em 0; diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc index 152feed293..b363ba106c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc @@ -68,7 +68,7 @@ $(document).ready(function () { $("#z3950_new").click(function(e){ e.preventDefault(); - window.open("/cgi-bin/koha/cataloguing/z3950_auth_search.pl","z3950search",'width=800,height=500,location=yes,toolbar=no,scrollbars=yes,resize=yes'); + window.open("/cgi-bin/koha/cataloguing/z3950_auth_search.pl","z3950search",'width=800,height=550,location=yes,toolbar=no,scrollbars=yes,resize=yes'); }); $("#z3950_replace").click(function(e){ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt index af49083b3b..ebdc0fdfaa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -465,7 +465,7 @@ function PopupMARCFieldDoc(field) { function PopupZ3950() { var strQuery = GetZ3950Terms(); if(strQuery){ - window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=[% biblionumber | html %]"+strQuery,"z3950search",'width=740,height=450,location=yes,toolbar=no,scrollbars=yes,resize=yes'); + window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=[% biblionumber | html %]"+strQuery,"z3950search",'width=800,height=550,location=yes,toolbar=no,scrollbars=yes,resize=yes'); } } 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 b724083598..d8b687c54e 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 @@ -69,7 +69,7 @@ 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 7a44d5644c..0267fcbeb2 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 @@ -110,7 +110,7 @@ -- 2.20.1