[Koha-bugs] [Bug 26681] New: Clone the buttons for 'Add Item', 'Add & Duplicate' and 'Add Multiple Copies of this Item' to top of item form on additem.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 14 22:08:13 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26681

            Bug ID: 26681
           Summary: Clone the buttons for 'Add Item', 'Add & Duplicate'
                    and 'Add Multiple Copies of this Item' to top of item
                    form on additem.pl
 Change sponsored?: ---
           Product: Koha
           Version: 19.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: barbara.johnson at bedfordtx.gov
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Sometimes I only need to make a quick edit to an item record but then I have to
scroll all the way down to the bottom of the form to click the add item/save
button.  It would be helpful if the 'Add Item', 'Add & Duplicate' and 'Add
Multiple Copies of this Item' buttons that appear at the end of the form could
also be included at the top of the form because it would save unnecessary
scrolling and make cataloging more efficient.

Our solution at the moment is to use this jQuery:

$("#cat_additem.cat #addsingle").clone().insertAfter('#additema');
$("#cat_additem.cat #add_multiple_copies").clone().insertAfter('#addsingle');
$("#cat_additem.cat #f > fieldset.action").clone().insertAfter('#edititem');

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


More information about the Koha-bugs mailing list