Bug 33549: Fix dialog box in patron restrictions

To test:
1. Enable PatronRestrictionTypes
2. Go to Administration > Patron restrictions
3. Click 'New restriction'
4. Enter a code and label
5. Click 'Save'
   --> 'Type added' at the top of the page is not styled
6. Apply patch
7. Try again, dialog is styled correctly

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Lucas Gass 2023-04-18 17:07:03 +00:00 committed by Tomas Cohen Arazi
parent daac367f30
commit 28735b8ff3
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -57,7 +57,7 @@
<main>
[% FOR m IN messages %]
<div class="dialog [% m | html %]">
<div class="dialog message [% m.code | html %]">
[% SWITCH m.code %]
[% CASE 'add_success' %]
Type added