Bugzilla – Attachment 38043 Details for
Bug 7646
Printing w/o the SQL Code showing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7646 [QA Followup] - Tweak button to match other Koha print buttons
Bug-7646-QA-Followup---Tweak-button-to-match-other.patch (text/plain), 1.23 KB, created by
Kyle M Hall (khall)
on 2015-04-17 12:30:29 UTC
(
hide
)
Description:
Bug 7646 [QA Followup] - Tweak button to match other Koha print buttons
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-17 12:30:29 UTC
Size:
1.23 KB
patch
obsolete
>From 0e488eac108569175b0ee26a94e7e6d703a7505e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 17 Apr 2015 08:29:52 -0400 >Subject: [PATCH] Bug 7646 [QA Followup] - Tweak button to match other Koha print buttons > >--- > .../prog/en/includes/reports-toolbar.inc | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >index e444dc3..a9fea96 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >@@ -29,9 +29,9 @@ > [% END %] > [% END %] > >- [% IF ( execute) %] >+ [% IF execute %] > <div class="btn-group"> >- <a id="printresults" class="btn btn-small" href="javascript:window.print()" OnClick="document.getElementById('sql_output').className += ' noprint';" class="noprint">Print results</a> >+ <a id="printresults" class="btn btn-small noprint" href="javascript:window.print()" OnClick="document.getElementById('sql_output').className += ' noprint';"><i class="icon-print"></i> Print</a> > </div> > [% END %] > </div> >-- >1.7.2.5
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 7646
:
8025
|
8106
|
8108
|
8109
|
8273
|
37779
|
37790
|
37926
|
37945
| 38043 |
41093