http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349
--- Comment #50 from Owen Leonard <[email protected]> --- (In reply to comment #49) > I just tried to apply the 3 patches and make a transfer. And it runs in a > popup. Maybe you configured your web browser to open popups in a new tab > instead of a new window ? I get the popup too, but it's a full-sized window (opened in a new tab in my case). The page looks like it's designed to be a smaller, standalone popup, so I think more improvements can be made which will help confusion. - Set a size on the window so that it doesn't potentially open as a new tab: window.open(url,'TransferOrder','width=500,height=300,toolbar=false,scrollbars=yes'); - Alter the markup of transferorder.tt using a popup page like guarantor_search.tt as an example. The grid must be altered to accommodate a smaller window (adjust as necessary): <style type="text/css"> #custom-doc { width:44.46em;*width:43.39em;min-width:578px; margin:auto; text-align:left; } </style> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
