Bugzilla – Attachment 156010 Details for
Bug 34453
Update background of quick spine label pop-up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34453: Update background of quick spine label pop-up
Bug-34453-Update-background-of-quick-spine-label-p.patch (text/plain), 3.21 KB, created by
Katrin Fischer
on 2023-09-21 20:48:46 UTC
(
hide
)
Description:
Bug 34453: Update background of quick spine label pop-up
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-21 20:48:46 UTC
Size:
3.21 KB
patch
obsolete
>From fedabdcb0289a763f1cfe72af9dbca9e66318abe Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <samalau@gmail.com> >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../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 ) %] > <body id="labels_spinelabel-print" class="tools labels"> > <div class="dialog message">The barcode [% Barcode | html %] was not found.</div> >- <div id="print_button" class="noprint"> >- <button class="btn btn-default close-window">Close</button> >- </div> >+ >+ <nav class="navbar navbar-default navbar-fixed-bottom noprint"> >+ <div class="container-fluid"> >+ <fieldset class="action"> >+ <button class="btn btn-default close-window">Close</button> >+ </fieldset> >+ </div> >+ </nav> > [% ELSE %] > <body id="labels_spinelabel-print" class="tools labels"> > <div id="spinelabel" class="[% Branches.GetLoggedInBranchcode | html %]" data-loggedinbranch="[% Branches.GetLoggedInBranchcode | html %]" data-homebranch="[% itemhomebranch | html %]" data-holdingbranch="[% itemholdingbranch | html %]"> > [% content | $raw %] > </div> >- <div id="print_button" class="noprint"> >- <button class="btn btn-default print-label"><i class="fa fa-print"></i> Print this label</button> >- <button class="btn btn-default edit-label"><i class="fa fa-lock"></i> Edit this label</button> >- </div> >+ >+ <nav class="navbar navbar-default navbar-fixed-bottom noprint"> >+ <div class="container-fluid"> >+ <fieldset class="action"> >+ <button class="btn btn-primary print-label"><i class="fa fa-print"></i> Print this label</button> >+ <button class="btn btn-default edit-label"><i class="fa fa-lock"></i> Edit this label</button> >+ </fieldset> >+ </div> >+ </nav> >+ > [% END %] > > [% Asset.js( "lib/jquery/jquery-3.6.0.min.js" ) | $raw %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34453
:
154277
|
154282
|
154306
| 156010