Bugzilla – Attachment 152825 Details for
Bug 23059
reserves_stats.pl: Simplify reserve status handling
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23059: (QA follow-up) Put status strings in a span
Bug-23059-QA-follow-up-Put-status-strings-in-a-spa.patch (text/plain), 1.31 KB, created by
Owen Leonard
on 2023-06-28 15:23:46 UTC
(
hide
)
Description:
Bug 23059: (QA follow-up) Put status strings in a span
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-06-28 15:23:46 UTC
Size:
1.31 KB
patch
obsolete
>From f2eab27494882c30cfd26902b13e3f8b926e652f Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 26 Jun 2023 12:00:57 +0000 >Subject: [PATCH] Bug 23059: (QA follow-up) Put status strings in a span > >No test plan. >Read the patch. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/reports/reserves_stats.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >index 937146f110..2fb4129dec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >@@ -12,10 +12,10 @@ > [% BLOCK reservestatus %] > [% IF field == 'reservestatus' %] > [% SWITCH value %] >- [% CASE 'C'%]Cancelled >- [% CASE 'F'%]Filled >- [% CASE 'P'%]Placed >- [% CASE 'W'%]Waiting >+ [% CASE 'C'%]<span>Cancelled</span> >+ [% CASE 'F'%]<span>Filled</span> >+ [% CASE 'P'%]<span>Placed</span> >+ [% CASE 'W'%]<span>Waiting</span> > [% END %] > [% ELSE %] > [% value | html %] >-- >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 23059
:
151579
|
152679
|
152824
|
152825
|
156548
|
156549