@@ -, +, @@ breadcrumbs - 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ a/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 %] --