Bug 10614 - have add order form at top and bottom
Summary: have add order form at top and bottom
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-19 15:18 UTC by Nicole C. Engard
Modified: 2014-12-07 20:02 UTC (History)
2 users (show)

See Also:
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 (2.81 KB, patch)
2013-08-12 12:38 UTC, Owen Leonard
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 10614 - have add order form at top and bottom (2.90 KB, patch)
2013-08-12 13:09 UTC, Nicole C. Engard
Details | Diff | Splinter Review
Bug 10614 - have add order form at top and bottom (2.93 KB, patch)
2013-08-13 08:32 UTC, Chris Cormack
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!