Bugzilla – Attachment 178542 Details for
Bug 39186
'Cancel marked holds' button on patron holds tab styling is inconsistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39186: Update styling of Cancel marked holds button
Bug-39186-Update-styling-of-Cancel-marked-holds-bu.patch (text/plain), 1.49 KB, created by
Phil Ringnalda
on 2025-02-22 00:47:20 UTC
(
hide
)
Description:
Bug 39186: Update styling of Cancel marked holds button
Filename:
MIME Type:
Creator:
Phil Ringnalda
Created:
2025-02-22 00:47:20 UTC
Size:
1.49 KB
patch
obsolete
>From 273cf5dff7e9f74c28d461b8a07de9aa7dc7667a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 21 Feb 2025 21:49:06 +0000 >Subject: [PATCH] Bug 39186: Update styling of Cancel marked holds button > >This patch adds btn and btn-primary classes > >To test: >1 - Place a hold for a patron >2 - View the patron's record in staff interface >3 - CLick the holds tab >4 - Note 'Cancel marked holds' is gray, other buttons are yellow >5 - Apply patch >6 - Reload, button is yellow > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc >index 60947807a7..4418f88548 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc >@@ -165,7 +165,7 @@ > </table> > > <fieldset class="action"> >- <input type="submit" class="cancel" name="submit" value="Cancel marked holds" /> >+ <input type="submit" class="btn btn-primary cancel" name="submit" value="Cancel marked holds" /> > > [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %] > [% IF hold_cancellation.count %] >-- >2.47.1
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 39186
:
178541
|
178542
|
178703