From a4fa7ff624559a8154dd4056f5c384876f31d483 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 4 Jun 2024 17:17:33 +0000 Subject: [PATCH] Bug 37030: Use template wrapper for breadcrumbs: Cash register stats Content-Type: text/plain; charset=utf-8 This patch updates the cash register statistics template so that they use the new WRAPPER for displaying breadcrumbs. To test, apply the patch and test page and its variations. Breadcrumbs should look correct, and each link should be correct. - Reports -> - Cash register statistics - Results Sponsored-By: Athens County Public Libraries Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- .../en/modules/reports/cash_register_stats.tt | 39 +++++++------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt index b1faf8f09a..0d6e646a3f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt @@ -26,35 +26,26 @@ [% INCLUDE 'cat-search.inc' %] [% END %] + [% WRAPPER 'sub-header.inc' %] - -[% END %] + [% WRAPPER breadcrumb_item bc_active= 1 %] + Cash register statistics + [% END %] + [% END # /IF do_it %] + [% END #/ WRAPPER breadcrumbs %] +[% END #/ WRAPPER sub-header.inc %]
-- 2.30.2