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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-1 / +5 lines)
Lines 374-380 Link Here
374
                    [% END # /IF ( delete_confirm ) %]
374
                    [% END # /IF ( delete_confirm ) %]
375
375
376
                    [% IF ( else ) %]
376
                    [% IF ( else ) %]
377
                        <h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h1>
377
                        [% IF ( frameworkcode ) %]
378
                            <h1>MARC subfield structure admin for [% tagfield | html %] (framework [% frameworkcode | html %])</h1>
379
                        [% ELSE %]
380
                            <h1>MARC subfield structure admin for [% tagfield | html %] (default framework)</h1>
381
                        [% END %]
378
382
379
                        <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>
383
                        <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>
380
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
384
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-16 / +19 lines)
Lines 43-49 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
43
            <li>
43
            <li>
44
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
44
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
45
                    [% IF framework %]
45
                    [% IF framework %]
46
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
46
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
47
                    [% ELSE %]
47
                    [% ELSE %]
48
                        <span>Default MARC framework</span>
48
                        <span>Default MARC framework</span>
49
                    [% END%]
49
                    [% END%]
Lines 52-61 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
52
            <li>
52
            <li>
53
                <a href="#" aria-current="page">
53
                <a href="#" aria-current="page">
54
                    [% IF heading_add_tag_p %]
54
                    [% IF heading_add_tag_p %]
55
                        <span>Add tag</span>
55
                        <span>Add tag [% searchfield | html %]</span>
56
                    [% ELSE %]
56
                    [% ELSE %]
57
                        <span>Modify tag</span>
57
                        <span>Modify tag [% searchfield | html %]</span>
58
                    [% END %] [% searchfield | html %]
58
                    [% END %]
59
                </a>
59
                </a>
60
            </li>
60
            </li>
61
61
Lines 63-71 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
63
            <li>
63
            <li>
64
                <a href="#" aria-current="page">
64
                <a href="#" aria-current="page">
65
                    [% IF framework %]
65
                    [% IF framework %]
66
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
66
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
67
                    [% ELSE %]
67
                    [% ELSE %]
68
                        Default MARC framework
68
                        <span>Default MARC framework</span>
69
                    [% END %]
69
                    [% END %]
70
                </a>
70
                </a>
71
            </li>
71
            </li>
Lines 74-88 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
74
            <li>
74
            <li>
75
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
75
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
76
                    [% IF framework %]
76
                    [% IF framework %]
77
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
77
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
78
                    [% ELSE %]
78
                    [% ELSE %]
79
                        Default MARC framework
79
                        <span>Default MARC framework</span>
80
                    [% END %]
80
                    [% END %]
81
                </a>
81
                </a>
82
            </li>
82
            </li>
83
            <li>
83
            <li>
84
                <a href="#" aria-current="page">
84
                <a href="#" aria-current="page">
85
                    Confirm deletion of tag '[% searchfield | html %]'
85
                    Confirm deletion of tag [% searchfield | html %]
86
                </a>
86
                </a>
87
            </li>
87
            </li>
88
88
Lines 90-98 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
90
            <li>
90
            <li>
91
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
91
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
92
                    [% IF framework %]
92
                    [% IF framework %]
93
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
93
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
94
                    [% ELSE %]
94
                    [% ELSE %]
95
                        Default MARC framework
95
                        <span>Default MARC framework</span>
96
                    [% END %]
96
                    [% END %]
97
                </a>
97
                </a>
98
            </li>
98
            </li>
Lines 116-122 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
116
    <a class="btn btn-default" id="addtag" href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&amp;frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-plus"></i> New tag</a>
116
    <a class="btn btn-default" id="addtag" href="/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&amp;frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-plus"></i> New tag</a>
117
</div>[% END %]
117
</div>[% END %]
118
118
119
<h1>MARC Framework for [% IF framework %][% framework.frameworktext | html %] ([% framework.frameworkcode | html %])[% ELSE %]default MARC framework[% END %]</h1>
119
[% IF framework %]
120
    <h1>MARC Framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</h1>
121
[% ELSE %]
122
    <h1>MARC Framework for default MARC framework</h1>
123
[% END %]
120
124
121
[% IF ( add_form ) %]
125
[% IF ( add_form ) %]
122
126
Lines 285-293 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
285
                [% END %]
289
                [% END %]
286
            [% END %]
290
            [% END %]
287
            </td>
291
            </td>
288
            <td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td>
292
            <td>[% IF ( loo.repeatable ) %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]</td>
289
            <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
293
            <td>[% IF ( loo.mandatory ) %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]</td>
290
            <td>[% IF ( loo.important ) %]Yes[% ELSE %]No[% END %]</td>
294
            <td>[% IF ( loo.important ) %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]</td>
291
            <td>[% loo.authorised_value | html %]</td>
295
            <td>[% loo.authorised_value | html %]</td>
292
            <td>[% loo.ind1_defaultvalue | html %]</td>
296
            <td>[% loo.ind1_defaultvalue | html %]</td>
293
            <td>[% loo.ind2_defaultvalue | html %]</td>
297
            <td>[% loo.ind2_defaultvalue | html %]</td>
294
- 

Return to bug 31718