Bug 23334

Summary: Modal window for Z3950 search
Product: Koha Reporter: Michal Denar <black23>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrewfh, black23, dcook, josef.moravec, lucas, m.de.rooy, oleonard, rbit
Version: master   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23302
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Michal Denar 2019-07-17 14:43:16 UTC
From IRC:

m23
Can we make some changes for better work with this client? I really hate that window isn't centered on the screen and very often need to scroll .. .is possible to make it better?

Owen Leonard
I could see it working this way: By default it opens in a modal window (like Lightbox, but we would use a Bootstrap modal) and the user could click a button to pop it into its own browser window.
Comment 1 Lucas Gass 2022-06-22 15:01:47 UTC
I am using this jQuery to resize the Z3950 popups:

if ( $('#cat_z3950_search').length ) {
	window.resizeBy(200, 200);
}