From 949deafe494db4e8954665fcdfd4175ada0ad78d Mon Sep 17 00:00:00 2001 From: Jasmine Amohia Date: Wed, 16 Jan 2019 21:26:10 +0000 Subject: [PATCH] Bug 22147: Hidden 'Batch modify' button on report print layout Test plan: 1) Create or run a report that has an itemnumber column 2) Notice the Batch modify button under the itemnumber heading 3) Print the page 4) Notice the button no longer shows on the printed page Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 5ea9fb91632d712a6f70f4a3382ba96b4db74f69) Signed-off-by: Martin Renvoize (cherry picked from commit 5054f1a1a30e4921d47941220786118c3a8575ee) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/css/print.css | 1 + .../prog/en/modules/reports/guided_reports_start.tt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/print.css b/koha-tmpl/intranet-tmpl/prog/css/print.css index 38e6f242c5..be7cc9e528 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/print.css +++ b/koha-tmpl/intranet-tmpl/prog/css/print.css @@ -295,6 +295,7 @@ td.debit { #changelanguage, #menu, #limitselect, +#batchModify, .gradient, div.yui-b, .noprint, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index e0e07159e8..13165f1e75 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -734,7 +734,7 @@ canned reports and writing custom SQL reports.

[% FOREACH header_ro IN header_row %] [% IF header_ro.cell == 'itemnumber' %] - [% header_ro.cell %] + [% header_ro.cell | html %] [% ELSE %] [% header_ro.cell %] -- 2.20.1