https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41428

--- Comment #1 from Owen Leonard <[email protected]> ---
We have several instances of "alert()" in .pl files:

opac/opac-tags.pl:
    "window.alert('Your CGI sessio...
cataloguing/value_builder/unimarc_leader.pl:
    alert(_('leader has an incorre...
cataloguing/value_builder/validate_isbn.pl:
    alert("Invalid ISBN : " + isbn...
cataloguing/value_builder/unimarc_field_100.pl:
    alert('error when getting '+i)...
cataloguing/value_builder/unimarc_leader_authorities.pl:
    alert('error when getting '+ev...
cataloguing/value_builder/unimarc_field_100_authorities.pl:
    alert('error when getting '+i)...
cataloguing/value_builder/dateaccessioned.pl:
    if (! id) { alert(_("Bad id ")...
cataloguing/value_builder/unimarc_field_115a.pl:
    alert('error when getting '+i)...
tags/review.pl:
    "window.alert('Your CGI sessio...

Is there a correct way to handle these in cases where there is no template?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to