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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +1 lines)
Lines 716-722 function PopupMARCFieldDoc(field) { Link Here
716
                $("#check_errors").html( AreFieldsNotOk(false) );
716
                $("#check_errors").html( AreFieldsNotOk(false) );
717
                $('html, body').animate({ scrollTop: 0 }, 'fast');
717
                $('html, body').animate({ scrollTop: 0 }, 'fast');
718
718
719
                var r=confirm("Important fields(s) are not filled. Are you sure you want to save?");
719
                var r=confirm(_("Important fields(s) are not filled. Are you sure you want to save?"));
720
                if (! r){
720
                if (! r){
721
                    return false;
721
                    return false;
722
                }
722
                }
723
- 

Return to bug 30159