https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18804 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 64291 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64291&action=edit Bug 18804: (bugs 16400,11088 follow-up) Update the "save category" elt selector With bug 11088 and bug 16400 the submit node switched from: <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" /> to: <button type="submit" name="save" onclick="return check_form_borrowers"> then finally to: <button class="btn btn-small" id="saverecord" type="submit" name="save" onclick="return check_form_borrowers();"> -- You are receiving this mail because: You are watching all bug changes.