From 1f0442e710fe541056d67aa4507580f36748bb03 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 24 Oct 2022 14:37:44 +0100 Subject: [PATCH] Bug 31911: (follow-up) Rename second level heading This patch, as suggested, renames the second level heading to 'Items in collection' and move the 'Total items: {count}' into a paragraph. Signed-off-by: David Nind --- .../prog/en/modules/rotating_collections/addItems.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt index 7d44604d1f..3cfbb3403d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt @@ -115,7 +115,8 @@
[% IF ( collectionItemsLoop ) %] -

Total items: [% collectionItemsLoop.size | html%]

+

Items in collection

+

Total items: [% collectionItemsLoop.size | html%]

-- 2.30.2
Title