From 74d7ae7672a4b82568e57eaddefbded4bf5b05e6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 27 Feb 2024 15:00:31 +0100 Subject: [PATCH] Bug 34478: (follow-up) batchMod Signed-off-by: Jonathan Druart --- .../prog/en/includes/cat-toolbar.inc | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc index 0eb1f392c5..de8f090b1b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -56,7 +56,15 @@ [% IF ( CAN_user_tools_items_batchmod ) %] [% IF ( count ) %] -
  • Edit items in batch
  • +
  • +
    + [% INCLUDE 'csrf-token.inc' %] + + + +
  • [% ELSE %]
  • Edit items in batch
  • [% END %] @@ -64,7 +72,16 @@ [% IF ( CAN_user_tools_items_batchdel ) %] [% IF ( count ) %] -
  • Delete items in a batch
  • +
  • +
    + [% INCLUDE 'csrf-token.inc' %] + + + + +
  • [% ELSE %]
  • Delete items in a batch
  • [% END %] -- 2.39.5