View | Details | Raw Unified | Return to bug 23925
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +1 lines)
Lines 290-296 Link Here
290
    }
290
    }
291
291
292
    function ValuePluginHighlightField(funcname) {
292
    function ValuePluginHighlightField(funcname) {
293
        document.getElementById(funcname).setAttribute('class','subfield_not_filled');
293
        document.getElementById(funcname).setAttribute('class','input_marceditor noEnterSubmit subfield_not_filled');
294
        document.getElementById(funcname).focus();
294
        document.getElementById(funcname).focus();
295
    }
295
    }
296
296
297
- 

Return to bug 23925