| Summary: | OPAC detail page printing show links URL | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Frédéric Demians <f.demians> |
| Component: | OPAC | Assignee: | Frédéric Demians <f.demians> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, nengard |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Proposed patch
[SIGNED-OFF] Bug 12073 - OPAC detail page printing show links URL [PASSED QA] Bug 12073 - OPAC detail page printing show links URL |
||
|
Description
Frédéric Demians
2014-04-11 15:23:12 UTC
Created attachment 27029 [details] [review] Proposed patch Created attachment 27030 [details] [review] [SIGNED-OFF] 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> Created attachment 27051 [details] [review] [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. Pushed to master. Thanks, Frédéric! *** Bug 12391 has been marked as a duplicate of this bug. *** This is an issue in 3.14 as well. Pushed to 3.14.x, will be in 3.14.10 |