Bug 10614

Summary: have add order form at top and bottom
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 10614 - have add order form at top and bottom
[SIGNED-OFF] Bug 10614 - have add order form at top and bottom
Bug 10614 - have add order form at top and bottom

Description Nicole C. Engard 2013-07-19 15:18:58 UTC
When in a basket and you're ordering if you have a lot of items you have to scroll to the bottom each time to add more - it would be nice if there were an add option at the top of your list of titles as well.
Comment 1 Owen Leonard 2013-08-12 12:38:44 UTC Comment hidden (obsolete)
Comment 2 Nicole C. Engard 2013-08-12 13:09:25 UTC Comment hidden (obsolete)
Comment 3 Chris Cormack 2013-08-13 08:32:05 UTC
Created attachment 20287 [details] [review]
Bug 10614 - have add order form at top and bottom

If a basket has a lot of items it may be inconvenient to scroll to the
bottom of the patch to reach the "add to basket" form. This patch adds
as "Add to basket" button to the toolbar which uses JavaScript to copy
the form into a modal dialog for quick access.

To test, apply the patch and view an open basket. You should be able to
click the "Add to basket" button to trigger a modal dialog with the full
"Add to basket" list of options. All options in the list should function
normally.

If you view a closed basket the new button should not appear.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
All tests pass and I love it :)

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Comment 4 Galen Charlton 2013-08-13 14:19:32 UTC
Pushed to master.  Thanks, Owen!
Comment 5 Tomás Cohen Arazi 2013-09-10 19:28:44 UTC
This patch has been pushed to 3.12.x, will be in 3.12.5.

Thanks Owen!