[Koha-bugs] [Bug 7646] Printing w/o the SQL Code showing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 20 12:10:00 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7646

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA
                 CC|                            |paul.poulain at biblibre.com

--- Comment #11 from Paul Poulain <paul.poulain at biblibre.com> ---
QA comment:

All pages include a 
<link rel="stylesheet" type="text/css" media="print"
href="/intranet-tmpl/prog/en/css/print.css" />
for printing stylesheet

that already has a .noprint class:

div#breadcrumbs,
div#toplevelnav,
div#login,
div#header_search,
div#toolbar,
div#changelanguage,
div#menu,
div.yui-b,
.noprint,
form#sortbyform,
#cartDetails,
fieldset.action,
.list-actions,
.print {
    display: none;
}

So this code:
+<style type="text/css" media="print">
+/* ### FIX ME, PUT ME IN MAIN CSS IF USED OFTEN! */
+.noprint {
+display: none;
+}
+</style>
in your patch is useless

please resubmit with this duplicate class fixed

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list