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:
parent
69ed355977
commit
9ea181d407
1 changed files with 4 additions and 4 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue