Lines 559-565
function PopupMARCFieldDoc(field) {
Link Here
|
559 |
[% END %] |
559 |
[% END %] |
560 |
[% END %] |
560 |
[% END %] |
561 |
[% END %] |
561 |
[% END %] |
562 |
StrAlert += "<h4>" + _("The following subfields aren't filled:") + "</h4>"; |
562 |
StrAlert += "<h4>" + _("The following mandatory subfields aren't filled:") + "</h4>"; |
563 |
} else { |
563 |
} else { |
564 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
564 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
565 |
[% FOREACH innerloo IN BIG_LOO.innerloop %] |
565 |
[% FOREACH innerloo IN BIG_LOO.innerloop %] |
Lines 574-580
function PopupMARCFieldDoc(field) {
Link Here
|
574 |
[% END %] |
574 |
[% END %] |
575 |
[% END %] |
575 |
[% END %] |
576 |
[% END %] |
576 |
[% END %] |
577 |
StrAlert += "<h4>" + _("A few important fields are not filled:") + "</h4>"; |
577 |
StrAlert += "<h4>" + _("The following important subfields aren’t filled:") + "</h4>"; |
578 |
notFilledClass = "important_subfield_not_filled"; |
578 |
notFilledClass = "important_subfield_not_filled"; |
579 |
} |
579 |
} |
580 |
StrAlert += "<ul>"; |
580 |
StrAlert += "<ul>"; |
581 |
- |
|
|