Bugzilla – Attachment 33081 Details for
Bug 13181
Using Matchers to overlay existing biblios with incoming records. Make MARC transformations on need.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
KD-132-Biggening-the-Z3950-Popup-window-to-1280-x-72.patch
0003-KD-132-Biggening-the-Z3950-Popup-window-to-1280-x-72.patch (text/plain), 1.18 KB, created by
Olli-Antti Kivilahti
on 2014-10-31 15:22:43 UTC
(
hide
)
Description:
KD-132-Biggening-the-Z3950-Popup-window-to-1280-x-72.patch
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2014-10-31 15:22:43 UTC
Size:
1.18 KB
patch
obsolete
>From 03fe8d71660108b62081f29c02fd142ac187c2b4 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Tue, 22 Jul 2014 12:13:06 +0300 >Subject: [PATCH 3/3] KD-132 Biggening the Z3950 Popup window to 1280 x 720 > because it was so damn small > >--- > .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index a296dd1..11364f2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -5,7 +5,7 @@ > function PopupZ3950() { > var strQuery = GetZ3950Terms(); > if(strQuery){ >- window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=[% biblionumber %]"+strQuery,"z3950search",'width=740,height=450,location=yes,toolbar=no,scrollbars=yes,resize=yes'); >+ window.open("/cgi-bin/koha/cataloguing/z3950_search.pl?biblionumber=[% biblionumber %]"+strQuery,"z3950search",'width=1280,height=720,location=yes,toolbar=no,scrollbars=yes,resize=yes'); > } > } > function PopupZ3950Confirmed() { >-- >1.7.9.5 >
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 13181
:
33079
|
33080
| 33081