http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7369 --- Comment #24 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 44523 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44523 Bug 7369 - Use dropdown buttons for item actions Review of attachment 44523: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=7369&attachment=44523) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ +188,2 @@
[% ELSE %] + <li><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&biblionumber=[% biblionumber %]&itemnumber=[% item_loo.itemnumber %]&searchid=[% searchid %]" onclick="confirm_deletion([% biblionumber %],[% item_loo.itemnumber %]); return false;">Delete</a></li>
This is the only point I'd question in the rebase: confirm_deletion has parameters here, but not in master. -- You are receiving this mail because: You are watching all bug changes.