Bugzilla – Attachment 167167 Details for
Bug 31981
Add classes to each NEEDSCONFIRM message for easier styling in circ/circulation.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31981: (follow-up) Fix typo in class name
Bug-31981-follow-up-Fix-typo-in-class-name.patch (text/plain), 1.30 KB, created by
Katrin Fischer
on 2024-05-24 13:55:04 UTC
(
hide
)
Description:
Bug 31981: (follow-up) Fix typo in class name
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2024-05-24 13:55:04 UTC
Size:
1.30 KB
patch
obsolete
>From 2351c8308ecdab04eb398dfd62aad28ff0d41a12 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 24 May 2024 13:53:36 +0000 >Subject: [PATCH] Bug 31981: (follow-up) Fix typo in class name > >.debt_gaurantors > .debt_guarantors >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index b7b45949058..3c9c6cfcb98 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -138,7 +138,7 @@ > [% END %] > > [% IF ( DEBT_GUARANTORS ) %] >- <li class="needsconfirm debt_gaurantors">The patron's guarantors and their other guarantees collectively have a debt of [% DEBT_GUARANTORS | $Price %].</li> >+ <li class="needsconfirm debt_guarantors">The patron's guarantors and their other guarantees collectively have a debt of [% DEBT_GUARANTORS | $Price %].</li> > [% END %] > > [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %] >-- >2.39.2
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 31981
:
142657
|
142658
|
163647
|
163653
|
166307
| 167167