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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-3 / +3 lines)
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 %] &rsaquo;
8
        [% t("Edit subfield constraints") | html %] &rsaquo;
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 %]&amp;frameworkcode=[% frameworkcode | uri %]">[% tx("Tag {tag}", { tag = tagfield}) | html %]</a>
60
                    <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield | uri %]&amp;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>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-5 / +8 lines)
Lines 18-24 Link Here
18
    [% IF ( delete_confirmed ) %]
18
    [% IF ( delete_confirmed ) %]
19
        [% t("Data deleted") | html %] &rsaquo;
19
        [% t("Data deleted") | html %] &rsaquo;
20
    [% END %]
20
    [% END %]
21
    [% framework.frameworktext | html %] ([% framework.frameworkcode | html %]) &rsaquo;
21
    [% IF framework %]
22
        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %]) &rsaquo;
23
    [% ELSE %]
24
        [% t("Default framework") | html %] &rsaquo;
25
    [% END %]
22
    [% t("MARC bibliographic frameworks") | html %] &rsaquo;
26
    [% t("MARC bibliographic frameworks") | html %] &rsaquo;
23
    [% t("Administration") | html %] &rsaquo;
27
    [% t("Administration") | html %] &rsaquo;
24
    [% t("Koha") | html %]
28
    [% t("Koha") | html %]
Lines 63-69 Link Here
63
                [% IF framework %]
67
                [% IF framework %]
64
                    <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
68
                    <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
65
                [% ELSE %]
69
                [% ELSE %]
66
                    <span>Default MARC bibliographic framework</span>
70
                    <span>Default framework</span>
67
                [% END %]
71
                [% END %]
68
            [% END %]
72
            [% END %]
69
73
Lines 73-79 Link Here
73
                    [% IF framework %]
77
                    [% IF framework %]
74
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
78
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
75
                    [% ELSE %]
79
                    [% ELSE %]
76
                        <span>Default MARC bibliographic framework</span>
80
                        <span>Default framework</span>
77
                    [% END %]
81
                    [% END %]
78
                </a>
82
                </a>
79
            [% END %]
83
            [% END %]
Lines 87-93 Link Here
87
                    [% IF framework %]
91
                    [% IF framework %]
88
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
92
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
89
                    [% ELSE %]
93
                    [% ELSE %]
90
                        <span>Default MARC bibliographic framework</span>
94
                        <span>Default framework</span>
91
                    [% END %]
95
                    [% END %]
92
                </a>
96
                </a>
93
            [% END %]
97
            [% END %]
94
- 

Return to bug 34393