Bug 9059: Increase size of opac-sendbasket window

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>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
Marcel de Rooy 2012-11-12 12:20:20 +01:00 committed by Jared Camins-Esakov
parent eb27e4084d
commit 7ff10e2e14

View file

@ -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);
}