https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41570
--- Comment #7 from Owen Leonard <[email protected]> --- Created attachment 191392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191392&action=edit Bug 41570: (follow-up) i18n correction, course deletion fix The template's i18n function, I18N.tnx, doesn't work with JavaScript variables, so I've updated it to use the template variable. I also found that I couldn't properly test the course deletion function without fixing a problem which exists in main: The delete course button didn't trigger the confirmation, and the event which was supposed to trigger the confirmation was attached to the whole form. The confirmation is now triggered on form submit. Signed-off-by: Owen Leonard <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
