Bugzilla – Attachment 176945 Details for
Bug 38783
Row highlighting in the circulation history table for a patron doesn't look great
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38783: (follow-up) Remove obsolete .badge-pill class
Bug-38783-follow-up-Remove-obsolete-badge-pill-cla.patch (text/plain), 1.39 KB, created by
Jonathan Druart
on 2025-01-23 10:51:42 UTC
(
hide
)
Description:
Bug 38783: (follow-up) Remove obsolete .badge-pill class
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-23 10:51:42 UTC
Size:
1.39 KB
patch
obsolete
>From 1caf3e8a63e0d1bab4bd3cb755e8e1c0eb51fa1c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 16 Jan 2025 11:57:57 +0000 >Subject: [PATCH] Bug 38783: (follow-up) Remove obsolete .badge-pill class > >.badge-pill is from a previous version of Bootstrap. .rounded-pill is >the current version, but I think it looks better without. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index f834bb7e4d1..8558bd2ad15 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -132,7 +132,7 @@ > [% checkout.returndate | $KohaDates with_hours => 1 %] > [% ELSE %] > <td data-order="checked out"> >- <span class="checked-out-badge badge badge-pill bg-warning text-dark">Checked out</span> >+ <span class="checked-out-badge badge bg-warning text-dark">Checked out</span> > [% END %] > </td> > </tr> >-- >2.34.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 38783
:
176540
|
176541
|
176542
|
176647
|
176648
|
176944
| 176945