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

Paul Poulain <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA
                 CC|                            |[email protected]

--- Comment #11 from Paul Poulain <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to