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:
parent
eb27e4084d
commit
7ff10e2e14
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ function sendBasket() {
|
||||||
|
|
||||||
var loc = CGIBIN + "opac-sendbasket.pl?" + strCookie;
|
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);
|
var win_form = open(loc,"win_form",optWin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue