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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-3 / +3 lines)
Lines 337-345 Link Here
337
                            <li>
337
                            <li>
338
                                <span class="label">Create items when:</span>
338
                                <span class="label">Create items when:</span>
339
                                [% SWITCH basket.create_items %]
339
                                [% SWITCH basket.create_items %]
340
                                    [% CASE 'receiving' ]<span>Receiving items</span>
340
                                    [% CASE 'receiving' %]<span>Receiving items</span>
341
                                    [% CASE 'cataloguing' ]<span>Cataloguing items</span>
341
                                    [% CASE 'cataloguing' %]<span>Cataloguing items</span>
342
                                    [% CASE ]<span>Placing orders</span>
342
                                    [% CASE %]<span>Placing orders</span>
343
                                [% END %]
343
                                [% END %]
344
                            </li>
344
                            </li>
345
                        [% END %]
345
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-7 / +7 lines)
Lines 18-30 Link Here
18
18
19
[% BLOCK norms_text %]
19
[% BLOCK norms_text %]
20
    [% SWITCH norm %]
20
    [% SWITCH norm %]
21
        [% CASE 'none' ]<span>None</span>
21
        [% CASE 'none' %]<span>None</span>
22
        [% CASE 'remove_spaces' ]<span>Remove spaces</span>
22
        [% CASE 'remove_spaces' %]<span>Remove spaces</span>
23
        [% CASE 'upper_case' ]<span>Uppercase</span>
23
        [% CASE 'upper_case' %]<span>Uppercase</span>
24
        [% CASE 'lower_case' ]<span>Lowercase</span>
24
        [% CASE 'lower_case' %]<span>Lowercase</span>
25
        [% CASE 'legacy_default' ]<span>Legacy default</span>
25
        [% CASE 'legacy_default' %]<span>Legacy default</span>
26
        [% CASE 'ISBN' ]<span>ISBN</span>
26
        [% CASE 'ISBN' %]<span>ISBN</span>
27
        [% CASE ]<span>[% norm | html %]</span>
27
        [% CASE %]<span>[% norm | html %]</span>
28
    [% END %]
28
    [% END %]
29
[% END %]
29
[% END %]
30
30
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-5 / +5 lines)
Lines 803-813 Note that permanent location is a code, and location may be an authval. Link Here
803
            <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</td>
803
            <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</td>
804
            <td>
804
            <td>
805
              [% SWITCH order.orderstatus %]
805
              [% SWITCH order.orderstatus %]
806
                [% CASE 'new' ]<span>New</span>
806
                [% CASE 'new' %]<span>New</span>
807
                [% CASE 'ordered' ]<span>Ordered</span>
807
                [% CASE 'ordered' %]<span>Ordered</span>
808
                [% CASE 'partial' ]<span>Partial</span>
808
                [% CASE 'partial' %]<span>Partial</span>
809
                [% CASE 'complete' ]<span>Complete</span>
809
                [% CASE 'complete' %]<span>Complete</span>
810
                [% CASE 'cancelled' ]<span>Cancelled</span>
810
                [% CASE 'cancelled' %]<span>Cancelled</span>
811
              [% END %]
811
              [% END %]
812
            </td>
812
            </td>
813
            <td>[% order.quantity | html %]</td>
813
            <td>[% order.quantity | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-10 / +10 lines)
Lines 125-140 Link Here
125
                                     <h3>Reason for transfer</h3>
125
                                     <h3>Reason for transfer</h3>
126
                                     <p>
126
                                     <p>
127
                                         [%- SWITCH trigger -%]
127
                                         [%- SWITCH trigger -%]
128
                                             [%- CASE 'Manual' -]<span>Manual</span>
128
                                             [%- CASE 'Manual' -%]<span>Manual</span>
129
                                             [%- CASE 'StockrotationAdvance' -]<span>Stock rotation advance</span>
129
                                             [%- CASE 'StockrotationAdvance' -%]<span>Stock rotation advance</span>
