Koha/koha-tmpl/intranet-tmpl/prog/en/modules/basket
Owen Leonard 5528b06fda Bug 7461 - Cart offering to remove items when closing
The "hide window" button in the cart called a quit() function
which deletes any checked items. My understanding of the "hide
window" button is that it should *only* hide the window, not
perform any other operations. I'm removing the calls to the
quit() function in both the OPAC and staff client and adding
a CSS class, "close," which is already tied via jQuery to
the window.close() function.

To test in both OPAC and staff client: Add items to the cart.
Try clicking the "hide window" button with items selected and
without. In both cases the window should close without affecting
the contents of the cart.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-02-03 15:13:10 +01:00
..
basket.tt Bug 7461 - Cart offering to remove items when closing 2012-02-03 15:13:10 +01:00
downloadcart.tt Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
sendbasket.tt Bug 6975: OPACBaseurl instead of OPACBaseURL 2011-10-06 14:39:04 +13:00
sendbasketform.tt Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00