http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4504 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|frederic@tamil.fr |oleonard@myacpl.org --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 2199 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2199 Proposed fix Strings within JavaScript onclick attributes are not getting picked up by the translator: onclick="return confirmDelete(_('Are you sure you want to cancel this hold?'));" This patch converts those to use variables defined in the main script block: onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);" -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.