130
                                             [%- CASE 'StockrotationRepatriation' -]<span>Stock rotation repatriation</span>
130
                                             [%- CASE 'StockrotationRepatriation' -%]<span>Stock rotation repatriation</span>
131
                                             [%- CASE 'ReturnToHome' -]<span>Return to home library</span>
131
                                             [%- CASE 'ReturnToHome' -%]<span>Return to home library</span>
132
                                             [%- CASE 'ReturnToHolding' -]<span>Return to holding library</span>
132
                                             [%- CASE 'ReturnToHolding' -%]<span>Return to holding library</span>
133
                                             [%- CASE 'RotatingCollection' -]<span>Rotating collection</span>
133
                                             [%- CASE 'RotatingCollection' -%]<span>Rotating collection</span>
134
                                             [%- CASE 'Reserve' -]<span>Reserve</span>
134
                                             [%- CASE 'Reserve' -%]<span>Reserve</span>
135
                                             [%- CASE 'LostReserve' -]<span>Lost reserve</span>
135
                                             [%- CASE 'LostReserve' -%]<span>Lost reserve</span>
136
                                             [%- CASE 'CancelReserve' -]<span>Cancelled reserve</span>
136
                                             [%- CASE 'CancelReserve' -%]<span>Cancelled reserve</span>
137
                                             [%- CASE 'TransferCancellation' -]<span>Transfer was cancelled whilst in transit</span>
137
                                             [%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span>
138
                                         [%- END -%]
138
                                         [%- END -%]
139
                                     </p>
139
                                     </p>
140
                                 </div>
140
                                 </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-8 / +8 lines)
Lines 2-12 Link Here
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[%- BLOCK translate_label_types -%]
3
[%- BLOCK translate_label_types -%]
4
    [%-  SWITCH type -%]
4
    [%-  SWITCH type -%]
5
        [%- CASE 'BIB' -]<span> Only the bibliographic data is printed</span>
5
        [%- CASE 'BIB' -%]<span> Only the bibliographic data is printed</span>
6
        [%- CASE 'BARBIB'-]<span> Barcode proceeds bibliographic data</span>
6
        [%- CASE 'BARBIB'-%]<span> Barcode proceeds bibliographic data</span>
7
        [%- CASE 'BIBBAR'-]<span> Bibliographic data proceeds barcode</span>
7
        [%- CASE 'BIBBAR'-%]<span> Bibliographic data proceeds barcode</span>
8
        [%- CASE 'ALT' -]<span> Barcode and bibliographic data are printed on alternating labels</span>
8
        [%- CASE 'ALT' -%]<span> Barcode and bibliographic data are printed on alternating labels</span>
9
        [%- CASE 'BAR' -]<span> Only the barcode is printed</span>
9
        [%- CASE 'BAR' -%]<span> Only the barcode is printed</span>
10
    [%- END -%]
10
    [%- END -%]
11
[%- END -%]
11
[%- END -%]
12
    [% INCLUDE 'doc-head-open.inc' %]
12
    [% INCLUDE 'doc-head-open.inc' %]
