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');
Another option would be to make it float like the save button on the patron edit screen.
I really like the idea of floating instead of duplicating here!
Yes, that’s a really good idea.
The floating buttons would be terrific AND they would make this element in Koha more consistent throughout. We are new to using Koha and this is one of the things that our Tech Services staff would really like to see. Thank you!