Bugzilla – Attachment 149980 Details for
Bug 33577
Buttons on reserve/request.pl are misaligned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33577: Add btn class to cancel hold button on /reserve/request.pl
Bug-33577-Add-btn-class-to-cancel-hold-button-on-r.patch (text/plain), 1.56 KB, created by
Lucas Gass (lukeg)
on 2023-04-20 16:44:04 UTC
(
hide
)
Description:
Bug 33577: Add btn class to cancel hold button on /reserve/request.pl
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-04-20 16:44:04 UTC
Size:
1.56 KB
patch
obsolete
>From 3e7e8bc7c8291eae9f8eb52b5510f855c2e29686 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 20 Apr 2023 16:42:10 +0000 >Subject: [PATCH] Bug 33577: Add btn class to cancel hold button on > /reserve/request.pl > >To test: >1. Place a hold on a record and look at the /reserve/request.pl page. >2. Notice the two buttons 'Update hold(s)' and 'Cancel selected' buttons are not quite the same size. >3. Apply patch and look again, the buttons should line up. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 6ce054fffc..fb095ed66c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -1086,7 +1086,7 @@ > <input type="submit" class="btn btn-primary" name="submit" value="Update hold(s)" /> > </div> > <div class="btn-group"> >- <button class="cancel_selected_holds" data-bulk="true"></button> >+ <button class="btn cancel_selected_holds" data-bulk="true"></button> > </div> > <fieldset id="cancellation-reason-fieldset" class="action" style="display:none"> > [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] >-- >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 33577
:
149980
|
149998
|
150078