From 2d0919d1cbd7d325fe31c2cc93e9eaf36d75fcca Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 8 May 2024 06:34:39 +0100 Subject: [PATCH] Bug 33260: (QA follow-up) Add missing page-section Add the missing page-section div to the new page and include required messages.inc include as is now standard. --- .../prog/en/modules/tools/notices.tt | 82 +++++++++---------- 1 file changed, 40 insertions(+), 42 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt index caa1b0f184c..e044c25ac48 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt @@ -49,53 +49,51 @@
+ [% INCLUDE 'messages.inc' %]

Notices management

- [% IF notices && notices.count > 0 %] -
Printing a notice will mark it as sent.
- Select all | Clear all - - + [% IF notices && notices.count > 0 %] +
+ Select all | Clear all + +
[% ELSE %] -- 2.47.1