From af786dd5a7564e1b3085efd94d9502e6a548aaef Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 14 Oct 2021 12:45:05 +0100 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit d7e94ea0115ee6a5dfb732571b7a57d52ffe943d) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt index e72a3c91fb..ad6aa052ab 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt @@ -18,7 +18,7 @@ [% FOREACH message IN messages %] -
+
[% message.content | $raw %]
[% END %] -- 2.39.5