Lines 16-24 Link Here
16
16
17
[% BLOCK translate_justification_types %]
17
[% BLOCK translate_justification_types %]
18
[%  SWITCH type %]
18
[%  SWITCH type %]
19
[%   CASE 'L' ]<span>Left</span>
19
[%   CASE 'L' %]<span>Left</span>
20
[%   CASE 'C' ]<span>Center</span>
20
[%   CASE 'C' %]<span>Center</span>
21
[%   CASE 'R' ]<span>Right</span>
21
[%   CASE 'R' %]<span>Right</span>
22
[%  END %]
22
[%  END %]
23
[% END %]
23
[% END %]
24
<body id="labels_label-edit-layout" class="tools labels">
24
<body id="labels_label-edit-layout" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-8 / +8 lines)
Lines 3-16 Link Here
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% BLOCK translate_label_element %]
4
[% BLOCK translate_label_element %]
5
[%-  SWITCH element -%]
5
[%-  SWITCH element -%]
6
[%-  CASE 'layout'    -]<span>layout</span>
6
[%-  CASE 'layout'    -%]<span>layout</span>
7
[%-  CASE 'Layouts'   -]<span>Layouts</span>
7
[%-  CASE 'Layouts'   -%]<span>Layouts</span>
8
[%-  CASE 'template'  -]<span>template</span>
8
[%-  CASE 'template'  -%]<span>template</span>
9
[%-  CASE 'Templates' -]<span>Templates</span>
9
[%-  CASE 'Templates' -%]<span>Templates</span>
10
[%-  CASE 'profile'   -]<span>profile</span>
10
[%-  CASE 'profile'   -%]<span>profile</span>
11
[%-  CASE 'Profiles'  -]<span>Profiles</span>
11
[%-  CASE 'Profiles'  -%]<span>Profiles</span>
12
[%-  CASE 'batch'     -]<span>batch</span>
12
[%-  CASE 'batch'     -%]<span>batch</span>
13
[%-  CASE 'Batches'   -]<span>Batches</span>
13
[%-  CASE 'Batches'   -%]<span>Batches</span>
14
[%-  END -%]
14
[%-  END -%]
15
[% END %]
15
[% END %]
16
    [% INCLUDE 'doc-head-open.inc' %]
16
    [% INCLUDE 'doc-head-open.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-13 / +13 lines)
Lines 2-24 Link Here
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[% BLOCK translate_card_element %]
3
[% BLOCK translate_card_element %]
4
[%-  SWITCH element -%]
4
[%-  SWITCH element -%]
5
[%-  CASE 'layout'    -]<span>layout</span>
5
[%-  CASE 'layout'    -%]<span>layout</span>
6
[%-  CASE 'Layouts'   -]<span>Layouts</span>
6
[%-  CASE 'Layouts'   -%]<span>Layouts</span>
7
[%-  CASE 'template'  -]<span>template</span>
7
[%-  CASE 'template'  -%]<span>template</span>
8
[%-  CASE 'Templates' -]<span>Templates</span>
8
[%-  CASE 'Templates' -%]<span>Templates</span>
9
[%-  CASE 'profile'   -]<span>profile</span>
9
[%-  CASE 'profile'   -%]<span>profile</span>
10
[%-  CASE 'Profiles'  -]<span>Profiles</span>
10
[%-  CASE 'Profiles'  -%]<span>Profiles</span>
11
[%-  CASE 'batch'     -]<span>batch</span>
11
[%-  CASE 'batch'     -%]<span>batch</span>
12
[%-  CASE 'Batches'   -]<span>Batches</span>
12
[%-  CASE 'Batches'   -%]<span>Batches</span>
13
[%-  CASE 'Actions'   -]<span>Actions</span>
13
[%-  CASE 'Actions'   -%]<span>Actions</span>
14
[%-  END -%]
14
[%-  END -%]
15
[% END %]
15
[% END %]
16
[% BLOCK translate_card_elements %]
16
[% BLOCK translate_card_elements %]
17
[%-  SWITCH element -%]
17
[%-  SWITCH element -%]
18
[%-  CASE 'layout'    -]<span>layouts</span>
18
[%-  CASE 'layout'    -%]<span>layouts</span>
19
[%-  CASE 'template'  -]<span>templates</span>
19
[%-  CASE 'template'  -%]<span>templates</span>
20
[%-  CASE 'profile'   -]<span>profiles</span>
20
[%-  CASE 'profile'   -%]<span>profiles</span>
21
[%-  CASE 'batch'     -]<span>batches</span>
21
[%-  CASE 'batch'     -%]<span>batches</span>
22
[%-  END -%]
22
[%-  END -%]
23
[% END %]
23
[% END %]
24
24
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-6 / +6 lines)
Lines 11-22 Link Here
11
11
12
[%- BLOCK area_name -%]
12
[%- BLOCK area_name -%]
13
    [%- SWITCH area -%]
