Bugzilla – Attachment 84127 Details for
Bug 22147
Hide 'Batch modify' button when printing reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22147: Hidden 'Batch modify' button on report print layout
Bug-22147-Hidden-Batch-modify-button-on-report-pri.patch (text/plain), 2.24 KB, created by
Katrin Fischer
on 2019-01-17 06:42:20 UTC
(
hide
)
Description:
Bug 22147: Hidden 'Batch modify' button on report print layout
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-01-17 06:42:20 UTC
Size:
2.24 KB
patch
obsolete
>From f719f096a73d957ef2a60327e3ceb45cc4efd1e0 Mon Sep 17 00:00:00 2001 >From: Jasmine Amohia <jasmineamohia.student@wegc.school.nz> >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 <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/print.css | 1 + > koha-tmpl/intranet-tmpl/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 53617b007a..9c04bc3004 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/print.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/print.css >@@ -294,6 +294,7 @@ td.debit { > #toolbar, > #changelanguage, > #menu, >+#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 18410c2be1..96d1d7fecc 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 >@@ -736,7 +736,7 @@ canned reports and writing custom SQL reports.</p> > [% FOREACH header_ro IN header_row %] > [% IF header_ro.cell == 'itemnumber' %] > <th> >- [% header_ro.cell | html %] <button type="submit" data-toggle="tooltip" title="Send visible items to batch modification" class="btn btn-xs btn-default send_to_item_mod"><i class="fa fa-pencil"></i> Batch modify</button> >+ [% header_ro.cell | html %] <button type="submit" data-toggle="tooltip" title="Send visible items to batch modification" id="batchModify" class="btn btn-xs btn-default send_to_item_mod"><i class="fa fa-pencil"></i> Batch modify</button> > </th> > [% ELSE %] > <th>[% header_ro.cell | html %]</th> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22147
:
84097
|
84127
|
84866