http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11993
--- Comment #1 from Bernardo Gonzalez Kriegel <[email protected]> --- Created attachment 26620 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26620&action=edit Bug 11993 - Untranslatable confirm popup in request.tt This patch makes confirm popup text translatable. It implements a similar function as used on OPAC deleteConfirm() and a JS var message. This funcion, or variants, can also be found on other files on intranet, I think that the only valid places are staff-global.js and help-top.inc Redefinitions of this function: prog/en/modules/serials/subscription-frequencies.tt:6 prog/en/modules/tools/marc_modification_templates.tt:158 prog/en/modules/virtualshelves/shelves.tt:92 Last case is a little different To test: 1) I'm at lost, don't know how to produce the situation in which this message appear, perhaps when staff personel tries to cancel a hold in transit If you know how, please tell me and I will resubmit with a better test plan. 2) Check the string is not present on staff PO file 3) Apply the patch 4) Update translation files (cd misc/translator; perl translate update xx-YY) 5) Verify the string is now present -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
