From 9f910b0bb29bc97bbc4b6a88531d742a5b75d395 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 3 Nov 2022 18:20:39 +0000 Subject: [PATCH] Bug 32102: Improve specificity of batch record modification breadcrumbs This patch makes a minor change to the batch record modification template so that there is a link back to the initial view after you have submitted a batch for modification. To test, apply the patch and go to Cataloging -> Batch record modification. - Initially the breadcrumbs menu should show Home -> Cataloging -> Batch record modification - Submit a batch of bibliographic or authority records for modification - The breadcrumbs should now read Home -> Cataloging -> Batch record modification -> Results - The same menu options should show after you confirm the operation --- .../en/modules/tools/batch_record_modification.tt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 1a0344371e..94a9b375a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -22,9 +22,18 @@
  • Cataloging
  • -
  • - Batch record modification -
  • + [% IF view == 'form' %] +
  • + Batch record modification +
  • + [% ELSE %] +
  • + Batch record modification +
  • +
  • + Results +
  • + [% END %] [% END %] -- 2.20.1