13
    [%- SWITCH area -%]
14
        [%- CASE 'CIRC' -]<span>Circulation</span>
14
        [%- CASE 'CIRC' -%]<span>Circulation</span>
15
        [%- CASE 'CAT'  -]<span>Catalog</span>
15
        [%- CASE 'CAT'  -%]<span>Catalog</span>
16
        [%- CASE 'PAT'  -]<span>Patrons</span>
16
        [%- CASE 'PAT'  -%]<span>Patrons</span>
17
        [%- CASE 'ACQ'  -]<span>Acquisitions</span>
17
        [%- CASE 'ACQ'  -%]<span>Acquisitions</span>
18
        [%- CASE 'ACC'  -]<span>Accounts</span>
18
        [%- CASE 'ACC'  -%]<span>Accounts</span>
19
        [%- CASE 'SER'  -]<span>Serials</span>
19
        [%- CASE 'SER'  -%]<span>Serials</span>
20
    [%- END -%]
20
    [%- END -%]
21
[%- END -%]
21
[%- END -%]
22
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-16 / +16 lines)
Lines 59-80 Link Here
59
                    <li>
59
                    <li>
60
                [% END %]
60
                [% END %]
61
                [% SWITCH loopfilte.crit %]
61
                [% SWITCH loopfilte.crit %]
62
                    [% CASE 0 ]<span>Period from [% loopfilte.filter | html %]</span>
62
                    [% CASE 0 %]<span>Period from [% loopfilte.filter | html %]</span>
63
                    [% CASE 1 ]<span>Period to [% loopfilte.filter | html %]</span>
63
                    [% CASE 1 %]<span>Period to [% loopfilte.filter | html %]</span>
64
                    [% CASE 2 ]<span>Patron category = [% loopfilte.filter | html %]</span>
64
                    [% CASE 2 %]<span>Patron category = [% loopfilte.filter | html %]</span>
65
                    [% CASE 3 ]<span>Item type = [% loopfilte.filter | html %]</span>
65
                    [% CASE 3 %]<span>Item type = [% loopfilte.filter | html %]</span>
66
                    [% CASE 4 ]<span>Issuing library = [% loopfilte.filter | html %]</span>
66
                    [% CASE 4 %]<span>Issuing library = [% loopfilte.filter | html %]</span>
67
                    [% CASE 5 ]<span>Collection = [% loopfilte.filter | html %]</span>
67
                    [% CASE 5 %]<span>Collection = [% loopfilte.filter | html %]</span>
68
                    [% CASE 6 ]<span>Location = [% loopfilte.filter | html %]</span>
68
                    [% CASE 6 %]<span>Location = [% loopfilte.filter | html %]</span>
69
                    [% CASE 7 ]<span>Item call number &gt;= [% loopfilte.filter | html %]</span>
69
                    [% CASE 7 %]<span>Item call number &gt;= [% loopfilte.filter | html %]</span>
70
                    [% CASE 8 ]<span>Item call number &lt; [% loopfilte.filter | html %]</span>
70
                    [% CASE 8 %]<span>Item call number &lt; [% loopfilte.filter | html %]</span>
71
                    [% CASE 9 ]<span>Patron sort1 = [% loopfilte.filter | html %]</span>
71
                    [% CASE 9 %]<span>Patron sort1 = [% loopfilte.filter | html %]</span>
72
                    [% CASE 10 ]<span>Patron sort2 = [% loopfilte.filter | html %]</span>
72
                    [% CASE 10 %]<span>Patron sort2 = [% loopfilte.filter | html %]</span>
73
                    [% CASE 11 ]<span>Home library = [% loopfilte.filter | html %]</span>
73
                    [% CASE 11 %]<span>Home library = [% loopfilte.filter | html %]</span>
