Bug 4951 - Print page doesn't close after print This patch adds the print/close funct...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-print.tt
index 0452614..f84052b 100644 (file)
@@ -3,6 +3,14 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" />
 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
+<script language="javascript">
+    function printThenClose() {
+        window.print();
+        window.close();
+    }
+</script>
+<body onload="printThenClose();">
+
 </head>
 <body>