Bugzilla – Attachment 100836 Details for
Bug 24874
Printing is broken on opac-results.pl page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24874: Printing is broken on opac-results.pl page (19.11.x)
Bug-24874-Printing-is-broken-on-opac-resultspl-pag.patch (text/plain), 1.37 KB, created by
Mason James
on 2020-03-16 23:52:54 UTC
(
hide
)
Description:
Bug 24874: Printing is broken on opac-results.pl page (19.11.x)
Filename:
MIME Type:
Creator:
Mason James
Created:
2020-03-16 23:52:54 UTC
Size:
1.37 KB
patch
obsolete
>From 7857ad92cdfafffafa1b24d315925471d5e9a0a3 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 3 Mar 2020 16:33:29 +1300 >Subject: [PATCH] Bug 24874: Printing is broken on opac-results.pl page > (19.11.x) >Content-Type: text/plain; charset="utf-8" > >to test in 19.11.x... > >- search for something in opac >- print page using file -> print >- observe printing is broken (pic1) > >- apply patch > >- search for something in opac >- print page using file -> print >- observe printing is fixed (pic2) > >it seems this issue was introduced by bug 5287 > >https://bugs.koha-community.org/show_bug.cgi?id=24874 >--- > koha-tmpl/opac-tmpl/bootstrap/css/print.css | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/print.css b/koha-tmpl/opac-tmpl/bootstrap/css/print.css >index 6eec50e..a9b1e92 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/print.css >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/print.css >@@ -208,7 +208,7 @@ body#basket p { > #userresults { > display: block; > position: absolute; >- right: 0; >+ left: 1; > word-wrap: break-word; > } > >@@ -221,6 +221,7 @@ body#basket p { > #action, > #addshelf, > #bibliodescriptions .ui-tabs-nav, >+#maincontent > .row-fluid > .span2, > #export, > #facetcontainer, > #members, >@@ -264,3 +265,7 @@ td.resultscontrol, > .table-bordered { > border: 0; > } >+ >+@page { >+ margin: 1cm >+} >-- >2.1.4
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 24874
:
100716
|
100717
|
100718
|
100719
|
100836
|
100838
|
100995
|
101063
|
101395
|
101396
|
101470
|
101471
|
101477
|
101496