adding a media=print stylesheet and removing menus from printing
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / css / print.css
index b613f6e..2d029dc 100644 (file)
@@ -310,4 +310,23 @@ td.debit {
 #receipt th {
        font-weight : bold;
        text-align : left;
-       }
\ No newline at end of file
+       }
+
+div#breadcrumbs {
+    display:none;
+}
+div#toplevelnav {
+    display:none;
+}
+div#login {
+    display:none;
+}
+div#header_search {
+    display:none;
+}
+div#toolbar {
+    display:none;
+}
+div#changelanguage {
+    display:none;
+}
\ No newline at end of file