|
Lines 1-5
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% USE To %] |
| 3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
| 4 |
<title>Koha › Authorities › [% IF ( authid ) %]Modify authority #[% authid | html %] ([% authtypetext | html %])[% ELSE %]Adding authority ([% authtypetext | html %])[% END %]</title> |
5 |
<title>Koha › Authorities › [% IF ( authid ) %]Modify authority #[% authid | html %] ([% authtypetext | html %])[% ELSE %]Adding authority ([% authtypetext | html %])[% END %]</title> |
| 5 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
|
Lines 69-75
function AreMandatoriesNotOk(){
Link Here
|
| 69 |
[% FOREACH subfield_loo IN innerloo.subfield_loop %] |
70 |
[% FOREACH subfield_loo IN innerloo.subfield_loop %] |
| 70 |
[% IF ( subfield_loo.mandatory ) %]mandatories.push("[% subfield_loo.id | html %]"); |
71 |
[% IF ( subfield_loo.mandatory ) %]mandatories.push("[% subfield_loo.id | html %]"); |
| 71 |
tab.push("[% BIG_LOO.number | html %]"); |
72 |
tab.push("[% BIG_LOO.number | html %]"); |
| 72 |
label.push("[% subfield_loo.marc_lib | $raw |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]"); |
73 |
label.push("[% To.json(subfield_loo.marc_lib) | html %]"); |
| 73 |
[% END %] |
74 |
[% END %] |
| 74 |
[% END %] |
75 |
[% END %] |
| 75 |
[% END %] |
76 |
[% END %] |
| 76 |
- |
|
|