Bug 29244: Add dialog class where missing in print-notices.tt

The print notices template had it's own implimentation of a message
dialog. To make it consistent with other area's, we should add the
dialog class.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Martin Renvoize 2021-10-14 12:45:05 +01:00 committed by Jonathan Druart
parent 813ca7369e
commit b4d9d367ba

View file

@ -19,7 +19,7 @@
</head>
<body id="batch_print-notices" class="batch">
[% FOREACH message IN messages %]
<div class="message">
<div class="dialog message">
<pre>[% message.content | $raw %]</pre>
</div>
[% END %]