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 371-377 Link Here
371
                    [% END # /IF ( delete_confirm ) %]
371
                    [% END # /IF ( delete_confirm ) %]
372
372
373
                    [% IF ( else ) %]
373
                    [% IF ( else ) %]
374
                        <h1>MARC subfield structure admin for [% tagfield | html %] [% IF ( frameworkcode ) %](framework [% frameworkcode | html %])[% ELSE %](default framework)[% END %]</h1>
374
                        [% IF ( frameworkcode ) %]
375
                            <h1>MARC subfield structure admin for [% tagfield | html %] (framework [% frameworkcode | html %])</h1>
376
                        [% ELSE %]
377
                            <h1>MARC subfield structure admin for [% tagfield | html %] (default framework)</h1>
378
                        [% END %]
375
379
376
                        <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>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on edit.</p>
377
                        <p>The column 'Koha field' shows that the subfield is linked with a Koha field.</p>
381
                        <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 41-47 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
41
            <li>
41
            <li>
42
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
42
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
43
                    [% IF framework %]
43
                    [% IF framework %]
44
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
44
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
45
                    [% ELSE %]
45
                    [% ELSE %]
46
                        <span>Default MARC framework</span>
46
                        <span>Default MARC framework</span>
47
                    [% END%]
47
                    [% END%]
Lines 50-59 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
50
            <li>
50
            <li>
51
                <a href="#" aria-current="page">
51
                <a href="#" aria-current="page">
52
                    [% IF heading_add_tag_p %]
52
                    [% IF heading_add_tag_p %]
53
                        <span>Add tag</span>
53
                        <span>Add tag [% searchfield | html %]</span>
54
                    [% ELSE %]
54
                    [% ELSE %]
55
                        <span>Modify tag</span>
55
                        <span>Modify tag [% searchfield | html %]</span>
56
                    [% END %] [% searchfield | html %]
56
                    [% END %]
57
                </a>
57
                </a>
58
            </li>
58
            </li>
59
59
Lines 61-69 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
61
            <li>
61
            <li>
62
                <a href="#" aria-current="page">
62
                <a href="#" aria-current="page">
63
                    [% IF framework %]
63
                    [% IF framework %]
64
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
64
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
65
                    [% ELSE %]
65
                    [% ELSE %]
66
                        Default MARC framework
66
                        <span>Default MARC framework</span>
67
                    [% END %]
67
                    [% END %]
68
                </a>
68
                </a>
69
            </li>
69
            </li>
Lines 72-86 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
72
            <li>
72
            <li>
73
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
73
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
74
                    [% IF framework %]
74
                    [% IF framework %]
75
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
75
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
76
                    [% ELSE %]
76
                    [% ELSE %]
77
                        Default MARC framework
77
                        <span>Default MARC framework</span>
78
                    [% END %]
78
                    [% END %]
79
                </a>
79
                </a>
80
            </li>
80
            </li>
81
            <li>
81
            <li>
82
                <a href="#" aria-current="page">
82
                <a href="#" aria-current="page">
83
                    Confirm deletion of tag '[% searchfield | html %]'
83
                    Confirm deletion of tag [% searchfield | html %]
84
                </a>
84
                </a>
85
            </li>
85
            </li>
86
86
Lines 88-96 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
88
            <li>
88
            <li>
89
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
89
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
90
                    [% IF framework %]
90
                    [% IF framework %]
91
                        [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])
91
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
92
                    [% ELSE %]
92
                    [% ELSE %]
93
                        Default MARC framework
93
                        <span>Default MARC framework</span>
94
                    [% END %]
94
                    [% END %]
95
                </a>
95
                </a>
96
            </li>
96
            </li>
Lines 113-119 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
113
    <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>
113
    <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>
114
</div>[% END %]
114
</div>[% END %]
115
115
116
<h1>MARC Framework for [% IF framework %][% framework.frameworktext | html %] ([% framework.frameworkcode | html %])[% ELSE %]default MARC framework[% END %]</h1>
116
[% IF framework %]
117
    <h1>MARC Framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</h1>
118
[% ELSE %]
119
    <h1>MARC Framework for default MARC framework</h1>
120
[% END %]
117
121
118
[% IF ( add_form ) %]
122
[% IF ( add_form ) %]
119
123
Lines 282-290 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
282
                [% END %]
286
                [% END %]
283
            [% END %]
287
            [% END %]
284
            </td>
288
            </td>
285
            <td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td>
289
            <td>[% IF ( loo.repeatable ) %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]</td>
286
            <td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td>
290
            <td>[% IF ( loo.mandatory ) %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]</td>
287
            <td>[% IF ( loo.important ) %]Yes[% ELSE %]No[% END %]</td>
291
            <td>[% IF ( loo.important ) %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]</td>
288
            <td>[% loo.authorised_value | html %]</td>
292
            <td>[% loo.authorised_value | html %]</td>
289
            <td>[% loo.ind1_defaultvalue | html %]</td>
293
            <td>[% loo.ind1_defaultvalue | html %]</td>
290
            <td>[% loo.ind2_defaultvalue | html %]</td>
294
            <td>[% loo.ind2_defaultvalue | html %]</td>
291
- 

Return to bug 31718