Bugzilla – Attachment 84866 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.30 KB, created by
Martin Renvoize (ashimema)
on 2019-02-08 14:17:53 UTC
(
hide
)
Description:
Bug 22147: Hidden 'Batch modify' button on report print layout
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-02-08 14:17:53 UTC
Size:
2.30 KB
patch
obsolete
>From b5d32fb9253a429afe8868170b9d589a0a589798 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 5dfb4f4859..5d3689f1d9 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 >@@ -861,7 +861,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.20.1
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