View | Details | Raw Unified | Return to bug 12862
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt (-7 / +6 lines)
Lines 6-11 Link Here
6
[% IF stylesheet %]
6
[% IF stylesheet %]
7
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
7
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" />
8
[% END %]
8
[% END %]
9
<script type="text/javascript">
10
    function printThenClose() {
11
        window.print();
12
        setTimeout('window.close()', 1);
13
    }
14
</script>
9
</head>
15
</head>
10
16
11
<body id="circ_printslip" class="circ" onload="printThenClose();">
17
<body id="circ_printslip" class="circ" onload="printThenClose();">
Lines 20-30 Link Here
20
26
21
    </div>
27
    </div>
22
28
23
<script language="javascript">
24
    function printThenClose() {
25
        window.print();
26
        setTimeout('window.close()', 1);
27
    }
28
</script>
29
</body>
29
</body>
30
</html>
30
</html>
31
- 

Return to bug 12862