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 %]