Bugzilla – Attachment 27051 Details for
Bug 12073
OPAC detail page printing show links URL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12073 - OPAC detail page printing show links URL
PASSED-QA-Bug-12073---OPAC-detail-page-printing-sh.patch (text/plain), 1.23 KB, created by
Katrin Fischer
on 2014-04-12 15:41:46 UTC
(
hide
)
Description:
[PASSED QA] Bug 12073 - OPAC detail page printing show links URL
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-04-12 15:41:46 UTC
Size:
1.23 KB
patch
obsolete
>From 8a26655891a8c7f0ae0cecc1c3ed5ec97f0aea59 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Fri, 11 Apr 2014 17:23:50 +0200 >Subject: [PATCH] [PASSED QA] Bug 12073 - OPAC detail page printing show links > URL > >On OPAC Bootstrap detail page, by clicking Print link on the right the >page is printed. But the printed page contains HTML <a> anchors URL >attribute. It's useless, and unreadable. It isn't the case with prog >theme. > >This page hide all <a> href attributes when printing any OPAC page. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Works as described and improves the printed detail page's readability. >Currently there is no less file for the print.css. >--- > koha-tmpl/opac-tmpl/bootstrap/css/print.css | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/print.css b/koha-tmpl/opac-tmpl/bootstrap/css/print.css >index db8b21b..a1034f1 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/print.css >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/print.css >@@ -13,6 +13,8 @@ a:hover { > text-decoration: none; > } > >+a[href]:after { display:none; } >+ > body { > background-color : #FFF; > color : #333333; >-- >1.8.3.2
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 12073
:
27029
|
27030
| 27051