74
                    [% CASE 12 ]<span>Holding library = [% loopfilte.filter | html %]</span>
74
                    [% CASE 12 %]<span>Holding library = [% loopfilte.filter | html %]</span>
75
                    [% CASE 13 ]<span>Patron library = [% loopfilte.filter | html %]</span>
75
                    [% CASE 13 %]<span>Patron library = [% loopfilte.filter | html %]</span>
76
                    [% CASE 14 ]<span>Issuing library = [% loopfilte.filter | html %]</span>
76
                    [% CASE 14 %]<span>Issuing library = [% loopfilte.filter | html %]</span>
77
                    [% CASE ]<span>[% loopfilte.crit | html %] = [% loopfilte.filter | html %]</span>
77
                    [% CASE %]<span>[% loopfilte.crit | html %] = [% loopfilte.filter | html %]</span>
78
                [% END %]
78
                [% END %]
79
				</li>
79
				</li>
80
            [% END %]
80
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-6 / +6 lines)
Lines 126-137 Link Here
126
[% END %]
126
[% END %]
127
127
128
[% BLOCK used_for_description %]
128
[% BLOCK used_for_description %]
129
    [% IF used_for_code == 'export_records' ]<span> Export records</span>
129
    [% IF used_for_code == 'export_records' %]<span> Export records</span>
130
    [% ELSIF used_for_code == 'late_issues' ]<span> Late serial issues claims</span>
130
    [% ELSIF used_for_code == 'late_issues' %]<span> Late serial issues claims</span>
131
    [% ELSIF used_for_code == 'late_orders' ]<span> Export late orders</span>
131
    [% ELSIF used_for_code == 'late_orders' %]<span> Export late orders</span>
132
    [% ELSIF used_for_code == 'export_basket' ]<span> Basket export in acquisition</span>
132
    [% ELSIF used_for_code == 'export_basket' %]<span> Basket export in acquisition</span>
133
    [% ELSIF used_for_code == 'export_lost_items' ]<span> Export lost items in report</span>
133
    [% ELSIF used_for_code == 'export_lost_items' %]<span> Export lost items in report</span>
134
    [% ELSE ]<span> Unknown usage</span>
134
    [% ELSE %]<span> Unknown usage</span>
135
    [% END %]
135
    [% END %]
136
[% END %]
136
[% END %]
137
137
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc (-25 / +25 lines)
Lines 11-46 Link Here
11
11
12
[%- BLOCK debit_type_description -%]
12
[%- BLOCK debit_type_description -%]
13
    [%- SWITCH debit_type_code -%]
13
    [%- SWITCH debit_type_code -%]
14
        [%- CASE 'ACCOUNT'          -]<span>Account creation fee</span>
14
        [%- CASE 'ACCOUNT'          -%]<span>Account creation fee</span>
15
        [%- CASE 'ACCOUNT_RENEW'    -]<span>Account renewal fee</span>
15
        [%- CASE 'ACCOUNT_RENEW'    -%]<span>Account renewal fee</span>
16
        [%- CASE 'ARTICLE_REQUEST'  -]<span>Article request fee</span>
16
        [%- CASE 'ARTICLE_REQUEST'  -%]<span>Article request fee</span>
17
        [%- CASE 'LOST'             -]<span>Lost item</span>
17
        [%- CASE 'LOST'             -%]<span>Lost item</span>
18
        [%- CASE 'MANUAL'           -]<span>Manual fee</span>
18
        [%- CASE 'MANUAL'           -%]<span>Manual fee</span>
19
        [%- CASE 'NEW_CARD'         -]<span>New card</span>
19
        [%- CASE 'NEW_CARD'         -%]<span>New card</span>
20
        [%- CASE 'OVERDUE'          -]<span>Fine</span>
20
        [%- CASE 'OVERDUE'          -%]<span>Fine</span>
21
        [%- CASE 'PROCESSING'       -]<span>Lost item processing fee</span>
21
        [%- CASE 'PROCESSING'       -%]<span>Lost item processing fee</span>
