From 2e1acb9ec89afc868f08bd709b62e7ccd75e74d2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 5 Oct 2017 16:29:48 -0300 Subject: [PATCH] Bug 9573: Lost items report - Add a new "Export selected items" link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Katrin Fischer Signed-off-by: Séverine QUEUNE --- .../prog/en/modules/reports/itemslost.tt | 58 +++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt index cfae816aee..d09aa86567 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt @@ -34,9 +34,19 @@ [% IF items.count %] +
+ | Select all | + Clear all + + | Actions: + Export selected items + +
+ + @@ -57,6 +67,9 @@ [% FOREACH item IN items %] + @@ -146,6 +159,7 @@ [% INCLUDE 'columns_settings.inc' %] + [% END %] -- 2.11.0
Title Author Lost status
+ + [% item.biblio.title |html %]