From 1ffb05443cffe3397870f3fa61d44045ba09f32a 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 | 97 ++++++++++--------- 1 file changed, 49 insertions(+), 48 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 fe571800771..b4310472590 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt @@ -50,59 +50,60 @@
-

Notices management

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

Notices management

- + + + [% FOREACH notice IN notices %] + + + [% notice.time_queued | $KohaDates with_hours = 1 %] + [% INCLUDE 'patron-title.inc' patron=notice.patron hide_patron_infos_if_needed=1 %] + + [% notice.subject | html %] + + + [% notice.message_transport_type | html %] + [% notice.status | html %] + [% notice.updated_on | $KohaDates with_hours = 1 %] + Print + + [% END %] + + + + +
[% ELSE %] Use the search form on the left to find sent notices, or go directly to a patron's notices. [% WRAPPER tabs id= "notices_patronsearch" %] -- 2.48.1