From bc6814553e7677044e4fab5b2f91c1174f52d4d9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 13 Dec 2024 19:07:18 +0000 Subject: [PATCH] Bug 29996: (follow-up) Show count of late issues instead of list This patch makes two changes: 1. Change the label to "The following serials have late issues:" 2. Show the count of late issues rather than a list of the issue numbers. This makes it consistent with the other types of messages shown in this area of the page. Signed-off-by: David Nind --- .../prog/en/modules/intranet-main.tt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index fbbc2ccfd3..fe3205d00f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -278,17 +278,14 @@ [% IF late_subscriptions %]
- The following serials are late: + The following serials have late issues:
[% END %] -- 2.39.5