From af22e8eff43d08094fb738e7622f26dc6c73a9f0 Mon Sep 17 00:00:00 2001 From: Owen Leonard <oleonard@myacpl.org> Date: Fri, 16 Feb 2018 14:33:12 +0000 Subject: [PATCH] Bug 20222 - The bread crumb for cleanborrowers.pl does not match the link text in tools-home.pl This patch revises the breadcrumbs in the template for batch patron deletion / anonymization so that they match the text used in the tools menu and on Tools home. To test, apply the patch and go through a batch patron anonymization process. At each step the breadcrumbs should read "Batch patron deletion/anonymization" instead of "clean patron records." Signed-off-by: Roch D'Amour <roch.damour@inlibro.com> --- .../intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt index fc3d03d..2dcde9f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt @@ -11,7 +11,17 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] -<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% IF step == 1 %]Clean Patron Records[% ELSE %]<a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean patron records</a> › [% END %][% IF step == 2 %]Confirm[% END %][% IF step == 3 %]Finished[% END %]</div> +<div id="breadcrumbs"> + <a href="/cgi-bin/koha/mainpage.pl">Home</a> › + <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › + [% IF step == 1 %] + Batch patron deletion/anonymization + [% ELSE %] + <a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a> › + [% END %] + [% IF step == 2 %] Confirm [% END %] + [% IF step == 3 %] Finished [% END %] +</div> <div id="doc3" class="yui-t2"> -- 2.7.4