26 Jun
2024
26 Jun
'24
5:19 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37186 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Lucas Gass from comment #1)
To make this form work as a link we need the fix from Bug 37190.
This form has already been revised to convert it to a POSTed operation, but the submit button wasn't converted from an <a>. If we replace the "confirmdelete" link with a button it will work: <button type="submit" class="btn btn-default confirmdelete"><i class="fa fa-trash-can"></i> Delete</button> -- You are receiving this mail because: You are watching all bug changes.