From 3a05474329e3b4ebddc2c7b05be426723a8b3c53 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 b2f12a4b4e..d8d38f61c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -188,6 +188,7 @@

Contents of [% shelf.shelfname | html %]

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