From 486a99c804027af086b218d648ab2951b5f9f156 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 Signed-off-by: David Cook Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c0f232250e1186dd217e77db7e121a0b98a789cb) Signed-off-by: Fridolin Somers (cherry picked from commit 20fa891788e002a6679651397ca0782410882bb0) Signed-off-by: Matt Blenkinsop --- .../prog/en/modules/virtualshelves/shelves.tt | 4 ++++ .../en/modules/virtualshelves/tables/shelves_results.tt | 2 ++ virtualshelves/shelves.pl | 8 +++++++- 3 files changed, 13 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 7425240b6a..b70b7e60b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -197,6 +197,7 @@

Transfer ownership of public list [% shelf.shelfname | html %]

+ [% INCLUDE 'csrf-token.inc' %]
@@ -231,6 +232,7 @@ [% IF ( contents.count ) %]

This list contains [% contents.count | html %] titles

[% END %]
[% pagination_bar | $raw %]
+ [% INCLUDE 'csrf-token.inc' %] @@ -382,6 +384,7 @@ [% IF op == 'add_form' OR op == 'edit_form' %] + [% INCLUDE 'csrf-token.inc' %]
[% IF op == 'add_form' %]

Create a new list

@@ -539,6 +542,7 @@