From b1b3fa1eb74dafdb24ae1b2ad277c44732294bf6 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 --- .../prog/en/modules/reports/itemslost.tt | 60 +++++++++++++++++++++- 1 file changed, 59 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 0f1537da14..1d24ddaf07 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt @@ -10,6 +10,7 @@ [% INCLUDE 'columns_settings.inc' %] + @@ -54,9 +99,19 @@ [% IF items.count %] +
+ | Select all | + Clear all + + | Actions: + Export selected items + +
+ + @@ -77,6 +132,9 @@ [% FOREACH item IN items %] + -- 2.11.0
Title Author Lost status
+ + [% item.biblio.title |html %]