Bugzilla – Attachment 138382 Details for
Bug 30964
Add information about overdues and restrictions on the curbside pickup list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30964: (QA follow-up) Add classes to allow for additional styling
Bug-30964-QA-follow-up-Add-classes-to-allow-for-ad.patch (text/plain), 1.16 KB, created by
Katrin Fischer
on 2022-07-30 13:42:23 UTC
(
hide
)
Description:
Bug 30964: (QA follow-up) Add classes to allow for additional styling
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-07-30 13:42:23 UTC
Size:
1.16 KB
patch
obsolete
>From 0c183a578844467f9434fa44a895cf4e2f5e6382 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 30 Jul 2022 13:39:41 +0000 >Subject: [PATCH] Bug 30964: (QA follow-up) Add classes to allow for additional > styling > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >index 97a208d1a2..93451af3f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >@@ -68,11 +68,11 @@ > [% END %] > [% IF cp.patron.debarred %] > <br/> >- <span>Patron's account is restricted</span> >+ <span class="patron_restricted">Patron's account is restricted</span> > [% END %] > [% IF cp.patron.has_overdues %] > <br /> >- <span>Patron has items overdue</span> >+ <span class="patron_overdues">Patron has items overdue</span> > [% END %] > [% END %] > >-- >2.30.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 30964
:
136582
|
137096
|
137308
|
138381
| 138382