@@ -, +, @@ alert the user --- .../en/modules/tools/marc_modification_templates.tt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -11,11 +11,26 @@ $(document).ready(function() { }); $("span.match_regex_prefix" ).hide(); $("span.match_regex_suffix" ).hide(); + + $("#conditional_field,#from_field").change(function(){ + updateWarnings(); // For 3.14.x branches only, if bug 11319 is not pushed into + }); }); //]]>