Lines 5-32
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 |
[% IF ( use_heading_flags_p ) %] |
8 |
[% t("Edit subfields constraints") | html %] › |
9 |
[% IF ( heading_edit_subfields_p ) %] |
|
|
10 |
[% t("Edit MARC subfields constraints") | html %] › |
11 |
[% t("MARC subfield structure") | html %] |
12 |
[% END %] |
13 |
[% ELSE %] |
14 |
[% action | html %] › |
15 |
[% t("MARC subfield structure") | html %] |
16 |
[% END %] |
17 |
[% END %] |
9 |
[% END %] |
|
|
10 |
|
18 |
[% IF ( delete_confirm ) %] |
11 |
[% IF ( delete_confirm ) %] |
19 |
Confirm deletion of subfield [% tagsubfield | html %] › |
12 |
[% tx("Confirm deletion of subfield '{subfield}'", {subfield = mss.tagsubfield }) | html %] › |
20 |
[% t("MARC subfield structure") | html %] |
|
|
21 |
[% END %] |
13 |
[% END %] |
22 |
[% IF ( delete_confirmed ) %] |
14 |
|
23 |
[% t("Subfield deleted") | html %] › |
15 |
[% IF ( add_form || delete_confirm || else ) %] |
24 |
[% t("MARC subfield structure") | html %] |
16 |
[% tx("Tag {tag}", { tag = tagfield}) | html %] › |
25 |
[% END %] |
17 |
[% END %] |
26 |
[% IF ( else ) %] |
18 |
|
27 |
[% t("MARC subfield structure") | html %] |
19 |
[% IF ( frameworkcode ) %] |
|
|
20 |
[% framework.frameworktext | html %] ([% framework.frameworkcode | html %]) |
21 |
[% ELSE %] |
22 |
[% t("Default framework") | html %] |
28 |
[% END %] › |
23 |
[% END %] › |
|
|
24 |
|
25 |
[% t("MARC bibliographic frameworks") | html %] › |
26 |
|
29 |
[% t("Administration") | html %] › |
27 |
[% t("Administration") | html %] › |
|
|
28 |
|
30 |
[% t("Koha") | html %] |
29 |
[% t("Koha") | html %] |
31 |
[% END %]</title> |
30 |
[% END %]</title> |
32 |
[% INCLUDE 'doc-head-close.inc' %] |
31 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 44-93
Link Here
|
44 |
<a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> |
43 |
<a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> |
45 |
[% END %] |
44 |
[% END %] |
46 |
[% WRAPPER breadcrumb_item %] |
45 |
[% WRAPPER breadcrumb_item %] |
47 |
<a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> |
46 |
<a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic frameworks</a> |
48 |
[% END %] |
47 |
[% END %] |
49 |
[% WRAPPER breadcrumb_item %] |
48 |
[% WRAPPER breadcrumb_item %] |
50 |
<a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode | uri %]&searchfield=[% tagfield | uri %]"> |
49 |
<a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode | uri %]&searchfield=[% tagfield | uri %]"> |
51 |
[% IF ( frameworkcode ) %] |
50 |
[% IF ( frameworkcode ) %] |
52 |
<span>[% frameworkcode | html %] framework structure</span> |
51 |
[% framework.frameworktext | html %] ([% framework.frameworkcode | html %]) |
53 |
[% ELSE %] |
52 |
[% ELSE %] |
54 |
<span>Default framework structure</span> |
53 |
<span>Default framework</span> |
55 |
[% END %] |
54 |
[% END %] |
56 |
</a> |
55 |
</a> |
57 |
[% END %] |
56 |
[% END %] |
58 |
|
57 |
|
59 |
[% IF ( add_form ) %] |
58 |
[% IF ( add_form ) %] |
60 |
[% IF ( use_heading_flags_p ) %] |
59 |
[% WRAPPER breadcrumb_item %] |
61 |
[% IF ( heading_edit_subfields_p ) %] |
60 |
<a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode | uri %]">[% tx("Tag {tag}", { tag = tagfield}) | html %]</a> |
62 |
[% WRAPPER breadcrumb_item %] |
61 |
[% END %] |
63 |
<a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] subfield structure</a> |
62 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
64 |
[% END %] |
63 |
<span>Edit subfields constraints</span> |
65 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
|
|
66 |
<span>Edit subfields constraints</span> |
67 |
[% END %] |
68 |
[% END %] |
69 |
[% ELSE %] |
70 |
[% WRAPPER breadcrumb_item %] |
71 |
<a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&frameworkcode=[% frameworkcode | uri %]">Tag [% tagfield | html %] Subfield structure</a> |
72 |
[% END %] |
73 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
74 |
[% action | html %] |
75 |
[% END %] |
76 |
[% END %] |
64 |
[% END %] |
77 |
[% END %] |
65 |
[% END %] |
78 |
|
66 |
|
79 |
[% IF ( delete_confirm ) %] |
67 |
[% IF ( delete_confirm ) %] |
80 |
[% WRAPPER breadcrumb_item %] |
68 |
[% WRAPPER breadcrumb_item %] |
81 |
<a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% mss.tagfield | uri %]&frameworkcode=[% mss.frameworkcode | uri %]">Tag [% mss.tagfield | html %] Subfield structure</a> |
69 |
<a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% mss.tagfield | uri %]&frameworkcode=[% mss.frameworkcode | uri %]">[% tx("Tag {tag}", { tag = tagfield}) | html %]</a> |
82 |
[% END %] |
70 |
[% END %] |
83 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
71 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
84 |
<span>Confirm deletion of subfield [% mss.tagsubfield | html %]</span> |
72 |
[% tx("Confirm deletion of subfield '{subfield}'?", {subfield = mss.tagsubfield }) | html %] |
85 |
[% END %] |
73 |
[% END %] |
86 |
[% END %] |
74 |
[% END %] |
87 |
|
75 |
|
88 |
[% IF ( else ) %] |
76 |
[% IF ( else ) %] |
89 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
77 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
90 |
<span>Tag [% tagfield | html %] Subfield structure</span> |
78 |
<span>[% tx("Tag {tag} subfield structure", { tag = tagfield}) | html %]</span> |
91 |
[% END %] |
79 |
[% END %] |
92 |
[% END %] |
80 |
[% END %] |
93 |
[% END #/ WRAPPER breadcrumbs %] |
81 |
[% END #/ WRAPPER breadcrumbs %] |
Lines 100-110
Link Here
|
100 |
|
88 |
|
101 |
[% IF ( add_form ) %] |
89 |
[% IF ( add_form ) %] |
102 |
<h1> |
90 |
<h1> |
103 |
[% IF ( use_heading_flags_p ) %] |
91 |
[% tx("Tag {tag} subfield constraints", { tag = tagfield}) | html %] |
104 |
[% IF ( heading_edit_subfields_p ) %]<span>Tag</span> [% tagfield | html %] <span>Subfield constraints</span>[% END %] |
|
|
105 |
[% ELSE %] |
106 |
[% action | html %] |
107 |
[% END %] |
108 |
</h1> |
92 |
</h1> |
109 |
<div class="hint">You can drag and drop the subfield tabs to change the order.</div> |
93 |
<div class="hint">You can drag and drop the subfield tabs to change the order.</div> |
110 |
|
94 |
|
Lines 331-337
Link Here
|
331 |
|
315 |
|
332 |
[% IF ( delete_confirm ) %] |
316 |
[% IF ( delete_confirm ) %] |
333 |
<div class="dialog alert"> |
317 |
<div class="dialog alert"> |
334 |
<h1>Confirm deletion of subfield [% mss.tagsubfield | html %]?</h1> |
318 |
<h1>[% tx("Confirm deletion of subfield '{subfield}'?", {subfield = mss.tagsubfield }) | html %]</h1> |
335 |
<p>Subfield: [% mss.tagsubfield | html %]</p> |
319 |
<p>Subfield: [% mss.tagsubfield | html %]</p> |
336 |
<p>Description: [% mss.liblibrarian | html_entity %]</p> |
320 |
<p>Description: [% mss.liblibrarian | html_entity %]</p> |
337 |
|
321 |
|
Lines 354-360
Link Here
|
354 |
|
338 |
|
355 |
[% IF ( else ) %] |
339 |
[% IF ( else ) %] |
356 |
[% IF ( frameworkcode ) %] |
340 |
[% IF ( frameworkcode ) %] |
357 |
<h1>MARC subfield structure admin for [% tagfield | html %] (framework [% frameworkcode | html %])</h1> |
341 |
<h1>[% tx("Tag {tag} subfield structure (framework {frameworkcode})", { tag = tagfield, frameworkcode = frameworkcode }) | html %]</h1> |
358 |
[% ELSE %] |
342 |
[% ELSE %] |
359 |
<h1>MARC subfield structure admin for [% tagfield | html %] (default framework)</h1> |
343 |
<h1>MARC subfield structure admin for [% tagfield | html %] (default framework)</h1> |
360 |
[% END %] |
344 |
[% END %] |