Bugzilla – Attachment 100719 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.39 KB, created by
Mason James
on 2020-03-16 02:58:50 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 02:58:50 UTC
Size:
1.39 KB
patch
obsolete
>From a25b30ef95df5b3ce16158482afeb70cb606c331 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 | 6 +++++- > 1 file changed, 5 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..898cfd5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/print.css >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/print.css >@@ -208,8 +208,8 @@ body#basket p { > #userresults { > display: block; > position: absolute; >- right: 0; > word-wrap: break-word; >+ left: 1 !important; > } > > #userupdate input, >@@ -221,6 +221,7 @@ body#basket p { > #action, > #addshelf, > #bibliodescriptions .ui-tabs-nav, >+#maincontent > .row-fluid > .span2, > #export, > #facetcontainer, > #members, >@@ -264,3 +265,6 @@ 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