Bugzilla – Attachment 101477 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.41 KB, created by
Owen Leonard
on 2020-03-23 17:22:37 UTC
(
hide
)
Description:
Bug 24874: Printing is broken on opac-results.pl page (19.11.x)
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-03-23 17:22:37 UTC
Size:
1.41 KB
patch
obsolete
>From de4a46d5934e2c47d9577ee77317f0fa7c2915c8 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Thu, 19 Mar 2020 20:41:00 +1300 >Subject: [PATCH] Bug 24874: Printing is broken on opac-results.pl page > (19.11.x) > >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 > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >index 6eec50e9dd..ed82a27aa2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/print.scss >@@ -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.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 24874
:
100716
|
100717
|
100718
|
100719
|
100836
|
100838
|
100995
|
101063
|
101395
|
101396
|
101470
|
101471
| 101477 |
101496