Bugzilla – Attachment 182164 Details for
Bug 39696
Low contrast for claim return date in circulation overdue report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39696: (Alternative follow-up) Set text-bg-info on badge
Bug-39696-Alternative-follow-up-Set-text-bg-info-o.patch (text/plain), 1.24 KB, created by
Owen Leonard
on 2025-05-09 11:37:32 UTC
(
hide
)
Description:
Bug 39696: (Alternative follow-up) Set text-bg-info on badge
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-05-09 11:37:32 UTC
Size:
1.24 KB
patch
obsolete
>From 3aea7b3e4a3f34934e93f3117b735a1fc0db978c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Thu, 8 May 2025 14:34:43 +0100 >Subject: [PATCH] Bug 39696: (Alternative follow-up) Set text-bg-info on badge > >We also use a badge without a text-bg-# class on the modal claims >include.. this patch adds the same text-bg-info to that. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >index 73f1f4625d3..31d78115288 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc >@@ -92,7 +92,7 @@ > > let content = ""; > if ( data.claim_id ) { >- content = '<span class="badge">' + formatted_date + '</span>'; >+ content = '<span class="badge text-bg-info">' + formatted_date + '</span>'; > $(id).parent().parent().addClass('ok'); > } else { > content = _("Unable to claim as returned"); >-- >2.39.5
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 39696
:
181261
|
181569
|
182085
|
182086
|
182163
|
182164
|
182178
|
182179