From 7fcda7cfc3126ca6c36b2bf14f717472bcdb1c80 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 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 Signed-off-by: Katrin Fischer (cherry picked from commit 938053b1cf35e90827354d731704a26b2c3f86c8) Signed-off-by: Lucas Gass --- .../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.39.5