From a5d90f6a266386c0660e0bc1596b7c0bf5c314e4 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. Signed-off-by: Sam Lau Signed-off-by: Caroline Cyr La Rose --- .../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 43875f1922c..d07eae00a8a 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.34.1