From a1cee25066d9f5e1a2a20f28e9adad58a7852592 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. --- 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 a74b016188..ae0c0aabcc 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 @@ -19,7 +19,7 @@ [% FOREACH message IN messages %] -
+
[% message.content | $raw %]
[% END %] -- 2.20.1