22
        [%- CASE 'RENT'             -]<span>Rental fee</span>
22
        [%- CASE 'RENT'             -%]<span>Rental fee</span>
23
        [%- CASE 'RENT_DAILY'       -]<span>Daily rental fee</span>
23
        [%- CASE 'RENT_DAILY'       -%]<span>Daily rental fee</span>
24
        [%- CASE 'RENT_RENEW'       -]<span>Renewal of rental item</span>
24
        [%- CASE 'RENT_RENEW'       -%]<span>Renewal of rental item</span>
25
        [%- CASE 'RENT_DAILY_RENEW' -]<span>Renewal of daily rental item</span>
25
        [%- CASE 'RENT_DAILY_RENEW' -%]<span>Renewal of daily rental item</span>
26
        [%- CASE 'RESERVE'          -]<span>Hold fee</span>
26
        [%- CASE 'RESERVE'          -%]<span>Hold fee</span>
27
        [%- CASE 'RESERVE_EXPIRED'  -]<span>Hold waiting too long</span>
27
        [%- CASE 'RESERVE_EXPIRED'  -%]<span>Hold waiting too long</span>
28
        [%- CASE 'Payout'           -]<span>Payout</span>
28
        [%- CASE 'Payout'           -%]<span>Payout</span>
29
        [%- CASE                    -]<span>[% debit_type.description | html %]</span>
29
        [%- CASE                    -%]<span>[% debit_type.description | html %]</span>
30
    [%- END -%]
30
    [%- END -%]
31
[%- END -%]
31
[%- END -%]
32
32
33
[%- BLOCK credit_type_description -%]
33
[%- BLOCK credit_type_description -%]
34
    [%- SWITCH credit_type_code -%]
34
    [%- SWITCH credit_type_code -%]
35
        [%- CASE 'PAYMENT'      -]<span>Payment</span>
35
        [%- CASE 'PAYMENT'      -%]<span>Payment</span>
36
        [%- CASE 'WRITEOFF'     -]<span>Writeoff</span>
36
        [%- CASE 'WRITEOFF'     -%]<span>Writeoff</span>
37
        [%- CASE 'FORGIVEN'     -]<span>Forgiven</span>
37
        [%- CASE 'FORGIVEN'     -%]<span>Forgiven</span>
38
        [%- CASE 'CREDIT'       -]<span>Credit</span>
38
        [%- CASE 'CREDIT'       -%]<span>Credit</span>
39
        [%- CASE 'LOST_FOUND'   -]<span>Lost item fee refund</span>
39
        [%- CASE 'LOST_FOUND'   -%]<span>Lost item fee refund</span>
40
        [%- CASE 'OVERPAYMENT'  -]<span>Overpayment refund</span>
40
        [%- CASE 'OVERPAYMENT'  -%]<span>Overpayment refund</span>
41
        [%- CASE 'REFUND'       -]<span>Refund</span>
41
        [%- CASE 'REFUND'       -%]<span>Refund</span>
42
        [%- CASE 'CANCELLATION' -]<span>Cancelled charge</span>
42
        [%- CASE 'CANCELLATION' -%]<span>Cancelled charge</span>
43
        [%- CASE                -]<span>[% credit_type.description | html %]</span>
43
        [%- CASE                -%]<span>[% credit_type.description | html %]</span>
44
    [%- END -%]
44
    [%- END -%]
45
[%- END -%]
45
[%- END -%]
46
46
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc (-7 / +7 lines)
Lines 33-45 Link Here
33
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
33
        [% UNLESS ( type=='seefrom' || type=='seealso' ) %]
34
            <span class="type">
34
            <span class="type">
35
                [% SWITCH type %]
35
                [% SWITCH type %]
36
                    [% CASE 'earlier' ]<span>(Earlier heading)</span>
36
                    [% CASE 'earlier' %]<span>(Earlier heading)</span>
