Bugzilla – Attachment 3943 Details for
Bug 6126
Slip print doesn't work on Webkit based browsers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch [3.2.x]
0001-Bug-6126-3.2.x-Slip-print-doesn-t-work-on-Webkit-bas.patch (text/plain), 1.17 KB, created by
Tomás Cohen Arazi (tcohen)
on 2011-04-18 14:25:46 UTC
(
hide
)
Description:
Proposed patch [3.2.x]
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2011-04-18 14:25:46 UTC
Size:
1.17 KB
patch
obsolete
>From 420b5b3d016de653c10cea7d40e01cfc1521de84 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Mon, 18 Apr 2011 11:24:00 -0300 >Subject: [PATCH] Bug 6126 - [3.2.x] Slip print doesn't work on Webkit based browsers >Content-Type: text/plain; charset="utf-8" > >--- > .../en/modules/members/moremember-receipt.tmpl | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl >index 83bd151..cc7fe58 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl >@@ -4,11 +4,13 @@ > <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" /> > <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" /> > <script language="javascript"> >+ function printThenClose() { > window.print(); > window.close(); >+ } > </script> > </head> >-<body> >+<body onload=="printThenClose();"> > > <div id="receipt"> > >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6126
:
3817
|
3818
|
3890
|
3891
|
3896
| 3943