From 64f509ec8708122094abc5076115a689d077ed5d Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 16 Sep 2021 15:13:23 +0100 Subject: [PATCH] Bug 22990: Fix for shelves table --- .../prog/en/modules/virtualshelves/shelves.tt | 3 +++ .../en/modules/virtualshelves/tables/shelves_results.tt | 2 ++ virtualshelves/shelves.pl | 8 +++++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index 2590f93592..359c877600 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -189,6 +189,7 @@

Contents of [% shelf.shelfname | html %]

[% pagination_bar | $raw %]
+ [% INCLUDE 'csrf-token.inc' %] @@ -317,6 +318,7 @@ [% IF op == 'add_form' OR op == 'edit_form' %] + [% INCLUDE 'csrf-token.inc' %]
[% IF op == 'add_form' %] @@ -450,6 +452,7 @@