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>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Marcel de Rooy 2023-06-26 12:00:57 +00:00 committed by Tomas Cohen Arazi
parent 69ed355977
commit 9ea181d407
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -20,10 +20,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 %]