[Bug 12260] New: Printing a page from bootstrap shows unnecessary links
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260 Bug ID: 12260 Summary: Printing a page from bootstrap shows unnecessary links Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: pasi.kallinen@pttk.fi QA Contact: testopia@bugs.koha-community.org Should add these to bootstrap/css/print.css: #changelanguage { display: none; } #cartmenulink { display: none; } #listsmenu { display: none; } Hides the language bar, the cart menu and the lists menu from printing. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260 --- Comment #1 from paxed <pasi.kallinen@pttk.fi> --- Actually, the complete list of stuff I added to OPACUserCSS is: @media print { #changelanguage { display: none; } #cartmenulink { display: none; } #listsmenu { display: none; } #koha_url { display:none; } .breadcrumb { display:none; } a[href]:after { display:none; } #social_networks { display:none; } a.tag_add { display:none; } .results_summary.online_resources { display:none; } a#Normalview, a#MARCview, a#ISBDview { display:none; } .ui-tabs-panel { border:none !important; } #addcomment { display:none; } #ulactioncontainer { display:none; } #usermenu { display:none; } #didyoumean { display:none; } #top-pages, #bottom-pages { display:none; } #selections-toolbar { display: none; } .actions-menu { display: none; } #numresults a { display:none; } #numresults { float:left; } } -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org