Bugzilla – Attachment 182179 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: (follow-up) Set text-bg-info on badge
Bug-39696-follow-up-Set-text-bg-info-on-badge.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2025-05-09 14:15:28 UTC
(
hide
)
Description:
Bug 39696: (follow-up) Set text-bg-info on badge
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-09 14:15:28 UTC
Size:
1.29 KB
patch
obsolete
>From 6e459afd38e38a6b0426dfc4ce54f57f83fd629d 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: (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> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > 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.49.0
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