From 2f5834a39bc46e2aa06d0ea259a07debd19ae94e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 4 Aug 2023 13:26:22 +0000 Subject: [PATCH] Bug 34453: Update background of quick spine label pop-up This patch updates the quick spine label popup so that the footer uses the same markup as the recently updated Z39.50 popup window in cataloging. To test, apply the patch and rebuild the staff interface CSS. Go to Cataloging -> Quick spine label creator. - Test the form with both an existing barcode and a non-existent barcode. - In the pop-up window, confirm that the footer looks correct and that the buttons in the footer, in both cases, work correctly. --- .../en/modules/labels/spinelabel-print.tt | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt index 43875f1922..d07eae00a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt @@ -17,18 +17,29 @@ [% IF ( BarcodeNotFound ) %]
The barcode [% Barcode | html %] was not found.
- + + [% ELSE %]
[% content | $raw %]
- + + + [% END %] [% Asset.js( "lib/jquery/jquery-3.6.0.min.js" ) | $raw %] -- 2.30.2