[Koha-bugs] [Bug 5349] Moving an order

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 8 16:06:14 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5349

--- Comment #50 from Owen Leonard <oleonard at myacpl.org> ---
(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.


More information about the Koha-bugs mailing list