Lines 5-11
Link Here
|
5 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title>[% FILTER collapse %] |
6 |
<title>[% FILTER collapse %] |
7 |
[% IF ( add_form ) %] |
7 |
[% IF ( add_form ) %] |
8 |
[% t("Edit subfields constraints") | html %] › |
8 |
[% t("Edit subfield constraints") | html %] › |
9 |
[% END %] |
9 |
[% END %] |
10 |
|
10 |
|
11 |
[% IF ( delete_confirm ) %] |
11 |
[% IF ( delete_confirm ) %] |
Lines 60-66
Link Here
|
60 |
<a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode | uri %]">[% tx("Tag {tag}", { tag = tagfield}) | html %]</a> |
60 |
<a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode | uri %]">[% tx("Tag {tag}", { tag = tagfield}) | html %]</a> |
61 |
[% END %] |
61 |
[% END %] |
62 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
62 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
63 |
<span>Edit subfields constraints</span> |
63 |
<span>Edit subfield constraints</span> |
64 |
[% END %] |
64 |
[% END %] |
65 |
[% END %] |
65 |
[% END %] |
66 |
|
66 |
|
Lines 340-346
Link Here
|
340 |
[% IF ( frameworkcode ) %] |
340 |
[% IF ( frameworkcode ) %] |
341 |
<h1>[% tx("Tag {tag} subfield structure (framework {frameworkcode})", { tag = tagfield, frameworkcode = frameworkcode }) | html %]</h1> |
341 |
<h1>[% tx("Tag {tag} subfield structure (framework {frameworkcode})", { tag = tagfield, frameworkcode = frameworkcode }) | html %]</h1> |
342 |
[% ELSE %] |
342 |
[% ELSE %] |
343 |
<h1>MARC subfield structure admin for [% tagfield | html %] (default framework)</h1> |
343 |
<h1>[% tx("Tag {tag} subfield structure (default framework)", { tag = tagfield}) | html %]</h1> |
344 |
[% END %] |
344 |
[% END %] |
345 |
|
345 |
|
346 |
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p> |
346 |
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p> |