37
                    [% CASE 'later' ]<span>(Later heading)</span>
37
                    [% CASE 'later' %]<span>(Later heading)</span>
38
                    [% CASE 'acronym' ]<span>(Acronym)</span>
38
                    [% CASE 'acronym' %]<span>(Acronym)</span>
39
                    [% CASE 'musical' ]<span>(Musical composition)</span>
39
                    [% CASE 'musical' %]<span>(Musical composition)</span>
40
                    [% CASE 'broader' ]<span>(Broader heading)</span>
40
                    [% CASE 'broader' %]<span>(Broader heading)</span>
41
                    [% CASE 'narrower' ]<span>(Narrower heading)</span>
41
                    [% CASE 'narrower' %]<span>(Narrower heading)</span>
42
                    [% CASE 'parent' ]<span>(Immediate parent body)</span>
42
                    [% CASE 'parent' %]<span>(Immediate parent body)</span>
43
                    [% CASE %]
43
                    [% CASE %]
44
                        [% IF type %]([% type | html %])[% END %]
44
                        [% IF type %]([% type | html %])[% END %]
45
                    [% END %]
45
                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-authorities.inc (-14 / +13 lines)
Lines 24-36 Link Here
24
[% BLOCK authtypelabel %]
24
[% BLOCK authtypelabel %]
25
    [% UNLESS ( type=='seefrom' || type=='seealso' || type=='' ) %]
25
    [% UNLESS ( type=='seefrom' || type=='seealso' || type=='' ) %]
26
        <span class="type">[% FILTER trim %][% SWITCH type %]
26
        <span class="type">[% FILTER trim %][% SWITCH type %]
27
        [% CASE 'earlier' ]<span>Earlier heading</span>
27
        [% CASE 'earlier' %]<span>Earlier heading</span>
28
        [% CASE 'later' ]<span>Later heading</span>
28
        [% CASE 'later' %]<span>Later heading</span>
29
        [% CASE 'acronym' ]<span>Acronym</span>
29
        [% CASE 'acronym' %]<span>Acronym</span>
30
        [% CASE 'musical' ]<span>Musical composition</span>
30
        [% CASE 'musical' %]<span>Musical composition</span>
31
        [% CASE 'broader' ]<span>Broader heading</span>
31
        [% CASE 'broader' %]<span>Broader heading</span>
32
        [% CASE 'narrower' ]<span>Narrower heading</span>
32
        [% CASE 'narrower' %]<span>Narrower heading</span>
33
        [% CASE ]<span>[% type | html %]</span>
33
        [% CASE %]<span>[% type | html %]</span>
34
        [% END %][% END %]</span>
34
        [% END %][% END %]</span>
35
    [% END %]
35
    [% END %]
36
[% END %]
36
[% END %]
Lines 60-70 Link Here
60
60
61
[% BLOCK language %]
61
[% BLOCK language %]
62
    [% SWITCH lang %]
62
    [% SWITCH lang %]
63
        [% CASE ['en', 'eng'] ]<span>English</span>
63
        [% CASE ['en', 'eng'] %]<span>English</span>
64
        [% CASE ['fr', 'fre'] ]<span>French</span>
64
        [% CASE ['fr', 'fre'] %]<span>French</span>
65
        [% CASE ['it', 'ita'] ]<span>Italian</span>
65
        [% CASE ['it', 'ita'] %]<span>Italian</span>
66
        [% CASE ['de', 'ger', 'deu'] ]<span>German</span>
66
        [% CASE ['de', 'ger', 'deu'] %]<span>German</span>
67
        [% CASE ['es', 'spa'] ]<span>Spanish</span>
67
        [% CASE ['es', 'spa'] %]<span>Spanish</span>
68
        [% CASE ]<span>[% lang | html %]</span>
68
        [% CASE %]<span>[% lang | html %]</span>
69
    [% END %]
69
    [% END %]
70
[% END %]
70
[% END %]
71
- 

Return to bug 29602