From 1208a4b8fa7e72ccb463f169c01efafe8c711ad7 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 --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 3 +++ .../prog/en/modules/virtualshelves/tables/shelves_results.tt | 2 ++ virtualshelves/shelves.pl | 4 +++- 3 files changed, 8 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 @@