Bugzilla – Attachment 172136 Details for
Bug 38013
Some checkin messages on checkins page lack specific CSS classes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38013: Add classes to messages in returns.tt
Bug-38013-Add-classes-to-messages-in-returnstt.patch (text/plain), 2.23 KB, created by
Brendan Lawlor
on 2024-09-27 15:55:14 UTC
(
hide
)
Description:
Bug 38013: Add classes to messages in returns.tt
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2024-09-27 15:55:14 UTC
Size:
2.23 KB
patch
obsolete
>From b9382dd3ac860d533a0686e14adfdae4f2e19f69 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrewfh@dubcolib.org> >Date: Fri, 27 Sep 2024 14:08:14 +0000 >Subject: [PATCH] Bug 38013: Add classes to messages in returns.tt > >To test: >1 - enable FineNotifyAtCheckin >2 - enable AllowCheckoutNotes >3 - check out an item to a patron with fines on their account >4 - check out an item and place a checkout note on it >5 - check each item in, confirm each produces a message with the classes alert, alert-info, and alert-warning >6 - apply patch, restart_all >7 - repeat steps 3 and 4 >8 - check items in, confirm messages now include issue-note and patron-fines classes > >Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 6c132ef2b8..1504c9867f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -174,7 +174,7 @@ > > <!-- Patron has added an issue note --> > [% IF ( issue.note) %] >- <div class="alert alert-info"> >+ <div class="alert alert-info issue-note"> > <h1>Patron note</h1> > <p>[% issue.notedate | $KohaDates %]</p> > <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itembiblionumber | uri %]"> [% title | html %]</a> [% author | html %]</p> >@@ -184,7 +184,7 @@ > > <!-- Patron has fines --> > [% IF ( fines ) %] >- <div class="alert alert-warning"> >+ <div class="alert alert-warning patron-fines"> > <h3>Patron has outstanding fines of [% fines | html %].</h3> > <p><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% fineborrowernumber | uri %]">Make payment</a>.</p> > </div> >-- >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 38013
:
172116
|
172136
|
173526