Bugzilla – Attachment 13405 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: Increase size of opac-sendbasket window
SIGNED-OFF-Bug-9059-Increase-size-of-opac-sendbask.patch (text/plain), 1.24 KB, created by
Owen Leonard
on 2012-11-12 17:33:19 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9059: Increase size of opac-sendbasket window
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-11-12 17:33:19 UTC
Size:
1.24 KB
patch
obsolete
>From 432fb5c80092807715e017112334a5e15c87039c Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 12 Nov 2012 12:20:20 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 9059: Increase size of opac-sendbasket > window >Content-Type: text/plain; charset="utf-8" > >Change window settings for opac-sendbasket. If you need to login >first, the window should be much larger. > >Typo dependant should be dependent. Note that this setting is >ignored in much browsers. Will submit another patch to cover more occurrences. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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 13a2c36..e975c72 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="dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100"; >+ var optWin="dependent=yes,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