From 42dcb0ce8d170daf396b6da5ddea92407741e4d2 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 6 Nov 2025 13:09:59 +0000 Subject: [PATCH] Bug 40498: Improve style of list transfer form This patch makes some style changes to the list transfer form. Since it needs the same CSS that is used on the circulation page, the CSS block is moved from circulation.tt to staff-global.scss. The patch also changes the behavior of the form so that the "New owner" line doesn't appear until after a patron has been selected. To test, apply the patch and rebuild the staff interface CSS. - If necessary, create a public list. - From the list of public lists, click the "Transfer" button. - Verify that the form looks correct. The patron search field should match the search field shown when you navigate directly to circulation.pl - Search for a patron who has permission to manage public lists. - After you select a patron, a new line should appear: "New owner: [name]" - Click "Transfer" and confirm that the process works correctly. Sponsored-by: Athens County Public Libraries --- .../prog/css/src/staff-global.scss | 8 ++ .../prog/en/modules/circ/circulation.tt | 11 +-- .../prog/en/modules/virtualshelves/shelves.tt | 89 +++++++++---------- 3 files changed, 52 insertions(+), 56 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 44c3229cf13..89f5f89ef75 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1435,6 +1435,14 @@ dd { display: inline-block; } +.patron_autocomplete { + border: 1px solid #C7C7CE; + border-radius: .3rem; + line-height: 1.5; + padding: .375rem .75rem; + transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; +} + #addColumn, #delColumn { background-color: transparent; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 8872479a71e..15dd6610720 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -30,15 +30,6 @@ display: flex; gap: 0.5rem; } - #patron_checkout_search input[type="text"] { - border: 1px solid #c7c7ce; - border-radius: 0.3rem; - line-height: 1.5; - padding: 0.375rem 0.75rem; - transition: - border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; - } [% END %] @@ -1019,7 +1010,7 @@ [% ELSE %]