[Koha-bugs] [Bug 7719] Change state of controls based on whether boxes are checked

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 14 20:32:22 CET 2012


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 8207
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8207&action=edit
Bug 7719 - Change state of controls based on whether boxes are checked

Some OPAC interface controls cannot function unless a checkbox is
checked. Examples:

- Placing a hold on multiple items in the cart window or on a list view page
- Adding tags to multiple items in the cart window or on a list view page
- Removing one or more items from the cart window
- Removing one or more items from a list on the list view page
- Adding one or more items to a list from the cart window

This patch moves these controls into a separate div in which links
are enabled or disabled based on whether checkboxes are checked. It
does so on two pages: The lists view page (when viewing the contents
of a list) and in the cart window.

Links which are in their disabled state should not perform any action.
After checking one or more checkboxes the links should become active
and behave normally.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list