Bugzilla – Attachment 157161 Details for
Bug 34119
Improve staff interface print stylesheet following redesign
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34119: Improve staff interface print stylesheet following redesign
Bug-34119-Improve-staff-interface-print-stylesheet.patch (text/plain), 2.11 KB, created by
Katrin Fischer
on 2023-10-14 17:07:14 UTC
(
hide
)
Description:
Bug 34119: Improve staff interface print stylesheet following redesign
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-10-14 17:07:14 UTC
Size:
2.11 KB
patch
obsolete
>From 0b9f191f1fcb072b448d928e0b5afd2b5a1315b8 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 10 Oct 2023 15:12:12 +0000 >Subject: [PATCH] Bug 34119: Improve staff interface print stylesheet following > redesign > >This patch makes some updates to the staff interface print stylesheet in >order to make it work better following the staff interface redesign. > >To test, apply the patch and clear your browser cache if necessary. > >In the staff client, go to various pages and view the print preview. The >print view should exclude the header navigation, header search, page >toolbars and page sidebars. > >- Pages with tabbed displays should show content from all tabs: e.g. > bibliographic details, MARC editor. >- In Reports, check that report results print well. >- Pages with DataTables should print with table information visible but > table controls hidden. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/print.css | 22 ++++++++++++++++------ > 1 file changed, 16 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/print.css b/koha-tmpl/intranet-tmpl/prog/css/print.css >index bf1e7722ce..05ce987531 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/print.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/print.css >@@ -148,11 +148,17 @@ th { > text-align: left; > } > >+td:first-child, >+th:first-child { >+ border-left: 0; >+} >+ >+td:last-child, > th:last-child { > background-color: #E9E9E9; > border-bottom: 1px solid #CCCCCC; > border-left: 0; >- border-right: 0 solid #CCCCCC; >+ border-right: 0; > border-top: 0; > font-size: 14px; > font-weight: bold; >@@ -316,15 +322,19 @@ form#sortbyform, > fieldset.action, > .list-actions, > .print, >-.ui-tabs-nav, > .browse-controls, > .cart-controls, >-button.dt-button { >- display: none; >+button.dt-button, >+.navbar, >+.nav-tabs, >+#sub-header, >+[class*="_table_controls"], >+.pager, >+aside { >+ display: none !important; > } > >-.ui-tabs .ui-tabs-panel, >-.ui-tabs .ui-tabs-hide { >+.tab-content > .tab-pane { > display: block !important; > } > >-- >2.30.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 34119
:
152775
|
156798
|
156799
|
156813
|
156814
|
157160
| 157161