Bugzilla – Attachment 13655 Details for
Bug 9059
Increase size of opac-sendbasket window
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9059: Followup
SIGNED-OFF-Bug-9059-Followup.patch (text/plain), 1.12 KB, created by
Katrin Fischer
on 2012-11-25 19:05:47 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9059: Followup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-11-25 19:05:47 UTC
Size:
1.12 KB
patch
obsolete
>From 6939f967c6dcb0dc2d438ae5c92092e1570751b5 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 14 Nov 2012 14:02:54 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 9059: Followup > >Removes last occurrence of dependent= parameter. See also report 7368. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Passes all tests. >Tested successfully in Chromium and Firefox in Ubuntu. >--- > koha-tmpl/opac-tmpl/prog/en/js/basket.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/js/basket.js b/koha-tmpl/opac-tmpl/prog/en/js/basket.js >index cd5a3d6..43845b8 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/js/basket.js >+++ b/koha-tmpl/opac-tmpl/prog/en/js/basket.js >@@ -354,7 +354,7 @@ function sendBasket() { > > var loc = CGIBIN + "opac-sendbasket.pl?" + strCookie; > >- var optWin="dependent=yes,scrollbars=yes,resizable=yes,height=600,width=900,top=50,left=100"; >+ var optWin="scrollbars=yes,resizable=yes,height=600,width=900,top=50,left=100"; > var win_form = open(loc,"win_form",optWin); > } > >-- >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 9059
:
13394
|
13405
|
13445
|
13654
| 13655