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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc (-1 / +1 lines)
Lines 10-16 Link Here
10
        [% ELSE %]
10
        [% ELSE %]
11
            <div class="dialog message">
11
            <div class="dialog message">
12
                [% report.total_success | html %] / [% report.total_records | html %] records have successfully been reindexed. Some errors occurred.
12
                [% report.total_success | html %] / [% report.total_records | html %] records have successfully been reindexed. Some errors occurred.
13
                [% IF job.status == 'cancelled' %]The job has been cancelled before it finished.[% END %]
13
                [% IF job.status == 'cancelled' %]<span>The job has been cancelled before it finished.</span>[% END %]
14
            </div>
14
            </div>
15
        [% END %]
15
        [% END %]
16
    [% END %]
16
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/recalls.inc (-10 / +10 lines)
Lines 55-61 Link Here
55
                        [% IF ( recall.expiration_date ) %]
55
                        [% IF ( recall.expiration_date ) %]
56
                            [% recall.expiration_date | $KohaDates %]
56
                            [% recall.expiration_date | $KohaDates %]
57
                        [% ELSIF ( !recall.completed ) %]
57
                        [% ELSIF ( !recall.completed ) %]
58
                            Never expires
58
                            <span>Never expires</span>
59
                        [% ELSE %]
59
                        [% ELSE %]
60
                            -
60
                            -
61
                        [% END %]
61
                        [% END %]
Lines 67-94 Link Here
67
67
68
                    <td class="recall-status">
68
                    <td class="recall-status">
69
                        [% IF ( recall.in_transit ) %]
69
                        [% IF ( recall.in_transit ) %]
70
                            In transit to [% recall.library.branchname | html %]
70
                            <span>In transit to [% recall.library.branchname | html %]</span>
71
                        [% ELSIF ( recall.waiting ) %]
71
                        [% ELSIF ( recall.waiting ) %]
72
                            Ready for pickup
72
                            <span>Ready for pickup</span>
73
                        [% ELSIF ( recall.expired ) %]
73
                        [% ELSIF ( recall.expired ) %]
74
                            Expired on [% recall.expiration_date | $KohaDates %]
74
                            <span>Expired on [% recall.expiration_date | $KohaDates %]</span>
75
                        [% ELSIF ( recall.cancelled ) %]
75
                        [% ELSIF ( recall.cancelled ) %]
76
                            Cancelled on [% recall.completed_date | $KohaDates %]
76
                            <span>Cancelled on [% recall.completed_date | $KohaDates %]</span>
77
                        [% ELSIF ( recall.overdue ) %]
77
                        [% ELSIF ( recall.overdue ) %]
78
                            Overdue to be returned
78
                            <span>Overdue to be returned</span>
79
                        [% ELSIF ( recall.fulfilled ) %]
79
                        [% ELSIF ( recall.fulfilled ) %]
80
                            Fulfilled
80
                            <span>Fulfilled</span>
81
                        [% ELSE %]
81
                        [% ELSE %]
82
                            Requested
82
                            <span>Requested</span>
83
                        [% END %]
83
                        [% END %]
84
                    </td>
84
                    </td>
85
85
86
                    [% UNLESS viewing_old %]
86
                    [% UNLESS viewing_old %]
87
                    <td class="recall-duedate">
87
                    <td class="recall-duedate">
88
                        [% IF recall.requested and recall.checkout %]
88
                        [% IF recall.requested and recall.checkout %]
89
                            Due to be returned by [% recall.checkout.date_due | $KohaDates %]
89
                            <span>Due to be returned by [% recall.checkout.date_due | $KohaDates %]</span>
90
                        [% ELSIF recall.waiting and RECALL.expiration_date %]
90
                        [% ELSIF recall.waiting and RECALL.expiration_date %]
91
                            Pick up by [% RECALL.expiration_date | $KohaDates %]
91
                            <span>Pick up by [% RECALL.expiration_date | $KohaDates %]</span>
92
                        [% ELSE %]
92
                        [% ELSE %]
93
                            -
93
                            -
94
                        [% END %]
94
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/transaction_types.inc (-2 / +2 lines)
Lines 7-13 Link Here
7
[% IF payment_types.size > 0 %]
7
[% IF payment_types.size > 0 %]
8
    <li>
8
    <li>
9
        [% IF Koha.Preference('UseCashRegisters') || Koha.Preference('RequirePaymentType') %]
9
        [% IF Koha.Preference('UseCashRegisters') || Koha.Preference('RequirePaymentType') %]
10
            <label for="[% type | html %]_type" class="required">[% IF type == 'payment' %]Payment[% ELSE %]Transaction[% END %] type: </label>
10
            <label for="[% type | html %]_type" class="required">[% IF type == 'payment' %]<span>Payment type</span>[% ELSE %]<span>Transaction type</span>[% END %]: </label>
11
            <select name="[% type | html %]_type" id="[% type | html %]_type" class="required" required="required">
11
            <select name="[% type | html %]_type" id="[% type | html %]_type" class="required" required="required">
12
                <option value="">None selected</option>
12
                <option value="">None selected</option>
13
                [% IF type == 'refund' %]
13
                [% IF type == 'refund' %]
Lines 19-25 Link Here
19
            </select>
19
            </select>
20
            <span class="required">Required</span>
20
            <span class="required">Required</span>
21
        [%- ELSE -%]
21
        [%- ELSE -%]
22
            <label for="[% type | html %]_type">[% IF type == 'payment' %]Payment[% ELSE %]Transaction[% END %] type: </label>
22
        <label for="[% type | html %]_type">[% IF type == 'payment' %]<span>Payment type</span>[% ELSE %]<span>Transaction type</span>[% END %]: </label>
23
            <select name="[% type | html %]_type" id="[% type | html %]_type">
23
            <select name="[% type | html %]_type" id="[% type | html %]_type">
24
                <option value="">None selected</option>
24
                <option value="">None selected</option>
25
                [% IF type == 'refund' %]
25
                [% IF type == 'refund' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-10 / +10 lines)
Lines 123-138 Link Here
123
                                                <li class="status">
123
                                                <li class="status">
124
                                                    <span class="match">
124
                                                    <span class="match">
125
                                                        [% IF ( biblio_lis.overlay_status == 'no_match' ) %]
125
                                                        [% IF ( biblio_lis.overlay_status == 'no_match' ) %]
126
                                                            No match
126
                                                            <span>No match</span>
127
                                                        [% ELSIF ( biblio_lis.overlay_status == 'match_applied' ) %]
127
                                                        [% ELSIF ( biblio_lis.overlay_status == 'match_applied' ) %]
128
                                                            Match applied
128
                                                            <span>Match applied</span>
129
                                                        [% ELSIF ( biblio_lis.overlay_status == 'auto_match' ) %]
129
                                                        [% ELSIF ( biblio_lis.overlay_status == 'auto_match' ) %]
130
                                                            Match found
130
                                                            <span>Match found</span>
131
                                                        [% ELSE %]
131
                                                        [% ELSE %]
132
                                                            [% biblio_lis.overlay_status | html %]
132
                                                            [% biblio_lis.overlay_status | html %]
133
                                                        [% END %]
133
                                                        [% END %]
134
                                                        [% IF ( biblio.match_biblionumber ) %]
134
                                                        [% IF ( biblio.match_biblionumber ) %]
135
                                                            Matches biblio [% biblio.match_biblionumber | uri %] (score = [% biblio.match_score | html %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber | uri %]">[% biblio.match_citation | html %]</a>
135
                                                            <span>Matches biblio [% biblio.match_biblionumber | uri %]</span> (score = [% biblio.match_score | html %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.match_biblionumber | uri %]">[% biblio.match_citation | html %]</a>
136
                                                        [% END %]
136
                                                        [% END %]
137
                                                    </span>
137
                                                    </span>
138
                                                </li>
138
                                                </li>
Lines 485-501 Link Here
485
                                        <td>[% batch_lis.comments | html %]</td>
485
                                        <td>[% batch_lis.comments | html %]</td>
486
                                        <td>
486
                                        <td>
487
                                            [% IF ( batch_lis.import_status == 'cleaned' ) %]
487
                                            [% IF ( batch_lis.import_status == 'cleaned' ) %]
488
                                                Cleaned
488
                                                <span>Cleaned</span>
489
                                            [% ELSIF ( batch_lis.import_status == 'imported' ) %]
489
                                            [% ELSIF ( batch_lis.import_status == 'imported' ) %]
490
                                                Imported
490
                                                <span>Imported</span>
491
                                            [% ELSIF ( batch_lis.import_status == 'importing' ) %]
491
                                            [% ELSIF ( batch_lis.import_status == 'importing' ) %]
492
                                                Importing
492
                                                <span>Importing</span>
493
                                            [% ELSIF ( batch_lis.import_status == 'reverted' ) %]
493
                                            [% ELSIF ( batch_lis.import_status == 'reverted' ) %]
494
                                                Reverted
494
                                                <span>Reverted</span>
495
                                            [% ELSIF ( batch_lis.import_status == 'reverting' ) %]
495
                                            [% ELSIF ( batch_lis.import_status == 'reverting' ) %]
496
                                                Reverting
496
                                                <span>Reverting</span>
497
                                            [% ELSIF ( batch_lis.import_status == 'staged' ) %]
497
                                            [% ELSIF ( batch_lis.import_status == 'staged' ) %]
498
                                                Staged
498
                                                <span>Staged</span>
499
                                            [% ELSE %]
499
                                            [% ELSE %]
500
                                                [% batch_lis.import_status | html %]
500
                                                [% batch_lis.import_status | html %]
501
                                            [% END %]
501
                                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-4 / +4 lines)
Lines 49-64 Link Here
49
            <a href="#" aria-current="page">
49
            <a href="#" aria-current="page">
50
                [% UNLESS ( basketno ) %]
50
                [% UNLESS ( basketno ) %]
51
                    [% IF ( delete_confirmed ) %]
51
                    [% IF ( delete_confirmed ) %]
52
                        Deleted
52
                        <span>Deleted</span>
53
                    [% ELSE %]
53
                    [% ELSE %]
54
                        New
54
                        <span>New</span>
55
                    [% END %]
55
                    [% END %]
56
                [% END %]
56
                [% END %]
57
                Basket [% basketname | html %]
57
                <span>Basket [% basketname | html %]
58
                [% IF ( basketno ) %]
58
                [% IF ( basketno ) %]
59
                    ([% basketno | html %])
59
                    ([% basketno | html %])
60
                [% END %]
60
                [% END %]
61
                for [% booksellername | html %]
61
                for [% booksellername | html %]</span>
62
            </a>
62
            </a>
63
        </li>
63
        </li>
64
    </ol>
64
    </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +1 lines)
Lines 277-283 Link Here
277
                                                                        [% IF ( selectedbasket.basketname ) %]
277
                                                                        [% IF ( selectedbasket.basketname ) %]
278
                                                                            [% selectedbasket.basketname | html %]
278
                                                                            [% selectedbasket.basketname | html %]
279
                                                                        [% ELSE %]
279
                                                                        [% ELSE %]
280
                                                                            No name, basketnumber: [% selectedbasket.basketno | html %]
280
                                                                            <span>No name, basketnumber: [% selectedbasket.basketno | html %]</span>
281
                                                                        [% END %]
281
                                                                        [% END %]
282
                                                                    </a>
282
                                                                    </a>
283
                                                                </td>
283
                                                                </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-2 / +2 lines)
Lines 35-43 Link Here
35
          <h1>Are you sure you want to cancel this order ([% ordernumber | html %])</h1>
35
          <h1>Are you sure you want to cancel this order ([% ordernumber | html %])</h1>
36
          <p>
36
          <p>
37
            [% IF (del_biblio) %]
37
            [% IF (del_biblio) %]
38
              Bibliographic record will be deleted too.
38
              <span>Bibliographic record will be deleted too.</span>
39
            [% ELSE %]
39
            [% ELSE %]
40
              Bibliographic record will not be deleted.
40
              <span>Bibliographic record will not be deleted.</span>
41
            [% END %]
41
            [% END %]
42
          </p>
42
          </p>
43
          <p>
43
          <p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-10 / +10 lines)
Lines 85-93 Link Here
85
                                            <td>[% invoice.receiveditems | html %]</td>
85
                                            <td>[% invoice.receiveditems | html %]</td>
86
                                            <td>
86
                                            <td>
87
                                                [% IF invoice.closedate %]
87
                                                [% IF invoice.closedate %]
88
                                                    Closed on [% invoice.closedate | $KohaDates %]
88
                                                    <span>Closed on [% invoice.closedate | $KohaDates %]</span>
89
                                                [% ELSE %]
89
                                                [% ELSE %]
90
                                                    Open
90
                                                    <span>Open</span>
91
                                                [% END %]
91
                                                [% END %]
92
                                            </td>
92
                                            </td>
93
                                            <td>
93
                                            <td>
Lines 235-246 Link Here
235
                                [% END %]
235
                                [% END %]
236
                                [% IF shipmentdatefrom %]
236
                                [% IF shipmentdatefrom %]
237
                                    <li>
237
                                    <li>
238
                                        Shipment date:
238
                                        <span>Shipment date</span>:
239
                                        [% IF shipmentdateto %]
239
                                        [% IF shipmentdateto %]
240
                                            From [% shipmentdatefrom | $KohaDates %]
240
                                            <span>From [% shipmentdatefrom | $KohaDates %]</span>
241
                                            To [% shipmentdateto | $KohaDates %]
241
                                            <span>To [% shipmentdateto | $KohaDates %]</span>
242
                                        [% ELSE %]
242
                                        [% ELSE %]
243
                                            All since [% shipmentdatefrom | $KohaDates %]
243
                                            <span>All since [% shipmentdatefrom | $KohaDates %]</span>
244
                                        [% END %]
244
                                        [% END %]
245
                                    </li>
245
                                    </li>
246
                                [% ELSE %]
246
                                [% ELSE %]
Lines 253-264 Link Here
253
                                [% END %]
253
                                [% END %]
254
                                [% IF billingdatefrom %]
254
                                [% IF billingdatefrom %]
255
                                    <li>
255
                                    <li>
256
                                        Billing date:
256
                                        <span>Billing date</span>:
257
                                        [% IF billingdateto %]
257
                                        [% IF billingdateto %]
258
                                            From [% billingdatefrom | $KohaDates %]
258
                                            <span>From [% billingdatefrom | $KohaDates %]</span>
259
                                            To [% billingdateto | $KohaDates %]
259
                                            <span>To [% billingdateto | $KohaDates %]</span>
260
                                        [% ELSE %]
260
                                        [% ELSE %]
261
                                            All since [% billingdatefrom | $KohaDates %]
261
                                            <span>All since [% billingdatefrom | $KohaDates %]</span>
262
                                        [% END %]
262
                                        [% END %]
263
                                    </li>
263
                                    </li>
264
                                [% ELSE %]
264
                                [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-4 / +4 lines)
Lines 351-360 Link Here
351
                [% IF subscription %]
351
                [% IF subscription %]
352
                    <br/>
352
                    <br/>
353
                    <div class="hint">
353
                    <div class="hint">
354
                        Frequency: [% subscription.frequency.description | html %] |
354
                        <span>Frequency: [% subscription.frequency.description | html %]</span> |
355
                        [% IF subscription.numberlength %]Number of issues: [% subscription.numberlength | html %][% END %]
355
                        [% IF subscription.numberlength %]<span>Number of issues: [% subscription.numberlength | html %]</span>[% END %]
356
                        [% IF subscription.weeklength   %]Number of weeks: [% subscription.weeklength | html %][% END %]
356
                        [% IF subscription.weeklength   %]<span>Number of weeks: [% subscription.weeklength | html %]</span>[% END %]
357
                        [% IF subscription.monthlength  %]Number of months: [% subscription.monthlength | html %][% END %]
357
                        [% IF subscription.monthlength  %]<span>Number of months: [% subscription.monthlength | html %]</span>[% END %]
358
                    </div>
358
                    </div>
359
                [% END %]
359
                [% END %]
360
            </li>
360
            </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (-1 / +1 lines)
Lines 81-87 Link Here
81
                            [% IF ( ordersloo.author ) %] by [% ordersloo.author | html %][% END %]
81
                            [% IF ( ordersloo.author ) %] by [% ordersloo.author | html %][% END %]
82
                            [% IF ( ordersloo.isbn ) %] &ndash; [% ordersloo.isbn | html %][% END %]
82
                            [% IF ( ordersloo.isbn ) %] &ndash; [% ordersloo.isbn | html %][% END %]
83
                            [% IF ( ordersloo.publishercode ) %]
83
                            [% IF ( ordersloo.publishercode ) %]
84
                                <br />Publisher: [% ordersloo.publishercode | html %]
84
                                <br /><span>Publisher: [% ordersloo.publishercode | html %]</span>
85
                                [%- IF    ( ordersloo.publicationyear > 0) -%], [% ordersloo.publicationyear | html %]
85
                                [%- IF    ( ordersloo.publicationyear > 0) -%], [% ordersloo.publicationyear | html %]
86
                                [%- ELSIF ( ordersloo.copyrightdate   > 0) -%] [% ordersloo.copyrightdate | html %]
86
                                [%- ELSIF ( ordersloo.copyrightdate   > 0) -%] [% ordersloo.copyrightdate | html %]
87
                                [% END %]
87
                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-2 / +2 lines)
Lines 109-118 Link Here
109
        [% END %]
109
        [% END %]
110
        <ul>
110
        <ul>
111
            [% IF CAN_user_acquisition_order_manage %]
111
            [% IF CAN_user_acquisition_order_manage %]
112
                [% WRAPPER table_option value="aqbasket" %]Order baskets[% END %]
112
                [% WRAPPER table_option value="aqbasket" %]<span>Order baskets</span>[% END %]
113
            [% END %]
113
            [% END %]
114
            [% IF CAN_user_serials_edit_subscription %]
114
            [% IF CAN_user_serials_edit_subscription %]
115
                [% WRAPPER table_option value="subscription" %]Subscriptions[% END %]
115
                [% WRAPPER table_option value="subscription" %]<span>Subscriptions</span>[% END %]
116
            [% END %]
116
            [% END %]
117
        </ul>
117
        </ul>
118
        [% ELSE %]
118
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +2 lines)
Lines 243-251 Link Here
243
[% IF op == 'add_form' && !error_not_authorised_to_modify %]
243
[% IF op == 'add_form' && !error_not_authorised_to_modify %]
244
<form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
244
<form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
245
    <fieldset class="rows">
245
    <fieldset class="rows">
246
        <legend><h1>[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund
246
        <legend><h1>[% IF ( budget_id ) %]<span>Modify</span>[% ELSE %]<span>Add</span>[% END %] <span>Fund</span>
247
    [% IF ( budget_period_description ) %]
247
    [% IF ( budget_period_description ) %]
248
        [% budget_name | html %] for Budget '[% budget_period_description | html %]'
248
        [% budget_name | html %] <span>for Budget</span> '[% budget_period_description | html %]'
249
    [% END %]
249
    [% END %]
250
            </h1>
250
            </h1>
251
    </legend>
251
    </legend>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-4 / +4 lines)
Lines 338-350 Link Here
338
            [% ELSE %]
338
            [% ELSE %]
339
                <strong>Tab:</strong>[% loo.tab | html %],
339
                <strong>Tab:</strong>[% loo.tab | html %],
340
                [% IF ( loo.kohafield ) %] | <strong>Koha field:</strong> [% loo.kohafield | html %], [% END %]
340
                [% IF ( loo.kohafield ) %] | <strong>Koha field:</strong> [% loo.kohafield | html %], [% END %]
341
                [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable,
341
                [% IF ( loo.repeatable ) %]<span>Repeatable</span>, [% ELSE %]<span>Not repeatable</span>,
342
                [% END %]
342
                [% END %]
343
                        [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory,
343
                        [% IF ( loo.mandatory ) %]<span>Mandatory</span>, [% ELSE %]<span>Not mandatory</span>,
344
                [% END %]
344
                [% END %]
345
                        [% IF ( loo.hidden ) %]hidden,
345
                        [% IF ( loo.hidden ) %]<span>hidden</span>,
346
                [% END %]
346
                [% END %]
347
                        [% IF ( loo.isurl ) %]is a url,
347
                        [% IF ( loo.isurl ) %]<span>is a url</span>,
348
                [% END %]
348
                [% END %]
349
                        [% IF ( loo.authorised_value ) %] | <strong>Auth value:</strong>[% loo.authorised_value | html %],
349
                        [% IF ( loo.authorised_value ) %] | <strong>Auth value:</strong>[% loo.authorised_value | html %],
350
                [% END %]
350
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-6 / +6 lines)
Lines 103-111 Link Here
103
103
104
                [% IF op == 'add_form' %]
104
                [% IF op == 'add_form' %]
105
                    <h1>
105
                    <h1>
106
                        [% IF ( action_modify ) %]Modify authorized value[% END %]
106
                        [% IF ( action_modify ) %]<span>Modify authorized value</span>[% END %]
107
                        [% IF ( action_add_value ) %]New authorized value[% END %]
107
                        [% IF ( action_add_value ) %]<span>New authorized value</span>[% END %]
108
                        [% IF ( action_add_category ) %]New category[% END %]
108
                        [% IF ( action_add_category ) %]<span>New category</span>[% END %]
109
                    </h1>
109
                    </h1>
110
110
111
                    [% IF ( action_modify ) %]
111
                    [% IF ( action_modify ) %]
Lines 352-363 Link Here
352
                                                    [% END %]
352
                                                    [% END %]
353
                                                    <span class="library_limitation" title="[% branches_str | html %]">
353
                                                    <span class="library_limitation" title="[% branches_str | html %]">
354
                                                        [% IF loo.branches.size > 1 %]
354
                                                        [% IF loo.branches.size > 1 %]
355
                                                            [% loo.branches.size | html %] library limitations
355
                                                            <span>[% loo.branches.size | html %] library limitations</span>
356
                                                        [% ELSE %]
356
                                                        [% ELSE %]
357
                                                            [% loo.branches.size | html %] library limitation
357
                                                            <span>[% loo.branches.size | html %] library limitation</span>
358
                                                        [% END %]
358
                                                        [% END %]
359
                                                [% ELSE %]
359
                                                [% ELSE %]
360
                                                    No limitation
360
                                                    <span>No limitation</span>
361
                                                [% END # /IF loo.branches.size > 0 %]
361
                                                [% END # /IF loo.branches.size > 0 %]
362
                                            </td>
362
                                            </td>
363
                                            <td class="actions"><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;id=[% loo.id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
363
                                            <td class="actions"><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;id=[% loo.id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-3 / +3 lines)
Lines 35-44 Authority types &rsaquo; Administration &rsaquo; Koha Link Here
35
            <li>
35
            <li>
36
                <a href="#" aria-current="page">
36
                <a href="#" aria-current="page">
37
                    [% IF authority_type.authtypecode.defined %]
37
                    [% IF authority_type.authtypecode.defined %]
38
                        Modify
38
                        <span>Modify</span>
39
                    [% ELSE %]
39
                    [% ELSE %]
40
                        New
40
                        <span>New</span>
41
                    [% END %] Authority type
41
                    [% END %] <span>Authority type</span>
42
                </a>
42
                </a>
43
            </li>
43
            </li>
44
44
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-6 / +6 lines)
Lines 431-439 Link Here
431
            <legend>
431
            <legend>
432
                <h1>
432
                <h1>
433
                    [% IF patrons_in_category > 0 %]
433
                    [% IF patrons_in_category > 0 %]
434
                        Category [% categorycode | html %] is in use.  Deletion not possible!
434
                        <span>Category [% categorycode | html %] is in use. Deletion not possible!</span>
435
                    [% ELSE %]
435
                    [% ELSE %]
436
                        Confirm deletion of category [% categorycode | html %]
436
                        <span>Confirm deletion of category [% categorycode | html %]</span>
437
                    [% END %]
437
                    [% END %]
438
            </h1>
438
            </h1>
439
            </legend>
439
            </legend>
Lines 618-624 Link Here
618
                                        [% END %]
618
                                        [% END %]
619
                                    [% END %]
619
                                    [% END %]
620
                                [% ELSE %]
620
                                [% ELSE %]
621
                                    None
621
                                    <span>None</span>
622
                                [% END %]
622
                                [% END %]
623
                            </td>
623
                            </td>
624
                        [% END %]
624
                        [% END %]
Lines 635-646 Link Here
635
                                [% END %]
635
                                [% END %]
636
                                <span class="library_limitation" title="[% library_str | html %]">
636
                                <span class="library_limitation" title="[% library_str | html %]">
637
                                    [% IF library_limits.count > 1 %]
637
                                    [% IF library_limits.count > 1 %]
638
                                        [% library_limits.count | html %] library limitations
638
                                        <span>[% library_limits.count | html %] library limitations</span>
639
                                    [% ELSE %]
639
                                    [% ELSE %]
640
                                        [% library_limits.count | html %] library limitation
640
                                        <span>[% library_limits.count | html %] library limitation</span>
641
                                    [% END %]
641
                                    [% END %]
642
                            [% ELSE %]
642
                            [% ELSE %]
643
                                No limitation
643
                                <span>No limitation</span>
644
                            [% END %]
644
                            [% END %]
645
                        </td>
645
                        </td>
646
                        [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %]
646
                        [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-3 / +3 lines)
Lines 38-47 Link Here
38
            <li>
38
            <li>
39
                <a href="#" aria-current="page">
39
                <a href="#" aria-current="page">
40
                    [% IF city.cityid %]
40
                    [% IF city.cityid %]
41
                        Modify
41
                        <span>Modify</span>
42
                    [% ELSE %]
42
                    [% ELSE %]
43
                        New
43
                        <span>New</span>
44
                    [% END %] City
44
                    [% END %] <span>City</span>
45
                </a>
45
                </a>
46
            </li>
46
            </li>
47
47
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-4 / +4 lines)
Lines 5-11 Link Here
5
[% SET panel_id = 0 %]
5
[% SET panel_id = 0 %]
6
[% BLOCK pagelist %]
6
[% BLOCK pagelist %]
7
    [% IF module.keys and module.keys.size > 0 %]
7
    [% IF module.keys and module.keys.size > 0 %]
8
        Jump to:
8
        <span>Jump to</span>:
9
        [% FOR pagename IN module.keys.sort %]
9
        [% FOR pagename IN module.keys.sort %]
10
            <a href="#[% pagename | url %]">[% pagename | html %]</a>
10
            <a href="#[% pagename | url %]">[% pagename | html %]</a>
11
            [% UNLESS loop.last %]<span class="separator"> | </span>[% END %]
11
            [% UNLESS loop.last %]<span class="separator"> | </span>[% END %]
Lines 32-42 Link Here
32
                                <table>
32
                                <table>
33
                                    <caption>
33
                                    <caption>
34
                                        [% IF tablename == 'currencies-table' %]
34
                                        [% IF tablename == 'currencies-table' %]
35
                                            Currency
35
                                            <span>Currency</span>
36
                                        [% ELSIF pagename == 'additem' AND tablename == 'itemst' %]
36
                                        [% ELSIF pagename == 'additem' AND tablename == 'itemst' %]
37
                                            Items editor
37
                                            <span>Items editor</span>
38
                                        [% ELSE %]
38
                                        [% ELSE %]
39
                                            Table id: [% tablename | html %]
39
                                            <span>Table id: [% tablename | html %]</span>
40
                                        [% END %]
40
                                        [% END %]
41
                                    </caption>
41
                                    </caption>
42
                                    <thead>
42
                                    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-1 / +1 lines)
Lines 108-114 Link Here
108
                                <li>
108
                                <li>
109
                                    <label for="can_be_added_manually">Can be manually added ? </label>
109
                                    <label for="can_be_added_manually">Can be manually added ? </label>
110
                                    [% IF credit_type && credit_type.is_system %]
110
                                    [% IF credit_type && credit_type.is_system %]
111
                                        [% IF credit_type.can_be_added_manually %]Yes[% ELSE %]No[% END %]
111
                                        [% IF credit_type.can_be_added_manually %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]
112
                                    [% ELSIF credit_type.can_be_added_manually %]
112
                                    [% ELSIF credit_type.can_be_added_manually %]
113
                                        <input type="checkbox" name="can_be_added_manually" id="can_be_added_manually" checked="checked" value="1" />
113
                                        <input type="checkbox" name="can_be_added_manually" id="can_be_added_manually" checked="checked" value="1" />
114
                                    [% ELSE %]
114
                                    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-6 / +6 lines)
Lines 36-45 Link Here
36
            <li>
36
            <li>
37
                <a href="#" aria-current="page">
37
                <a href="#" aria-current="page">
38
                    [% IF debit_type.code %]
38
                    [% IF debit_type.code %]
39
                        Modify
39
                        <span>Modify</span>
40
                    [% ELSE %]
40
                    [% ELSE %]
41
                        New
41
                        <span>New</span>
42
                    [% END %] debit type
42
                    [% END %] <span>debit type</span>
43
                </a>
43
                </a>
44
            </li>
44
            </li>
45
45
Lines 189-200 Link Here
189
                                            [% END %]
189
                                            [% END %]
190
                                            <span class="library_limitation" title="[% library_limits_str | html %]">
190
                                            <span class="library_limitation" title="[% library_limits_str | html %]">
191
                                                [% IF debit_type.library_limits.count > 1 %]
191
                                                [% IF debit_type.library_limits.count > 1 %]
192
                                                    [% debit_type.library_limits.count | html %] library limitations
192
                                                    <span>[% debit_type.library_limits.count | html %] library limitations</span>
193
                                                [% ELSE %]
193
                                                [% ELSE %]
194
                                                    [% debit_type.library_limits.count | html %] library limitation
194
                                                    <span>[% debit_type.library_limits.count | html %] library limitation</span>
195
                                                [% END %]
195
                                                [% END %]
196
                                        [% ELSE %]
196
                                        [% ELSE %]
197
                                            No limitation
197
                                            <span>No limitation</span>
198
                                        [% END %]
198
                                        [% END %]
199
                                    </td>
199
                                    </td>
200
                                    <td class="actions">
200
                                    <td class="actions">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-3 / +3 lines)
Lines 575-586 Item types &rsaquo; Administration &rsaquo; Koha Link Here
575
                    [% END %]
575
                    [% END %]
576
                    <span class="library_limitation" title="[% library_str | html %]">
576
                    <span class="library_limitation" title="[% library_str | html %]">
577
                        [% IF library_limits.count > 1 %]
577
                        [% IF library_limits.count > 1 %]
578
                            [% library_limits.count | html %] library limitations
578
                            <span>[% library_limits.count | html %] library limitations</span>
579
                        [% ELSE %]
579
                        [% ELSE %]
580
                            [% library_limits.count | html %] library limitation
580
                            <span>[% library_limits.count | html %] library limitation</span>
581
                        [% END %]
581
                        [% END %]
582
                [% ELSE %]
582
                [% ELSE %]
583
                    No limitation
583
                    <span>No limitation</span>
584
                [% END %]
584
                [% END %]
585
            </td>
585
            </td>
586
            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
586
            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-13 / +13 lines)
Lines 113-119 Link Here
113
                    [% IF ( add_form ) %]
113
                    [% IF ( add_form ) %]
114
                        <h1>
114
                        <h1>
115
                            [% IF ( use_heading_flags_p ) %]
115
                            [% IF ( use_heading_flags_p ) %]
116
                                [% IF ( heading_edit_subfields_p ) %]Tag [% tagfield | html %] Subfield constraints[% END %]
116
                                [% IF ( heading_edit_subfields_p ) %]<span>Tag</span> [% tagfield | html %] <span>Subfield constraints</span>[% END %]
117
                            [% ELSE %]
117
                            [% ELSE %]
118
                                [% action | html %]
118
                                [% action | html %]
119
                            [% END %]
119
                            [% END %]
Lines 398-415 Link Here
398
                                            [% IF loo.tab == -1 %]
398
                                            [% IF loo.tab == -1 %]
399
                                                <em>subfield ignored</em>
399
                                                <em>subfield ignored</em>
400
                                            [% ELSE %]
400
                                            [% ELSE %]
401
                                                Tab:[% loo.tab | html %],
401
                                                <span>Tab:[% loo.tab | html %]</span>,
402
                                                [% IF ( loo.kohafield ) %] | Koha field: [% loo.kohafield | html %], [% END %]
402
                                                [% IF ( loo.kohafield ) %] | <span>Koha field: [% loo.kohafield | html %]</span>, [% END %]
403
                                                [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable,[% END %]
403
                                                [% IF ( loo.repeatable ) %]<span>Repeatable</span>, [% ELSE %]<span>Not repeatable</span>,[% END %]
404
                                                [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory,[% END %]
404
                                                [% IF ( loo.mandatory ) %]<span>Mandatory</span>, [% ELSE %]<span>Not mandatory</span>,[% END %]
405
                                                [% IF ( loo.important ) %]Important, [% ELSE %]Not important,[% END %]
405
                                                [% IF ( loo.important ) %]<span>Important</span>, [% ELSE %]<span>Not important</span>,[% END %]
406
                                                [% IF ( loo.seealso ) %] | See also: [% loo.seealso | html %],[% END %]
406
                                                [% IF ( loo.seealso ) %] | <span>See also: [% loo.seealso | html %]</span>,[% END %]
407
                                                [% IF ( loo.hidden ) %]hidden,[% END %]
407
                                                [% IF ( loo.hidden ) %]<span>hidden</span>,[% END %]
408
                                                [% IF ( loo.isurl ) %]is a URL,[% END %]
408
                                                [% IF ( loo.isurl ) %]<span>is a URL</span>,[% END %]
409
                                                [% IF ( loo.authorised_value ) %] | Auth value:[% loo.authorised_value | html %],[% END %]
409
                                                [% IF ( loo.authorised_value ) %] | <span>Auth value:[% loo.authorised_value | html %]</span>,[% END %]
410
                                                [% IF ( loo.authtypecode ) %] | Authority:[% loo.authtypecode | html %],[% END %]
410
                                                [% IF ( loo.authtypecode ) %] | <span>Authority:[% loo.authtypecode | html %]</span>,[% END %]
411
                                                [% IF ( loo.value_builder ) %] | Plugin:[% loo.value_builder | html %],[% END %]
411
                                                [% IF ( loo.value_builder ) %] | <span>Plugin:[% loo.value_builder | html %]</span>,[% END %]
412
                                                [% IF ( loo.link ) %] | Link:[% loo.link | html %],[% END %]
412
                                                [% IF ( loo.link ) %] | <span>Link:[% loo.link | html %]</span>,[% END %]
413
                                            [% END %]
413
                                            [% END %]
414
                                        </td>
414
                                        </td>
415
                                        <td class="actions">
415
                                        <td class="actions">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-6 / +6 lines)
Lines 50-58 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
                        Add tag
53
                        <span>Add tag</span>
54
                    [% ELSE %]
54
                    [% ELSE %]
55
                        Modify tag
55
                        <span>Modify tag</span>
56
                    [% END %] [% searchfield | html %]
56
                    [% END %] [% searchfield | html %]
57
                </a>
57
                </a>
58
            </li>
58
            </li>
Lines 122-130 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
122
      <fieldset class="rows">
122
      <fieldset class="rows">
123
            <legend>
123
            <legend>
124
                [% IF heading_add_tag_p %]
124
                [% IF heading_add_tag_p %]
125
                    Add tag
125
                    <span>Add tag</span>
126
                [% ELSE %]
126
                [% ELSE %]
127
                    Modify tag <input type="hidden" name="modif" value="1" />[% searchfield | html %]
127
                    <span>Modify tag</span> <input type="hidden" name="modif" value="1" />[% searchfield | html %]
128
                [% END %]
128
                [% END %]
129
            </legend>
129
            </legend>
130
            <input type="hidden" name="op" value="add_validate" />
130
            <input type="hidden" name="op" value="add_validate" />
Lines 276-283 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
276
            [% IF ( select_display ) %]
276
            [% IF ( select_display ) %]
277
                [% FOREACH subfield IN loo.subfields %]
277
                [% FOREACH subfield IN loo.subfields %]
278
                    <p>
278
                    <p>
279
                        Tab:[% subfield.tab | html %] | $[% subfield.tagsubfield | html %]
279
                        <span>Tab:[% subfield.tab | html %]</span> | $[% subfield.tagsubfield | html %]
280
                        [% subfield.liblibrarian | html %] [% IF ( subfield.kohafield ) %][% subfield.kohafield | html %][% END %][% IF ( subfield.repeatable ) %], repeatable[% END %][% IF ( subfield.mandatory ) %], Mandatory[% END %][% IF ( subfield.seealso ) %], See [% subfield.seealso | html %][% END %][% IF ( subfield.authorised_value ) %], [% subfield.authorised_value | html %][% END %][% IF ( subfield.authtypecode ) %], [% subfield.authtypecode | html %][% END %][% IF ( subfield.value_builder ) %], [% subfield.value_builder | html %][% END %]
280
                        [% subfield.liblibrarian | html %] [% IF ( subfield.kohafield ) %][% subfield.kohafield | html %][% END %][% IF ( subfield.repeatable ) %], <span>repeatable</span>[% END %][% IF ( subfield.mandatory ) %], <span>Mandatory</span>[% END %][% IF ( subfield.seealso ) %], <span>See</span> [% subfield.seealso | html %][% END %][% IF ( subfield.authorised_value ) %], [% subfield.authorised_value | html %][% END %][% IF ( subfield.authtypecode ) %], [% subfield.authtypecode | html %][% END %][% IF ( subfield.value_builder ) %], [% subfield.value_builder | html %][% END %]
281
                    </p>
281
                    </p>
282
                [% END %]
282
                [% END %]
283
            [% END %]
283
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-4 / +4 lines)
Lines 317-325 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
317
                    [% END %]
317
                    [% END %]
318
                    <span title="[% branches_str | html %]">
318
                    <span title="[% branches_str | html %]">
319
                        [% IF libraries.count > 1 %]
319
                        [% IF libraries.count > 1 %]
320
                            [% libraries.count | html %] library limitations
320
                            <span>[% libraries.count | html %] library limitations</span>
321
                        [% ELSE %]
321
                        [% ELSE %]
322
                            [% libraries.count | html %] library limitation
322
                            <span>[% libraries.count | html %] library limitation</span>
323
                        [% END %]
323
                        [% END %]
324
                    </span>
324
                    </span>
325
                [% ELSE %]
325
                [% ELSE %]
Lines 334-342 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
334
                [% END %]
334
                [% END %]
335
            <td>
335
            <td>
336
                [% IF ( item.mandatory ) -%]
336
                [% IF ( item.mandatory ) -%]
337
                   Yes
337
                   <span>Yes</span>
338
                [% ELSE -%]
338
                [% ELSE -%]
339
                   No
339
                   <span>No</span>
340
                [% END %]
340
                [% END %]
341
            </td>
341
            </td>
342
            <td class="actions">
342
            <td class="actions">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-10 / +10 lines)
Lines 442-457 a.add, a.delete { Link Here
442
                                                </td>
442
                                                </td>
443
                                                <td>
443
                                                <td>
444
                                                    [% SWITCH f.name %]
444
                                                    [% SWITCH f.name %]
445
                                                    [% CASE 'author' %]Authors
445
                                                    [% CASE 'author' %]<span>Authors</span>
446
                                                    [% CASE 'itype' %]Item types
446
                                                    [% CASE 'itype' %]<span>Item types</span>
447
                                                    [% CASE 'location' %]Locations
447
                                                    [% CASE 'location' %]<span>Locations</span>
448
                                                    [% CASE 'su-geo' %]Places
448
                                                    [% CASE 'su-geo' %]<span>Places</span>
449
                                                    [% CASE 'title-series' %]Series
449
                                                    [% CASE 'title-series' %]<span>Series</span>
450
                                                    [% CASE 'subject' %]Topics
450
                                                    [% CASE 'subject' %]<span>Topics</span>
451
                                                    [% CASE 'ccode' %]Collections
451
                                                    [% CASE 'ccode' %]<span>Collections</span>
452
                                                    [% CASE 'holdingbranch' %]Holding libraries
452
                                                    [% CASE 'holdingbranch' %]<span>Holding libraries</span>
453
                                                    [% CASE 'homebranch' %]Home libraries
453
                                                    [% CASE 'homebranch' %]<span>Home libraries</span>
454
                                                    [% CASE 'ln' %]Language
454
                                                    [% CASE 'ln' %]<span>Language</span>
455
                                                    [% CASE %][% f | html %]
455
                                                    [% CASE %][% f | html %]
456
                                                    [% END %]
456
                                                    [% END %]
457
                                                </td>
457
                                                </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-7 / +7 lines)
Lines 253-263 Link Here
253
                                    </td>
253
                                    </td>
254
                                    <td>
254
                                    <td>
255
                                        [% IF ( lengthunit == 'days' ) %]
255
                                        [% IF ( lengthunit == 'days' ) %]
256
                                            Days
256
                                            <span>Days</span>
257
                                        [% ELSIF ( lengthunit == 'hours') %]
257
                                        [% ELSIF ( lengthunit == 'hours') %]
258
                                            Hours
258
                                            <span>Hours</span>
259
                                        [% ELSE %]
259
                                        [% ELSE %]
260
                                            Undefined
260
                                            <span>Undefined</span>
261
                                        [% END %]
261
                                        [% END %]
262
                                    </td>
262
                                    </td>
263
                                    <td>
263
                                    <td>
Lines 1006-1018 Link Here
1006
                                <option value="*">
1006
                                <option value="*">
1007
                            [% END %]
1007
                            [% END %]
1008
                              [% IF defaultRefundRule == 'refund' %]
1008
                              [% IF defaultRefundRule == 'refund' %]
1009
                                Use default (Refund lost item charge)
1009
                                <span>Use default (Refund lost item charge)</span>
1010
                              [% ELSIF defaultRefundRule == 'charge' %]
1010
                              [% ELSIF defaultRefundRule == 'charge' %]
1011
                                Use default (Refund lost item charge and restore overdue fine)
1011
                                <span>Use default (Refund lost item charge and restore overdue fine)</span>
1012
                              [% ELSIF defaultRefundRule == 'restore' %]
1012
                              [% ELSIF defaultRefundRule == 'restore' %]
1013
                                Use default (Refund lost item charge and charge new overdue fine)
1013
                                <span>Use default (Refund lost item charge and charge new overdue fine)</span>
1014
                              [% ELSE %]
1014
                              [% ELSE %]
1015
                                Use default (Leave lost item charge)
1015
                                <span>Use default (Leave lost item charge)</span>
1016
                              [% END %]
1016
                              [% END %]
1017
                                </option>
1017
                                </option>
1018
                            [% IF ( not refundLostItemFeeRule ) %]
1018
                            [% IF ( not refundLostItemFeeRule ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-1 / +1 lines)
Lines 240-246 Link Here
240
            <li><strong>Host</strong>: [%- default_config.host | html -%]</li>
240
            <li><strong>Host</strong>: [%- default_config.host | html -%]</li>
241
            <li><strong>Port</strong>: [%- default_config.port | html -%]</li>
241
            <li><strong>Port</strong>: [%- default_config.port | html -%]</li>
242
            <li><strong>Timeout (secs)</strong>: [%- default_config.timeout | html -%]</li>
242
            <li><strong>Timeout (secs)</strong>: [%- default_config.timeout | html -%]</li>
243
            <li><strong>SSL</strong>: [%- IF default_config.ssl_mode == 'disabled' -%]Disabled[%- ELSIF default_config.ssl_mode == 'ssl' -%]SSL[%- ELSE -%]STARTTLS[%- END -%]</li>
243
            <li><strong>SSL</strong>: [%- IF default_config.ssl_mode == 'disabled' -%]<span>Disabled</span>[%- ELSIF default_config.ssl_mode == 'ssl' -%]<span>SSL</span>[%- ELSE -%]<span>STARTTLS</span>[%- END -%]</li>
244
            <li><strong>Debug mode</strong>: [%- IF default_config.debug -%]Yes[%- ELSE -%]No[%- END -%]</li>
244
            <li><strong>Debug mode</strong>: [%- IF default_config.debug -%]Yes[%- ELSE -%]No[%- END -%]</li>
245
        </ul>
245
        </ul>
246
    </div>
246
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 57-63 Link Here
57
    [% ELSIF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %]
57
    [% ELSIF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %]
58
        <a href="[% Koha.Preference('OpacBaseURL') | url %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>.
58
        <a href="[% Koha.Preference('OpacBaseURL') | url %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>.
59
    [% ELSE %]
59
    [% ELSE %]
60
        <p>You must contact the library to have your password reset</p>
60
        <p>You must contact the library to reset your password</p>
61
    [% END %]
61
    [% END %]
62
[% ELSIF invalid_username_or_password %]
62
[% ELSIF invalid_username_or_password %]
63
<div id="login_error"><strong>Error: </strong>Invalid username or password</div>
63
<div id="login_error"><strong>Error: </strong>Invalid username or password</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-5 / +5 lines)
Lines 44-58 div#result { margin-top: 1em; } Link Here
44
    [% FOREACH error IN errors %]
44
    [% FOREACH error IN errors %]
45
        <div class="dialog alert">
45
        <div class="dialog alert">
46
            [% IF error.code == 'WRONG_COUNT' %]
46
            [% IF error.code == 'WRONG_COUNT' %]
47
                Number of records provided for merging: [% error.value | html %]. Currently only 2 records can be merged at a time.
47
                <span>Number of records provided for merging: [% error.value | html %]. Currently only 2 records can be merged at a time.</span>
48
            [% ELSIF error.code == 'DESTRUCTIVE_MERGE' %]
48
            [% ELSIF error.code == 'DESTRUCTIVE_MERGE' %]
49
                You cannot merge a record with itself. Please select two different authorities.
49
                <span>You cannot merge a record with itself. Please select two different authorities.</span>
50
            [% ELSIF error.code == 'WRONG_FRAMEWORK' %]
50
            [% ELSIF error.code == 'WRONG_FRAMEWORK' %]
51
                The default framework cannot be used, or the framework does not exist. Please select another framework for merging.
51
                <span>The default framework cannot be used, or the framework does not exist. Please select another framework for merging.</span>
52
            [% ELSIF error.code == 'EMPTY_MARC' %]
52
            [% ELSIF error.code == 'EMPTY_MARC' %]
53
                Sorry, but we did not find any MARC tags in the reference record.
53
                <span>Sorry, but we did not find any MARC tags in the reference record.</span>
54
            [% ELSIF error.code == 'MISSING_RECORD' %]
54
            [% ELSIF error.code == 'MISSING_RECORD' %]
55
                Sorry, but we did not find a record for number: [% error.value | html %].
55
                <span>Sorry, but we did not find a record for number: [% error.value | html %].</span>
56
            [% ELSE %]
56
            [% ELSE %]
57
                [% error | html %]
57
                [% error | html %]
58
            [% END %]
58
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tt (-1 / +1 lines)
Lines 38-44 Your cart Link Here
38
38
39
            <p>
39
            <p>
40
            [% IF ( BIBLIO_RESULT.HASAUTHORS ) %]
40
            [% IF ( BIBLIO_RESULT.HASAUTHORS ) %]
41
            <span>Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author | $raw %][% END %]
41
            <span><span>Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author | $raw %][% END %]</span>
42
42
43
            [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %]
43
            [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %]
44
                [% IF ( BIBLIO_RESULT.author ) %]; [% END %]
44
                [% IF ( BIBLIO_RESULT.author ) %]; [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-4 / +4 lines)
Lines 182-191 Link Here
182
                        [% FOREACH advsearchloo IN advancedsearchesloop %]
182
                        [% FOREACH advsearchloo IN advancedsearchesloop %]
183
                            <li role="presentation" id="advsearch-tab-[% advsearchloo.advanced_search_type | html %]">
183
                            <li role="presentation" id="advsearch-tab-[% advsearchloo.advanced_search_type | html %]">
184
                                <a href="#advsearch-[% advsearchloo.advanced_search_type | uri %]" aria-controls="advsearch-[% advsearchloo.advanced_search_type | uri %]" role="tab" data-toggle="tab">
184
                                <a href="#advsearch-[% advsearchloo.advanced_search_type | uri %]" aria-controls="advsearch-[% advsearchloo.advanced_search_type | uri %]" role="tab" data-toggle="tab">
185
                                    [% IF ( advsearchloo.advanced_search_type == 'itemtypes' ) %]Item type
185
                                    [% IF ( advsearchloo.advanced_search_type == 'itemtypes' ) %]<span>Item type</span>
186
                                    [% ELSIF ( advsearchloo.advanced_search_type == 'ccode' ) %]Collection
186
                                    [% ELSIF ( advsearchloo.advanced_search_type == 'ccode' ) %]<span>Collection</span>
187
                                    [% ELSIF ( advsearchloo.advanced_search_type == 'loc' ) %]Shelving location
187
                                    [% ELSIF ( advsearchloo.advanced_search_type == 'loc' ) %]<span>Shelving location</span>
188
                                    [% ELSE %]Something else
188
                                    [% ELSE %]<span>Something else</span>
189
                                    [% END %]
189
                                    [% END %]
190
                                </a>
190
                                </a>
191
                            </li>
191
                            </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-22 / +22 lines)
Lines 516-524 Note that permanent location is a code, and location may be an authval. Link Here
516
516
517
                        [% IF item.recalled %]
517
                        [% IF item.recalled %]
518
                            [% IF item.recall.waiting_date %]
518
                            [% IF item.recall.waiting_date %]
519
                                Waiting at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.waiting_date | $KohaDates %]
519
                                <span>Waiting at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.waiting_date | $KohaDates %]</span>
520
                            [% ELSE %]
520
                            [% ELSE %]
521
                                Item recalled by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.recall.patron_id | uri %]">[% item.recall.patron.firstname | html %] [% item.recall.patron.surname | html %] ([% item.recall.patron.cardnumber | html %])</a> on [% item.recall.created_date | $KohaDates %]
521
                                <span>Item recalled by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.recall.patron_id | uri %]">[% item.recall.patron.firstname | html %] [% item.recall.patron.surname | html %] ([% item.recall.patron.cardnumber | html %])</a> on [% item.recall.created_date | $KohaDates %]</span>
522
                            [% END %]
522
                            [% END %]
523
                        [% END %]
523
                        [% END %]
524
524
Lines 744-761 Note that permanent location is a code, and location may be an authval. Link Here
744
                    <td data-order="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</td>
744
                    <td data-order="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</td>
745
                    <td data-order="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</td>
745
                    <td data-order="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</td>
746
                    <td>
746
                    <td>
747
                      [% IF ( latestserial.status1 ) %]Expected[% END %]
747
                      [% IF ( latestserial.status1 ) %]<span>Expected</span>[% END %]
748
                      [% IF ( latestserial.status2 ) %]Arrived[% END %]
748
                      [% IF ( latestserial.status2 ) %]<span>Arrived</span>[% END %]
749
                      [% IF ( latestserial.status3 ) %]Late[% END %]
749
                      [% IF ( latestserial.status3 ) %]<span>Late</span>[% END %]
750
                      [% IF ( latestserial.status4 ) %]Missing[% END %]
750
                      [% IF ( latestserial.status4 ) %]<span>Missing</span>[% END %]
751
                      [% IF ( latestserial.status41 ) %]Missing (never received)[% END %]
751
                      [% IF ( latestserial.status41 ) %]<span>Missing (never received)</span>[% END %]
752
                      [% IF ( latestserial.status42 ) %]Missing (sold out)[% END %]
752
                      [% IF ( latestserial.status42 ) %]<span>Missing (sold out)</span>[% END %]
753
                      [% IF ( latestserial.status43 ) %]Missing (damaged)[% END %]
753
                      [% IF ( latestserial.status43 ) %]<span>Missing (damaged)</span>[% END %]
754
                      [% IF ( latestserial.status44 ) %]Missing (lost)[% END %]
754
                      [% IF ( latestserial.status44 ) %]<span>Missing (lost)</span>[% END %]
755
                      [% IF ( latestserial.status5 ) %]Not issued[% END %]
755
                      [% IF ( latestserial.status5 ) %]<span>Not issued</span>[% END %]
756
                      [% IF ( latestserial.status6 ) %]Delete[% END %]
756
                      [% IF ( latestserial.status6 ) %]<span>Delete</span>[% END %]
757
                      [% IF ( latestserial.status7 ) %]Claimed[% END %]
757
                      [% IF ( latestserial.status7 ) %]<span>Claimed</span>[% END %]
758
                      [% IF ( latestserial.status8 ) %]Stopped[% END %]
758
                      [% IF ( latestserial.status8 ) %]<span>Stopped</span>[% END %]
759
                    </td>
759
                    </td>
760
                    <td>[% latestserial.notes | html %]</td>
760
                    <td>[% latestserial.notes | html %]</td>
761
                </tr>
761
                </tr>
Lines 907-921 Note that permanent location is a code, and location may be an authval. Link Here
907
                        [% suggestion.fund.budget_name | html %]
907
                        [% suggestion.fund.budget_name | html %]
908
                    </td>
908
                    </td>
909
                    <td>
909
                    <td>
910
                        [% IF    suggestion.STATUS == 'ASKED'     %]Pending
910
                        [% IF    suggestion.STATUS == 'ASKED'     %]<span>Pending</span>
911
                        [% ELSIF suggestion.STATUS == 'ACCEPTED'  %]Accepted
911
                        [% ELSIF suggestion.STATUS == 'ACCEPTED'  %]<span>Accepted</span>
912
                        [% ELSIF suggestion.STATUS == 'ORDERED'   %]Ordered
912
                        [% ELSIF suggestion.STATUS == 'ORDERED'   %]<span>Ordered</span>
913
                        [% ELSIF suggestion.STATUS == 'REJECTED'  %]Rejected
913
                        [% ELSIF suggestion.STATUS == 'REJECTED'  %]<span>Rejected</span>
914
                        [% ELSIF suggestion.STATUS == 'CHECKED'   %]Checked
914
                        [% ELSIF suggestion.STATUS == 'CHECKED'   %]<span>Checked</span>
915
                        [% ELSIF suggestion.STATUS == 'AVAILABLE' %]Available
915
                        [% ELSIF suggestion.STATUS == 'AVAILABLE' %]<span>Available</span>
916
                        [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) %]
916
                        [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) %]
917
                            [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) | html %]
917
                            [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) | html %]
918
                        [% ELSE %]Status unknown
918
                        [% ELSE %]<span>Status unknown</span>
919
                        [% END %]
919
                        [% END %]
920
                        [% IF suggestion.reason %]
920
                        [% IF suggestion.reason %]
921
                            <br />([% suggestion.reason | html %])
921
                            <br />([% suggestion.reason | html %])
Lines 933-939 Note that permanent location is a code, and location may be an authval. Link Here
933
<table>
933
<table>
934
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
934
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
935
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
935
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
936
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> by [% XISBN.author | html %] &copy;[% XISBN.copyrightdate | html %]
936
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> <span>by</span> [% XISBN.author | html %] &copy;[% XISBN.copyrightdate | html %]
937
  [% IF ( XISBN.publishercode ) %]
937
  [% IF ( XISBN.publishercode ) %]
938
[% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %]
938
[% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %]
939
    [% END %]
939
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-8 / +8 lines)
Lines 108-133 Link Here
108
            [% IF ( ITEM_DAT.replacementprice ) %]<li><span class="label">Replacement price:</span> [% ITEM_DAT.replacementprice | $Price %]&nbsp;</li> [% END %]
108
            [% IF ( ITEM_DAT.replacementprice ) %]<li><span class="label">Replacement price:</span> [% ITEM_DAT.replacementprice | $Price %]&nbsp;</li> [% END %]
109
	    [% IF ITEM_DAT.materials %]<li><span class="label">Materials specified:</span> [% ITEM_DAT.materials | html %] </li> [% END %]
109
	    [% IF ITEM_DAT.materials %]<li><span class="label">Materials specified:</span> [% ITEM_DAT.materials | html %] </li> [% END %]
110
            </ol></div></div>
110
            </ol></div></div>
111
           <div class="listgroup"><h4>Statuses [% IF ( ITEM_DAT.status_advisory ) %](
111
           <div class="listgroup"><h4><span>Statuses</span> [% IF ( ITEM_DAT.status_advisory ) %](
112
                [% IF ( ITEM_DAT.notforloantext ) %][% ITEM_DAT.notforloantext | html %] [% END %]
112
                [% IF ( ITEM_DAT.notforloantext ) %][% ITEM_DAT.notforloantext | html %] [% END %]
113
                [% IF ( ITEM_DAT.itemlost ) %]Lost[% END %]
113
                [% IF ( ITEM_DAT.itemlost ) %]<span>Lost</span>[% END %]
114
                [% IF ( ITEM_DAT.damaged ) %]Damaged[% END %]
114
                [% IF ( ITEM_DAT.damaged ) %]<span>Damaged</span>[% END %]
115
                [% IF ( ITEM_DAT.withdrawn ) %]Withdrawn[% END %]
115
                [% IF ( ITEM_DAT.withdrawn ) %]<span>Withdrawn</span>[% END %]
116
            )[% END %]</h4>
116
            )[% END %]</h4>
117
117
118
            <div class="rows">
118
            <div class="rows">
119
            <ol class="bibliodetails">
119
            <ol class="bibliodetails">
120
            <li><span class="label">Current library:</span> [% Branches.GetName( ITEM_DAT.holdingbranch ) | html %]&nbsp;</li>
120
            <li><span class="label">Current library:</span> [% Branches.GetName( ITEM_DAT.holdingbranch ) | html %]&nbsp;</li>
121
            <li><span class="label">Checkout status:</span>
121
            <li><span class="label">Checkout status:</span>
122
            [% IF ( ITEM_DAT.issue ) %]Checked out to
122
            [% IF ( ITEM_DAT.issue ) %]<span>Checked out to</span>
123
                [% INCLUDE 'patron-title.inc' patron => ITEM_DAT.patron hide_patron_infos_if_needed=1 %]
123
                [% INCLUDE 'patron-title.inc' patron => ITEM_DAT.patron hide_patron_infos_if_needed=1 %]
124
                [% IF ( ITEM_DAT.lastreneweddate ) %]
124
                [% IF ( ITEM_DAT.lastreneweddate ) %]
125
                    Last renewed [% ITEM_DAT.lastreneweddate | $KohaDates %],
125
                    <span>Last renewed [% ITEM_DAT.lastreneweddate | $KohaDates %]</span>,
126
                [% END %]
126
                [% END %]
127
                [% IF ( ITEM_DAT.datedue ) %]
127
                [% IF ( ITEM_DAT.datedue ) %]
128
                    Due back on [% ITEM_DAT.datedue | $KohaDates %]
128
                    <span>Due back on [% ITEM_DAT.datedue | $KohaDates %]</span>
129
                [% ELSE %]
129
                [% ELSE %]
130
                    Not checked out
130
                    <span>Not checked out</span>
131
                [% END %]
131
                [% END %]
132
            [% END %]
132
            [% END %]
133
            &nbsp;</li>
133
            &nbsp;</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-3 / +3 lines)
Lines 570-576 Link Here
570
                                                                <span class="blocker inaccurate-item-statuses" title="Item statuses may be inaccurate. Please view the record details for accurate item statuses">
570
                                                                <span class="blocker inaccurate-item-statuses" title="Item statuses may be inaccurate. Please view the record details for accurate item statuses">
571
                                                            [% END %]
571
                                                            [% END %]
572
572
573
                                                            [% tnx('{count} item', '{count} items', SEARCH_RESULT.items_count, {count = SEARCH_RESULT.items_count}) | html %][% IF ( SEARCH_RESULT.availablecount ) %], [% SEARCH_RESULT.availablecount | html %] available:[% ELSE %], None available[% END %]
573
                                                            [% tnx('{count} item', '{count} items', SEARCH_RESULT.items_count, {count = SEARCH_RESULT.items_count}) | html %][% IF ( SEARCH_RESULT.availablecount ) %], [% SEARCH_RESULT.availablecount | html %] <span>available</span>:[% ELSE %], <span>None available</span>[% END %]
574
574
575
                                                            [% IF MaxSearchResultsItemsPerRecordStatusCheck && SEARCH_RESULT.items_count > MaxSearchResultsItemsPerRecordStatusCheck %]
575
                                                            [% IF MaxSearchResultsItemsPerRecordStatusCheck && SEARCH_RESULT.items_count > MaxSearchResultsItemsPerRecordStatusCheck %]
576
                                                                </span>
576
                                                                </span>
Lines 618-627 Link Here
618
                                                                                    ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => items_loo.damaged ) | html %])
618
                                                                                    ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => items_loo.damaged ) | html %])
619
                                                                                [% END %]
619
                                                                                [% END %]
620
                                                                                [% IF ( items_loo.intransit ) %]
620
                                                                                [% IF ( items_loo.intransit ) %]
621
                                                                                    (In transit)
621
                                                                                    (<span>In transit</span>)
622
                                                                                [% END %]
622
                                                                                [% END %]
623
                                                                                [% IF ( items_loo.onhold ) %]
623
                                                                                [% IF ( items_loo.onhold ) %]
624
                                                                                    (On hold)
624
                                                                                    (<span>On hold</span>)
625
                                                                                [% END %]
625
                                                                                [% END %]
626
                                                                                [% IF ( items_loo.notforloan ) %]
626
                                                                                [% IF ( items_loo.notforloan ) %]
627
                                                                                    [% items_loo.notforloan | html %]
627
                                                                                    [% items_loo.notforloan | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-4 / +4 lines)
Lines 68-76 Link Here
68
                                        <span class="highlighted-row">
68
                                        <span class="highlighted-row">
69
                                    [% END %]
69
                                    [% END %]
70
                                        [% IF item.rota.active %]
70
                                        [% IF item.rota.active %]
71
                                            Active
71
                                            <span>Active</span>
72
                                        [% ELSE %]
72
                                        [% ELSE %]
73
                                            Inactive
73
                                            <span>Inactive</span>
74
                                        [% END %]
74
                                        [% END %]
75
                                    [% IF !item.rota.active %]
75
                                    [% IF !item.rota.active %]
76
                                        </span>
76
                                        </span>
Lines 79-87 Link Here
79
                            </td>
79
                            </td>
80
                            <td>
80
                            <td>
81
                                [% IF item.bib_item.get_transfer %]
81
                                [% IF item.bib_item.get_transfer %]
82
                                    Yes
82
                                    <span>Yes</span>
83
                                [% ELSE %]
83
                                [% ELSE %]
84
                                    No
84
                                    <span>No</span>
85
                                [% END %]
85
                                [% END %]
86
                            </td>
86
                            </td>
87
                            <td>
87
                            <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt (-5 / +5 lines)
Lines 151-161 Link Here
151
                                            </span>
151
                                            </span>
152
                                        [% END %]
152
                                        [% END %]
153
                                        <span class="unavailable">
153
                                        <span class="unavailable">
154
                                            [% IF ( resultsloo.onloancount ) %] Checked out ([% resultsloo.onloancount | html %]),<br /> [% END %]
154
                                            [% IF ( resultsloo.onloancount ) %] <span>Checked out ([% resultsloo.onloancount | html %])</span>,<br /> [% END %]
155
                                            [% IF ( resultsloo.withdrawncount ) %] Withdrawn ([% resultsloo.withdrawncount | html %]),<br /> [% END %]
155
                                            [% IF ( resultsloo.withdrawncount ) %] <span>Withdrawn ([% resultsloo.withdrawncount | html %])</span>,<br /> [% END %]
156
                                            [% IF ( resultsloo.itemlostcount ) %] Lost ([% resultsloo.itemlostcount | html %])<br />[% END %]
156
                                            [% IF ( resultsloo.itemlostcount ) %] <span>Lost ([% resultsloo.itemlostcount | html %])</span><br />[% END %]
157
                                            [% IF ( resultsloo.recalledcount ) %] Waiting to fill recall ([% resultsloo.recalled | html %])[% END %]
157
                                            [% IF ( resultsloo.recalledcount ) %] <span>Waiting to fill recall ([% resultsloo.recalled | html %])</span>[% END %]
158
                                            [% IF ( resultsloo.onholdcount ) %] Waiting on hold ([% resultsloo.onholdcount | html %])[% END %]
158
                                            [% IF ( resultsloo.onholdcount ) %] <span>Waiting on hold ([% resultsloo.onholdcount | html %])</span>[% END %]
159
                                        </span>
159
                                        </span>
160
                                        <span class="notforloan">
160
                                        <span class="notforloan">
161
                                            [% IF ( resultsloo.other_items_loop ) %]
161
                                            [% IF ( resultsloo.other_items_loop ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-1 / +1 lines)
Lines 55-61 Link Here
55
                                [% END %]</p>
55
                                [% END %]</p>
56
                  <p class="resultcount">
56
                  <p class="resultcount">
57
                          [% IF ( total ) %]Results [% from | html %] to [% to | html %] of [% total | html %]
57
                          [% IF ( total ) %]Results [% from | html %] to [% to | html %] of [% total | html %]
58
                          [% ELSE %]No results found
58
                          [% ELSE %]<span>No results found</span>
59
                          [% END %]</p></div>
59
                          [% END %]</p></div>
60
            <div id="resultlist">
60
            <div id="resultlist">
61
                  <table>
61
                  <table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt (-1 / +1 lines)
Lines 50-56 Link Here
50
                [% IF ( total ) %]
50
                [% IF ( total ) %]
51
                    &nbsp;<strong>Results [% from | html %] to [% to | html %] of [% total | html %]</strong><br /><br />
51
                    &nbsp;<strong>Results [% from | html %] to [% to | html %] of [% total | html %]</strong><br /><br />
52
                [% ELSE %]
52
                [% ELSE %]
53
                    &nbsp; No results found<br />
53
                    &nbsp; <span>No results found</span><br />
54
                [% END %]
54
                [% END %]
55
            </p>
55
            </p>
56
[% IF ( total ) %]
56
[% IF ( total ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt (-1 / +1 lines)
Lines 53-59 Link Here
53
                                [% END %]</p>
53
                                [% END %]</p>
54
			<p class="resultcount">
54
			<p class="resultcount">
55
                          [% IF ( total ) %]Results [% from | html %] to [% to | html %] of [% total | html %]
55
                          [% IF ( total ) %]Results [% from | html %] to [% to | html %] of [% total | html %]
56
                          [% ELSE %]No results found
56
                          [% ELSE %]<span>No results found</span>
57
                          [% END %]</p></div>
57
                          [% END %]</p></div>
58
		<div id="resultlist">
58
		<div id="resultlist">
59
			<table>
59
			<table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-3 / +3 lines)
Lines 247-253 Link Here
247
                                                        [% r.biblio.biblioitem.size | html %]
247
                                                        [% r.biblio.biblioitem.size | html %]
248
248
249
                                                        [% IF ar.biblio.biblioitem.isbn %]
249
                                                        [% IF ar.biblio.biblioitem.isbn %]
250
                                                            ISBN: [% ar.biblio.biblioitem.isbn | html %]
250
                                                            <span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span>
251
                                                        [% END %]
251
                                                        [% END %]
252
                                                    </div>
252
                                                    </div>
253
                                                </p>
253
                                                </p>
Lines 354-360 Link Here
354
                                                        [% r.biblio.biblioitem.size | html %]
354
                                                        [% r.biblio.biblioitem.size | html %]
355
355
356
                                                        [% IF ar.biblio.biblioitem.isbn %]
356
                                                        [% IF ar.biblio.biblioitem.isbn %]
357
                                                            ISBN: [% ar.biblio.biblioitem.isbn | html %]
357
                                                            <span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span>
358
                                                        [% END %]
358
                                                        [% END %]
359
                                                    </div>
359
                                                    </div>
360
                                                </p>
360
                                                </p>
Lines 458-464 Link Here
458
                                                        [% r.biblio.biblioitem.size | html %]
458
                                                        [% r.biblio.biblioitem.size | html %]
459
459
460
                                                        [% IF ar.biblio.biblioitem.isbn %]
460
                                                        [% IF ar.biblio.biblioitem.isbn %]
461
                                                            ISBN: [% ar.biblio.biblioitem.isbn | html %]
461
                                                            <span>ISBN: [% ar.biblio.biblioitem.isbn | html %]</span>
462
                                                        [% END %]
462
                                                        [% END %]
463
                                                    </div>
463
                                                    </div>
464
                                                </p>
464
                                                </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +3 lines)
Lines 186-198 Link Here
186
                                [% IF ( NOT_FOR_LOAN_FORCING ) %]
186
                                [% IF ( NOT_FOR_LOAN_FORCING ) %]
187
                                    <li>
187
                                    <li>
188
                                    [% IF ( itemtype_notforloan ) %]
188
                                    [% IF ( itemtype_notforloan ) %]
189
                                        Item type is normally not for loan.
189
                                        <span>Item type is normally not for loan.</span>
190
                                    [% ELSIF ( item_notforloan ) %]
190
                                    [% ELSIF ( item_notforloan ) %]
191
                                        [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %]
191
                                        [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %]
192
                                        Item is normally not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %].
192
                                        <span>Item is normally not for loan</span>[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %].
193
                                    [% END %]
193
                                    [% END %]
194
                                        [% IF CAN_user_circulate_force_checkout %]
194
                                        [% IF CAN_user_circulate_force_checkout %]
195
                                            Check out anyway?
195
                                            <span>Check out anyway?</span>
196
                                        [% END %]
196
                                        [% END %]
197
                                    </li>
197
                                    </li>
198
                                [% END %]
198
                                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 60-66 Link Here
60
60
61
[% IF ( overdueloop ) %]
61
[% IF ( overdueloop ) %]
62
62
63
  <h2>[% nnoverdue | html %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %] overdue as of [% todaysdate | html %][% IF ( isfiltered ) %] <span style="font-size:70%;">(Filtered. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a>)</span>[% END %]</h2>
63
  <h2>[% nnoverdue | html %] [% IF ( noverdue_is_plural ) %]<span>Items</span>[% ELSE %]Item[% END %] overdue as of [% todaysdate | html %][% IF ( isfiltered ) %] <span style="font-size:70%;">(Filtered. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a>)</span>[% END %]</h2>
64
64
65
  <p>
65
  <p>
66
    [% IF ( isfiltered ) %]
66
    [% IF ( isfiltered ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-5 / +5 lines)
Lines 306-320 Link Here
306
                                        </td>
306
                                        </td>
307
                                        <td>
307
                                        <td>
308
                                            [% IF ar.status == 'PENDING' %]
308
                                            [% IF ar.status == 'PENDING' %]
309
                                                Pending
309
                                                <span>Pending</span>
310
                                            [% ELSIF ar.status == 'PROCESSING' %]
310
                                            [% ELSIF ar.status == 'PROCESSING' %]
311
                                                Processing
311
                                                <span>Processing</span>
312
                                            [% ELSIF ar.status == 'REQUESTED' %]
312
                                            [% ELSIF ar.status == 'REQUESTED' %]
313
                                                New
313
                                                <span>New</span>
314
                                            [% ELSIF ar.status == 'COMPLETED' %]
314
                                            [% ELSIF ar.status == 'COMPLETED' %]
315
                                                Completed
315
                                                <span>Completed</span>
316
                                            [% ELSIF ar.status == 'CANCELED' %]
316
                                            [% ELSIF ar.status == 'CANCELED' %]
317
                                                Canceled
317
                                                <span>Canceled</span>
318
                                            [% END %]
318
                                            [% END %]
319
                                        </td>
319
                                        </td>
320
                                        <td>
320
                                        <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-8 / +8 lines)
Lines 10-20 Link Here
10
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
11
[% BLOCK display_bormessagepref %]
11
[% BLOCK display_bormessagepref %]
12
    [% IF ( bormessagepref ) %]
12
    [% IF ( bormessagepref ) %]
13
        <li class="notification_method">Patron notification:
13
        <li class="notification_method"><span>Patron notification</span>:
14
            [% FOREACH mtt IN bormessagepref.keys %]
14
            [% FOREACH mtt IN bormessagepref.keys %]
15
                [%~ IF ( mtt == 'email' ) %] Email[% END ~%]
15
                [%~ IF ( mtt == 'email' ) %] <span>Email</span>[% END ~%]
16
                [%~ IF ( mtt == 'phone' ) %] Phone[% END ~%]
16
                [%~ IF ( mtt == 'phone' ) %] <span>Phone</span>[% END ~%]
17
                [%~ IF ( mtt == 'sms' ) %] SMS[% END ~%]
17
                [%~ IF ( mtt == 'sms' ) %] <span>SMS</span>[% END ~%]
18
                [%~ UNLESS loop.last %], [% ELSE %].[% END ~%]
18
                [%~ UNLESS loop.last %], [% ELSE %].[% END ~%]
19
            [% END %]
19
            [% END %]
20
        </li>
20
        </li>
Lines 249-266 Link Here
249
                                        [% IF ( errmsgloo.ItemLocationUpdated ) %]
249
                                        [% IF ( errmsgloo.ItemLocationUpdated ) %]
250
                                             <p class="problem ret_location_update">
250
                                             <p class="problem ret_location_update">
251
                                                 Item shelving location updated.
251
                                                 Item shelving location updated.
252
                                                <br />Old value:
252
                                                <br /><span>Old value</span>:
253
                                                [% IF errmsgloo.ItemLocationUpdated.from %]
253
                                                [% IF errmsgloo.ItemLocationUpdated.from %]
254
                                                    [% SET av_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => errmsgloo.ItemLocationUpdated.from ) %]
254
                                                    [% SET av_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => errmsgloo.ItemLocationUpdated.from ) %]
255
                                                    [% IF errmsgloo.ItemLocationUpdated.from == '' %]
255
                                                    [% IF errmsgloo.ItemLocationUpdated.from == '' %]
256
                                                        empty
256
                                                        <span>empty</span>
257
                                                    [% ELSIF av_description == '' %]
257
                                                    [% ELSIF av_description == '' %]
258
                                                        [% errmsgloo.ItemLocationUpdated.from | html %] (No description available)
258
                                                        [% errmsgloo.ItemLocationUpdated.from | html %] (<span>No description available</span>)
259
                                                    [% ELSE %]
259
                                                    [% ELSE %]
260
                                                        [% av_description | html %]
260
                                                        [% av_description | html %]
261
                                                    [% END %]
261
                                                    [% END %]
262
                                                [% ELSE %]
262
                                                [% ELSE %]
263
                                                    "Blank"
263
                                                    <span>"Blank"</span>
264
                                                [% END %]
264
                                                [% END %]
265
                                                <br />New value:
265
                                                <br />New value:
266
                                                [% IF errmsgloo.ItemLocationUpdated.to %]
266
                                                [% IF errmsgloo.ItemLocationUpdated.to %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-6 / +6 lines)
Lines 63-73 Link Here
63
63
64
[% IF ( run_report ) %]
64
[% IF ( run_report ) %]
65
    [% IF ( total ) %]
65
    [% IF ( total ) %]
66
        <div class="results">[% total | html %] items found for
66
        <div class="results">[% total | html %] <span>items found for</span>
67
            [% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) | html %][% ELSE %]All libraries[% END %]
67
            [% IF ( branchlimit ) %][% Branches.GetName( branchlimit ) | html %][% ELSE %]<span>All libraries</span>[% END %]
68
            [% IF ( itemtypeslimit ) %] and item type: [% ItemTypes.GetDescription( itemtypeslimit ) | html %][% END %]
68
            [% IF ( itemtypeslimit ) %] <span>and item type: [% ItemTypes.GetDescription( itemtypeslimit ) | html %]</span>[% END %]
69
            [% IF ( ccodeslimit ) %] and collection: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode' authorised_value = ccodeslimit ) | html %][% END %]
69
            [% IF ( ccodeslimit ) %] <span>and collection: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode' authorised_value = ccodeslimit ) | html %]</span>[% END %]
70
            [% IF ( locationslimit ) %] and shelving location: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location' authorised_value = locationslimit ) | html %][% END %]
70
            [% IF ( locationslimit ) %] <span>and shelving location: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location' authorised_value = locationslimit ) | html %]</span>[% END %]
71
        </div>
71
        </div>
72
    [% ELSE %]
72
    [% ELSE %]
73
        <div class="dialog message">No items found.</div>
73
        <div class="dialog message">No items found.</div>
Lines 175-181 Link Here
175
175
176
                        [% IF ( itemsloo.item('size') ) %][% itemsloo.item('size') | html %][% END %]
176
                        [% IF ( itemsloo.item('size') ) %][% itemsloo.item('size') | html %][% END %]
177
177
178
                        [% IF ( itemsloo.isbn ) %]ISBN: [% itemsloo.isbn | html %][% END %]
178
                        [% IF ( itemsloo.isbn ) %]<span>ISBN: [% itemsloo.isbn | html %]</span>[% END %]
179
                    </div>
179
                    </div>
180
                </p>
180
                </p>
181
            </td>
181
            </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-4 / +4 lines)
Lines 84-99 Link Here
84
                                    <td>[% t.description | html %]</td>
84
                                    <td>[% t.description | html %]</td>
85
                                    <td>
85
                                    <td>
86
                                        [% IF t.is_enrollable_from_opac %]
86
                                        [% IF t.is_enrollable_from_opac %]
87
                                            Yes
87
                                            <span>Yes</span>
88
                                        [% ELSE %]
88
                                        [% ELSE %]
89
                                            No
89
                                            <span>No</span>
90
                                        [% END %]
90
                                        [% END %]
91
                                    </td>
91
                                    </td>
92
                                    <td>
92
                                    <td>
93
                                        [% IF t.is_email_required %]
93
                                        [% IF t.is_email_required %]
94
                                            Yes
94
                                            <span>Yes</span>
95
                                        [% ELSE %]
95
                                        [% ELSE %]
96
                                            No
96
                                            <span>No</span>
97
                                        [% END %]
97
                                        [% END %]
98
                                    </td>
98
                                    </td>
99
                                    <td>[% Branches.GetName( t.branchcode ) | html %]</td>
99
                                    <td>[% Branches.GetName( t.branchcode ) | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (-2 / +2 lines)
Lines 23-29 Link Here
23
        </li>
23
        </li>
24
        <li>
24
        <li>
25
            <a href="#" aria-current="page">
25
            <a href="#" aria-current="page">
26
                [% IF is_edit || course_reserve %] Edit [% ELSE %] Reserve [% END %]
26
                [% IF is_edit || course_reserve %] <span>Edit</span> [% ELSE %] <span>Reserve</span> [% END %]
27
                <em>[% biblio.title | html %]</em>
27
                <em>[% biblio.title | html %]</em>
28
            </a>
28
            </a>
29
        </li>
29
        </li>
Lines 34-40 Link Here
34
    <div class="row">
34
    <div class="row">
35
        <div class="col-md-8 col-md-offset-2">
35
        <div class="col-md-8 col-md-offset-2">
36
            <h1>
36
            <h1>
37
                [% IF is_edit || course_reserve %]Edit [% ELSE %]Reserve [% END %]<em>[% biblio.title | html %]</em> for <em>[% course.course_name | html %]</em>
37
                [% IF is_edit || course_reserve %]<span>Edit</span> [% ELSE %]<span>Reserve</span> [% END %]<em>[% biblio.title | html %]</em> for <em>[% course.course_name | html %]</em>
38
            </h1>
38
            </h1>
39
39
40
        [% IF course_reserve && !is_edit%]<div class="dialog message" id="already_on_reserve_this">This course already has this item on reserve.</div>[% END %]
40
        [% IF course_reserve && !is_edit%]<div class="dialog message" id="already_on_reserve_this">This course already has this item on reserve.</div>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +2 lines)
Lines 268-276 Link Here
268
                            <td class="status">
268
                            <td class="status">
269
                                <span>
269
                                <span>
270
                                [% IF cr.item.onloan %]
270
                                [% IF cr.item.onloan %]
271
                                    Checked out
271
                                    <span>Checked out</span>
272
                                [% ELSE %]
272
                                [% ELSE %]
273
                                    Available
273
                                    <span>Available</span>
274
                                [% END %]
274
                                [% END %]
275
                                </span>
275
                                </span>
276
                            </td>
276
                            </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-2 / +2 lines)
Lines 161-169 Link Here
161
    <h1>No DEPARTMENT authorized values found!</h1>
161
    <h1>No DEPARTMENT authorized values found!</h1>
162
    <p>
162
    <p>
163
        [% IF ( CAN_user_parameters ) %]
163
        [% IF ( CAN_user_parameters ) %]
164
            Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT.
164
            <span>Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT.</span>
165
        [% ELSE %]
165
        [% ELSE %]
166
            An administrator must create one or more authorized values with the category DEPARTMENT.
166
            <span>An administrator must create one or more authorized values with the category DEPARTMENT.</span>
167
        [% END %]
167
        [% END %]
168
    </p>
168
    </p>
169
</div>
169
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tt (-1 / +1 lines)
Lines 1-4 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]Koha &rsaquo; Tools &rsaquo; Labels &rsaquo;: Search[% INCLUDE 'doc-head-close.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]<span>Koha</span> &rsaquo; <span>Tools</span> &rsaquo; <span>Labels</span> &rsaquo;: <span>Search</span>[% INCLUDE 'doc-head-close.inc' %]
2
</head>
2
</head>
3
<body id="labels_label-bib-search" class="tools labels">
3
<body id="labels_label-bib-search" class="tools labels">
4
<div id="main-compact">
4
<div id="main-compact">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-3 / +3 lines)
Lines 58-68 Link Here
58
        [% ELSE %]
58
        [% ELSE %]
59
            <h3>
59
            <h3>
60
                [% IF ( label_ids ) %]
60
                [% IF ( label_ids ) %]
61
                    [% IF ( label_count == 1 ) %]Exporting [% label_count | html %] label[% ELSE %]Exporting [% label_count | html %] labels[% END %]
61
                    [% IF ( label_count == 1 ) %]<span>Exporting [% label_count | html %] label</span>[% ELSE %]<span>Exporting [% label_count | html %] labels</span>[% END %]
62
                [% ELSIF ( item_numbers ) %]
62
                [% ELSIF ( item_numbers ) %]
63
                    [% IF ( item_count == 1 ) %]Exporting [% item_count | html %] label[% ELSE %]Exporting [% item_count | html %] labels[% END %]
63
                    [% IF ( item_count == 1 ) %]<span>Exporting [% item_count | html %] label</span>[% ELSE %]<span>Exporting [% item_count | html %] labels</span>[% END %]
64
                [% ELSE %]
64
                [% ELSE %]
65
                    [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %]
65
                    [% IF ( multi_batch_count == 1 ) %]<span>[% multi_batch_count | html %] batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %]
66
                [% END %]
66
                [% END %]
67
            </h3>
67
            </h3>
68
            <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl">
68
            <form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt (-2 / +2 lines)
Lines 62-70 Link Here
62
62
63
            <h1>
63
            <h1>
64
                [% IF type == 'credit' %]
64
                [% IF type == 'credit' %]
65
                    Details of payment
65
                    <span>Details of payment</span>
66
                [% ELSIF type == 'debit' %]
66
                [% ELSIF type == 'debit' %]
67
                    Details of fee
67
                    <span>Details of fee</span>
68
                [% END %]
68
                [% END %]
69
            </h1>
69
            </h1>
70
70
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-6 / +6 lines)
Lines 96-115 Link Here
96
          [% END %]
96
          [% END %]
97
          <td>
97
          <td>
98
          [% IF hold.found == 'F' %]
98
          [% IF hold.found == 'F' %]
99
              Fulfilled
99
              <span>Fulfilled</span>
100
          [% ELSIF hold.cancellationdate %]
100
          [% ELSIF hold.cancellationdate %]
101
              Cancelled
101
              <span>Cancelled</span>
102
                [% IF hold.cancellation_reason %]
102
                [% IF hold.cancellation_reason %]
103
                    ([% AuthorisedValues.GetByCode('HOLD_CANCELLATION', hold.cancellation_reason) | html %])
103
                    ([% AuthorisedValues.GetByCode('HOLD_CANCELLATION', hold.cancellation_reason) | html %])
104
                [% END %]
104
                [% END %]
105
          [% ELSIF hold.found == 'W' %]
105
          [% ELSIF hold.found == 'W' %]
106
              Waiting
106
              <span>Waiting</span>
107
          [% ELSIF hold.found == 'P' %]
107
          [% ELSIF hold.found == 'P' %]
108
              Processing
108
              <span>Processing</span>
109
          [% ELSIF hold.found == 'T' %]
109
          [% ELSIF hold.found == 'T' %]
110
              In transit
110
              <span>In transit</span>
111
          [% ELSE %]
111
          [% ELSE %]
112
              Pending
112
              <span>Pending</span>
113
          [% END %]
113
          [% END %]
114
          </td>
114
          </td>
115
        </tr>
115
        </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-8 / +8 lines)
Lines 59-69 legend:hover { Link Here
59
                <li>
59
                <li>
60
                    <a href="#" aria-current="page">
60
                    <a href="#" aria-current="page">
61
                        [% IF ( opadd ) %]
61
                        [% IF ( opadd ) %]
62
                            Add patron
62
                            <span>Add patron</span>
63
                        [% ELSIF ( opduplicate ) %]
63
                        [% ELSIF ( opduplicate ) %]
64
                            Duplicate patron
64
                            <span>Duplicate patron</span>
65
                        [% ELSE %]
65
                        [% ELSE %]
66
                            Modify patron
66
                            <span>Modify patron</span>
67
                        [% END %]
67
                        [% END %]
68
                        [% IF categoryname %]
68
                        [% IF categoryname %]
69
                            ([% categoryname | html %])
69
                            ([% categoryname | html %])
Lines 111-121 legend:hover { Link Here
111
                    [% UNLESS ( no_add ) %]
111
                    [% UNLESS ( no_add ) %]
112
                        <h1>
112
                        <h1>
113
                            [% IF ( opadd ) %]
113
                            [% IF ( opadd ) %]
114
                                Add patron
114
                                <span>Add patron</span>
115
                            [% ELSIF ( opduplicate ) %]
115
                            [% ELSIF ( opduplicate ) %]
116
                                Duplicate patron
116
                                <span>Duplicate patron</span>
117
                            [% ELSE %]
117
                            [% ELSE %]
118
                                Modify patron
118
                                <span>Modify patron</span>
119
                            [% END %]
119
                            [% END %]
120
                            [% INCLUDE 'patron-title.inc' %]
120
                            [% INCLUDE 'patron-title.inc' %]
121
                            [% IF categoryname %]([% categoryname | html %])[% END %]
121
                            [% IF categoryname %]([% categoryname | html %])[% END %]
Lines 269-275 legend:hover { Link Here
269
                            [% IF ( step_1 ) %]
269
                            [% IF ( step_1 ) %]
270
                                [% UNLESS notitle && nosurname && nofirstname && nodateofbirth && noinitials && noothernames &&nosex %]
270
                                [% UNLESS notitle && nosurname && nofirstname && nodateofbirth && noinitials && noothernames &&nosex %]
271
                                    <fieldset class="rows" id="memberentry_identity">
271
                                    <fieldset class="rows" id="memberentry_identity">
272
                                        <legend id="identity_lgd">[% IF ( I ) %]Organization [% ELSE %]Patron [% END %]identity</legend>
272
                                        <legend id="identity_lgd">[% IF ( I ) %]<span>Organization</span> [% ELSE %]<span>Patron</span> [% END %]<span>identity</span></legend>
273
                                        <ol>
273
                                        <ol>
274
                                            [% UNLESS ( I ) %]
274
                                            [% UNLESS ( I ) %]
275
                                                [% UNLESS notitle %]
275
                                                [% UNLESS notitle %]
Lines 1316-1322 legend:hover { Link Here
1316
                                                                No
1316
                                                                No
1317
                                                        </label>
1317
                                                        </label>
1318
                                                    [% ELSE %]
1318
                                                    [% ELSE %]
1319
                                                        [% IF flagloo.yes %]Yes[% ELSE %]No[% END %]
1319
                                                        [% IF flagloo.yes %]<span>Yes</span>[% ELSE %]<span>No</span>[% END %]
1320
                                                    [% END # /IF CAN_user_circulate_manage_restrictions %]
1320
                                                    [% END # /IF CAN_user_circulate_manage_restrictions %]
1321
                                                </li>
1321
                                                </li>
1322
                                            [% END # /FOREACH flagloo %]
1322
                                            [% END # /FOREACH flagloo %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-7 / +7 lines)
Lines 414-422 Link Here
414
                                        [% IF Koha.Preference( 'OPACPrivacy') %]
414
                                        [% IF Koha.Preference( 'OPACPrivacy') %]
415
                                            <li id="patron-privacypref">
415
                                            <li id="patron-privacypref">
416
                                                <span class="label">Privacy pref:</span>
416
                                                <span class="label">Privacy pref:</span>
417
                                                    [% IF ( patron.privacy == 0 ) %]Forever[% END %]
417
                                                    [% IF ( patron.privacy == 0 ) %]<span>Forever</span>[% END %]
418
                                                    [% IF ( patron.privacy == 1 ) %]Default[% END %]
418
                                                    [% IF ( patron.privacy == 1 ) %]<span>Default</span>[% END %]
419
                                                    [% IF ( patron.privacy == 2 ) %]Never[% END %]
419
                                                    [% IF ( patron.privacy == 2 ) %]<span>Never</span>[% END %]
420
                                            </li>
420
                                            </li>
421
                                        [% END %]
421
                                        [% END %]
422
422
Lines 456-462 Link Here
456
                                                [% IF ( patron.password_expiration_date ) %]
456
                                                [% IF ( patron.password_expiration_date ) %]
457
                                                    [% patron.password_expiration_date | $KohaDates %]
457
                                                    [% patron.password_expiration_date | $KohaDates %]
458
                                                [% ELSE %]
458
                                                [% ELSE %]
459
                                                    Never
459
                                                    <span>Never</span>
460
                                                [% END %]
460
                                                [% END %]
461
                                            </li>
461
                                            </li>
462
                                        [% END %]
462
                                        [% END %]
Lines 479-489 Link Here
479
                                            <li id="patron-checkprev">
479
                                            <li id="patron-checkprev">
480
                                                <span class="label">Check previous checkouts: </span>
480
                                                <span class="label">Check previous checkouts: </span>
481
                                                [% IF ( patron.checkprevcheckout == 'yes' ) %]
481
                                                [% IF ( patron.checkprevcheckout == 'yes' ) %]
482
                                                    Yes
482
                                                    <span>Yes</span>
483
                                                [% ELSIF ( patron.checkprevcheckout == 'no' ) %]
483
                                                [% ELSIF ( patron.checkprevcheckout == 'no' ) %]
484
                                                    No
484
                                                    <span>No</span>
485
                                                [% ELSE %]
485
                                                [% ELSE %]
486
                                                    Inherited
486
                                                    <span>Inherited</span>
487
                                                [% END %]
487
                                                [% END %]
488
                                            </li>
488
                                            </li>
489
                                        [% END %]
489
                                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-8 / +8 lines)
Lines 61-77 Link Here
61
                                            <iframe class="notice" id="notice[% QUEUED_MESSAGE.message_id | html %]" srcdoc="[% QUEUED_MESSAGE.content | html | html_line_break %]"></iframe>
61
                                            <iframe class="notice" id="notice[% QUEUED_MESSAGE.message_id | html %]" srcdoc="[% QUEUED_MESSAGE.content | html | html_line_break %]"></iframe>
62
                                        </td>
62
                                        </td>
63
                                        <td>
63
                                        <td>
64
                                            [% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]email
64
                                            [% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]<span>email</span>
65
                                            [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'print' ) %]print
65
                                            [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'print' ) %]<span>print</span>
66
                                            [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'feed' ) %]feed
66
                                            [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'feed' ) %]<span>feed</span>
67
                                            [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'sms' ) %]sms
67
                                            [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'sms' ) %]<span>sms</span>
68
                                            [% ELSE %][% QUEUED_MESSAGE.message_transport_type | html %][% END %]
68
                                            [% ELSE %][% QUEUED_MESSAGE.message_transport_type | html %][% END %]
69
                                        </td>
69
                                        </td>
70
                                        <td>
70
                                        <td>
71
                                            [% IF ( QUEUED_MESSAGE.status == 'sent' ) %]sent
71
                                            [% IF ( QUEUED_MESSAGE.status == 'sent' ) %]<span>sent</span>
72
                                            [% ELSIF ( QUEUED_MESSAGE.status == 'pending' ) %]pending
72
                                            [% ELSIF ( QUEUED_MESSAGE.status == 'pending' ) %]<span>pending</span>
73
                                            [% ELSIF ( QUEUED_MESSAGE.status == 'failed' ) %]failed
73
                                            [% ELSIF ( QUEUED_MESSAGE.status == 'failed' ) %]<span>failed</span>
74
                                            [% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %]deleted
74
                                            [% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %]<span>deleted</span>
75
                                            [% ELSE %][% QUEUED_MESSAGE.status | html %][% END %]
75
                                            [% ELSE %][% QUEUED_MESSAGE.status | html %][% END %]
76
                                            [% IF ( QUEUED_MESSAGE.status != 'pending' ) %]
76
                                            [% IF ( QUEUED_MESSAGE.status != 'pending' ) %]
77
                                                <div class="notice">
77
                                                <div class="notice">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-10 / +10 lines)
Lines 49-66 Link Here
49
        <li>
49
        <li>
50
            <a href="#" aria-current="page">
50
            <a href="#" aria-current="page">
51
                [% IF ( pay_individual ) %]
51
                [% IF ( pay_individual ) %]
52
                    Pay an individual fine
52
                    <span>Pay an individual fine</span>
53
                [% ELSIF ( writeoff_individual ) %]
53
                [% ELSIF ( writeoff_individual ) %]
54
                    Write off an individual fine
54
                    <span>Write off an individual fine</span>
55
                [% ELSE %]
55
                [% ELSE %]
56
                    [% IF ( selected_accts ) %]
56
                    [% IF ( selected_accts ) %]
57
                        [% IF type == 'WRITEOFF' %]
57
                        [% IF type == 'WRITEOFF' %]
58
                            Write off an amount toward selected fines
58
                            <span>Write off an amount toward selected fines</span>
59
                        [% ELSE %]
59
                        [% ELSE %]
60
                            Pay an amount toward selected fines
60
                            <span>Pay an amount toward selected fines</span>
61
                        [% END %]
61
                        [% END %]
62
                    [% ELSE %]
62
                    [% ELSE %]
63
                        Pay an amount toward all fines
63
                        <span>Pay an amount toward all fines</span>
64
                    [% END %]
64
                    [% END %]
65
                [% END %]
65
                [% END %]
66
            </a>
66
            </a>
Lines 75-92 Link Here
75
75
76
            <h1>
76
            <h1>
77
                [% IF ( pay_individual ) %]
77
                [% IF ( pay_individual ) %]
78
                    Pay an individual fine
78
                    <span>Pay an individual fine</span>
79
                [% ELSIF ( writeoff_individual ) %]
79
                [% ELSIF ( writeoff_individual ) %]
80
                    Write off an individual fine
80
                    <span>Write off an individual fine</span>
81
                [% ELSE %]
81
                [% ELSE %]
82
                    [% IF ( selected_accts ) %]
82
                    [% IF ( selected_accts ) %]
83
                        [% IF type == 'WRITEOFF' %]
83
                        [% IF type == 'WRITEOFF' %]
84
                            Write off an amount toward selected fines
84
                            <span>Write off an amount toward selected fines</span>
85
                        [% ELSE %]
85
                        [% ELSE %]
86
                            Pay an amount toward selected fines
86
                            <span>Pay an amount toward selected fines</span>
87
                        [% END %]
87
                        [% END %]
88
                    [% ELSE %]
88
                    [% ELSE %]
89
                        Pay an amount toward all fines
89
                        <span>Pay an amount toward all fines</span>
90
                    [% END %]
90
                    [% END %]
91
                [% END %]
91
                [% END %]
92
            </h1>
92
            </h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt (-3 / +3 lines)
Lines 46-56 Link Here
46
[% SET routinglists = patron.get_routing_lists %]
46
[% SET routinglists = patron.get_routing_lists %]
47
<h2>
47
<h2>
48
[% UNLESS ( routinglists ) %]
48
[% UNLESS ( routinglists ) %]
49
0 subscription routing lists
49
<span>0 subscription routing lists</span>
50
[% ELSIF ( routinglists.count == 1 ) %]
50
[% ELSIF ( routinglists.count == 1 ) %]
51
[% routinglists.count | html %] subscription routing list
51
<span>[% routinglists.count | html %] subscription routing list</span>
52
[% ELSE %]
52
[% ELSE %]
53
[% routinglists.count | html %] subscription routing lists
53
<span>[% routinglists.count | html %] subscription routing lists</span>
54
[% END %]
54
[% END %]
55
</h2>
55
</h2>
56
56
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-4 / +4 lines)
Lines 27-37 Link Here
27
            <li>
27
            <li>
28
                <a href="#" aria-current="page">
28
                <a href="#" aria-current="page">
29
                    [% IF description %]
29
                    [% IF description %]
30
                        Edit [% description | html %]
30
                        <span>Edit [% description | html %]</span>
31
                    [% ELSIF batch_id %]
31
                    [% ELSIF batch_id %]
32
                        Edit ([% batch_id | html %])
32
                        <span>Edit ([% batch_id | html %])</span>
33
                    [% ELSE %]
33
                    [% ELSE %]
34
                        New
34
                        <span>New</span>
35
                    [% END %]
35
                    [% END %]
36
                </a>
36
                </a>
37
            </li>
37
            </li>
Lines 45-51 Link Here
45
45
46
                    [% INCLUDE 'patroncards-toolbar.inc' %]
46
                    [% INCLUDE 'patroncards-toolbar.inc' %]
47
47
48
                    <h1>[% IF description %]Edit [% ELSIF batch_id %]Edit [% ELSE %]New [% END %]patron card batches</h1>
48
                    <h1>[% IF description %]<span>Edit</span> [% ELSIF batch_id %]<span>Edit</span> [% ELSE %]<span>New</span> [% END %]<span>patron card batches</span></h1>
49
49
50
                [% IF ( duplicate_message ) %]
50
                [% IF ( duplicate_message ) %]
51
                    <div class="dialog message">
51
                    <div class="dialog message">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-2 / +2 lines)
Lines 41-47 Link Here
41
41
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
43
43
44
                    <h1>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] patron card layout</h1>
44
                    <h1>[% IF ( layout_id ) %]<span>Edit</span>[% ELSE %]<span>Create</span>[% END %] <span>patron card layout</span></h1>
45
45
46
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
46
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
47
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
47
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
Lines 279-285 Link Here
279
                </div>
279
                </div>
280
                <div class="col-sm-6">
280
                <div class="col-sm-6">
281
                    <fieldset class="rows">
281
                    <fieldset class="rows">
282
                    <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] patron card graphic layout</legend>
282
                    <legend>[% IF ( layout_id ) %]<span>Edit</span>[% ELSE %]<span>Create</span>[% END %] <span>patron card graphic layout</span></legend>
283
                    <ol>
283
                    <ol>
284
<!--
284
<!--
285
                            <li>
285
                            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-4 / +4 lines)
Lines 46-57 Link Here
46
            [% ELSE %]
46
            [% ELSE %]
47
            <h3>
47
            <h3>
48
                    [% IF ( label_ids ) %]
48
                    [% IF ( label_ids ) %]
49
                        [% IF ( card_count == 1 ) %]Exporting [% card_count | html %] patron card[% ELSE %]Exporting [% card_count | html %] patron cards[% END %]
49
                        [% IF ( card_count == 1 ) %]<span>Exporting [% card_count | html %] patron card</span>[% ELSE %]<span>Exporting [% card_count | html %] patron cards</span>[% END %]
50
                    [% ELSIF ( borrower_numbers ) %]
50
                    [% ELSIF ( borrower_numbers ) %]
51
                        [% IF ( borrower_count == 1 ) %]Exporting [% borrower_count | html %] patron card[% ELSE %]Exporting [% borrower_count | html %] patron cards[% END %]
51
                        [% IF ( borrower_count == 1 ) %]<span>Exporting [% borrower_count | html %] patron card</span>[% ELSE %]<span>Exporting [% borrower_count | html %] patron cards</span>[% END %]
52
                    [% ELSIF ( patronlist_id ) %] Exporting from patron list
52
                    [% ELSIF ( patronlist_id ) %] <span>Exporting from patron list</span>
53
                    [% ELSE %]
53
                    [% ELSE %]
54
                        [% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %]
54
                        [% IF ( multi_batch_count == 1 ) %]<span>[% multi_batch_count | html %] batch to export</span>[% ELSE %]<span>[% multi_batch_count | html %] batches to export</span>[% END %]
55
                    [% END %]
55
                    [% END %]
56
            </h3>
56
            </h3>
57
            <form id="exportingf" name="exporting" method="post" action="/cgi-bin/koha/patroncards/print.pl">
57
            <form id="exportingf" name="exporting" method="post" action="/cgi-bin/koha/patroncards/print.pl">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-7 / +7 lines)
Lines 129-145 Link Here
129
            <li>
129
            <li>
130
                <a href="#" aria-current="page">
130
                <a href="#" aria-current="page">
131
                    [% IF ( build1 ) %]
131
                    [% IF ( build1 ) %]
132
                        Step 1 of 6: Choose a module
132
                        <span>Step 1 of 6: Choose a module</span>
133
                    [% ELSIF ( build2 ) %]
133
                    [% ELSIF ( build2 ) %]
134
                        Step 2 of 6: Pick a report type
134
                        <span>Step 2 of 6: Pick a report type</span>
135
                    [% ELSIF ( build3 ) %]
135
                    [% ELSIF ( build3 ) %]
136
                        Step 3 of 6: Select columns for display
136
                        <span>Step 3 of 6: Select columns for display</span>
137
                    [% ELSIF ( build4 ) %]
137
                    [% ELSIF ( build4 ) %]
138
                        Step 4 of 6: Select criteria to limit on
138
                        <span>Step 4 of 6: Select criteria to limit on</span>
139
                    [% ELSIF ( build5 ) %]
139
                    [% ELSIF ( build5 ) %]
140
                        Step 5 of 6: Pick which columns to total
140
                        <span>Step 5 of 6: Pick which columns to total</span>
141
                    [% ELSIF ( build6 ) %]
141
                    [% ELSIF ( build6 ) %]
142
                        Step 6 of 6: Select how you want the report ordered
142
                        <span>Step 6 of 6: Select how you want the report ordered</span>
143
                    [% END %]
143
                    [% END %]
144
                </a>
144
                </a>
145
        [% END %]
145
        [% END %]
Lines 1386-1392 Link Here
1386
                                    Use of this keyword is not allowed in Koha reports due to security and data integrity risks. Only SELECT queries are allowed.<br />
1386
                                    Use of this keyword is not allowed in Koha reports due to security and data integrity risks. Only SELECT queries are allowed.<br />
1387
                                    Please return to the &quot;Saved Reports&quot; screen and delete this report or retry creating a new one.
1387
                                    Please return to the &quot;Saved Reports&quot; screen and delete this report or retry creating a new one.
1388
                                [% ELSIF ( error.queryerr ) %]
1388
                                [% ELSIF ( error.queryerr ) %]
1389
                                    The database returned the following error: <br />
1389
                                    <span>The database returned the following error:</span> <br />
1390
                                    [% error.queryerr | html %]<br />Please check the log for further details.
1390
                                    [% error.queryerr | html %]<br />Please check the log for further details.
1391
                                [% ELSIF ( error.cache_expiry ) %]
1391
                                [% ELSIF ( error.cache_expiry ) %]
1392
                                    Please select a cache expiry less than 30 days.
1392
                                    Please select a cache expiry less than 30 days.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-2 / +2 lines)
Lines 75-83 Link Here
75
        [% ELSE %]
75
        [% ELSE %]
76
            <div class="dialog message">
76
            <div class="dialog message">
77
                [% IF ( CAN_user_tools_manage_csv_profiles ) %]
77
                [% IF ( CAN_user_tools_manage_csv_profiles ) %]
78
                    To enable the export of selected items, <a href="/cgi-bin/koha/tools/csv-profiles.pl">create a CSV profile</a> of the type "SQL" with usage option "Export lost items in report."
78
                    <span>To enable the export of selected items, <a href="/cgi-bin/koha/tools/csv-profiles.pl">create a CSV profile</a> of the type "SQL" with usage option "Export lost items in report."</span>
79
                [% ELSE %]
79
                [% ELSE %]
80
                    To enable the export of selected items, your administrator must create a CSV profile of the type "SQL" with usage option "Export lost items in report."
80
                    <span>To enable the export of selected items, your administrator must create a CSV profile of the type "SQL" with usage option "Export lost items in report."</span>
81
                [% END %]
81
                [% END %]
82
            </div>
82
            </div>
83
            <div class="lostitems-table_table_controls">
83
            <div class="lostitems-table_table_controls">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-2 / +2 lines)
Lines 63-71 Link Here
63
                    <td data-order="[% data.enddate | html %]">[% data.enddate | $KohaDates %]</td>
63
                    <td data-order="[% data.enddate | html %]">[% data.enddate | $KohaDates %]</td>
64
                    <td>
64
                    <td>
65
                        [% IF data.closed %]
65
                        [% IF data.closed %]
66
                            Closed
66
                            <span>Closed</span>
67
                        [% ELSIF data.expired %]
67
                        [% ELSIF data.expired %]
68
                            Expired
68
                            <span>Expired</span>
69
                        [% END %]
69
                        [% END %]
70
                    </td>
70
                    </td>
71
                </tr>
71
                </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-9 / +9 lines)
Lines 127-138 Link Here
127
            [% ELSE %]
127
            [% ELSE %]
128
                <h2>
128
                <h2>
129
                    [% IF ( patron ) %]
129
                    [% IF ( patron ) %]
130
                        Place holds
130
                        <span>Place holds</span>
131
                    [% ELSE %]
131
                    [% ELSE %]
132
                        [% IF clubcount %]
132
                        [% IF clubcount %]
133
                            Search patrons or clubs
133
                            <span>Search patrons or clubs</span>
134
                        [% ELSE %]
134
                        [% ELSE %]
135
                            Search patrons
135
                            <span>Search patrons</span>
136
                        [% END %]
136
                        [% END %]
137
                    [% END %]
137
                    [% END %]
138
                </h2>
138
                </h2>
Lines 729-749 Link Here
729
                                                [% ELSE %]
729
                                                [% ELSE %]
730
                                                    <td>
730
                                                    <td>
731
                                                        [% IF ( itemloo.transfertwhen ) %]
731
                                                        [% IF ( itemloo.transfertwhen ) %]
732
                                                            In transit from [% Branches.GetName( itemloo.transfertfrom ) | html %],
732
                                                            <span>In transit from [% Branches.GetName( itemloo.transfertfrom ) | html %],
733
                                                            to [% Branches.GetName( itemloo.transfertto ) | html %], since [% itemloo.transfertwhen | html %]
733
                                                            to [% Branches.GetName( itemloo.transfertto ) | html %], since [% itemloo.transfertwhen | html %]</span>
734
                                                        [% END %]
734
                                                        [% END %]
735
                                                [% END %]
735
                                                [% END %]
736
736
737
                                                    [% IF ( itemloo.reservedate ) %]
737
                                                    [% IF ( itemloo.reservedate ) %]
738
                                                        [% IF ( itemloo.nocancel ) %]
738
                                                        [% IF ( itemloo.nocancel ) %]
739
                                                                Can't be cancelled when item is in transit
739
                                                                <span>Can't be cancelled when item is in transit</span>
740
                                                        [% ELSE %]
740
                                                        [% ELSE %]
741
                                                            [% IF ( itemloo.waitingdate ) %]Waiting[% ELSE %]On hold[% END %]
741
                                                            [% IF ( itemloo.waitingdate ) %]<span>Waiting</span>[% ELSE %]<span>On hold</span>[% END %]
742
                                                            [% IF ( itemloo.canreservefromotherbranches ) %]
742
                                                            [% IF ( itemloo.canreservefromotherbranches ) %]
743
                                                                for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedFor.borrowernumber | uri %]">[% itemloo.ReservedFor.firstname | html %] [% itemloo.ReservedFor.surname | html %]</a>
743
                                                                <span>for</span> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedFor.borrowernumber | uri %]">[% itemloo.ReservedFor.firstname | html %] [% itemloo.ReservedFor.surname | html %]</a>
744
                                                            [% END %]
744
                                                            [% END %]
745
                                                            [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %]
745
                                                            [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %]
746
                                                            [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] since
746
                                                            [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] <span>since</span>
747
                                                            [% IF ( itemloo.waitingdate ) %]
747
                                                            [% IF ( itemloo.waitingdate ) %]
748
                                                                [% itemloo.waitingdate | $KohaDates %]
748
                                                                [% itemloo.waitingdate | $KohaDates %]
749
                                                            [% ELSE %]
749
                                                            [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt (-2 / +2 lines)
Lines 23-31 Link Here
23
        <li>
23
        <li>
24
            <a href="#" aria-current="page">
24
            <a href="#" aria-current="page">
25
                [% IF ( status ) %]
25
                [% IF ( status ) %]
26
                    Approved comments
26
                    <span>Approved comments</span>
27
                [% ELSE %]
27
                [% ELSE %]
28
                    Comments awaiting moderation
28
                    <span>Comments awaiting moderation</span>
29
                [% END %]
29
                [% END %]
30
            </a>
30
            </a>
31
        </li>
31
        </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-5 / +5 lines)
Lines 55-65 Link Here
55
                    <p>Failed to add item with barcode <em>[% barcode | html %]</em>:
55
                    <p>Failed to add item with barcode <em>[% barcode | html %]</em>:
56
                    <p>
56
                    <p>
57
                        [% IF failureMessage == "NO_ITEM" %]
57
                        [% IF failureMessage == "NO_ITEM" %]
58
                            No item with matching barcode found
58
                            <span>No item with matching barcode found</span>
59
                        [% ELSIF failureMessage == "IN_COLLECTION_OTHER" %]
59
                        [% ELSIF failureMessage == "IN_COLLECTION_OTHER" %]
60
                            Item is already in a different rotating collection
60
                            <span>Item is already in a different rotating collection</span>
61
                        [% ELSIF failureMessage == "IN_COLLECTION" %]
61
                        [% ELSIF failureMessage == "IN_COLLECTION" %]
62
                            Item is already in this collection
62
                            <span>Item is already in this collection</span>
63
                        [% ELSE %]
63
                        [% ELSE %]
64
                            [% failureMessage | html %]
64
                            [% failureMessage | html %]
65
                        [% END %]
65
                        [% END %]
Lines 76-84 Link Here
76
                    Failed to remove item with barcode <em>[% barcode | html %]</em>:
76
                    Failed to remove item with barcode <em>[% barcode | html %]</em>:
77
                    <p>
77
                    <p>
78
                        [% IF failureMessage == "NO_ITEM" %]
78
                        [% IF failureMessage == "NO_ITEM" %]
79
                            No item with matching barcode found
79
                            <span>No item with matching barcode found</span>
80
                        [% ELSIF failureMessage == "NOT_IN_COLLECTION" %]
80
                        [% ELSIF failureMessage == "NOT_IN_COLLECTION" %]
81
                            Item is not in this collection
81
                            <span>Item is not in this collection</span>
82
                        [% ELSE %]
82
                        [% ELSE %]
83
                            [% failureMessage | html %]
83
                            [% failureMessage | html %]
84
                        [% END %]
84
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt (-3 / +3 lines)
Lines 62-72 Link Here
62
                    <p>Collection <em>[% createdTitle | html %]</em> failed to be added</p>
62
                    <p>Collection <em>[% createdTitle | html %]</em> failed to be added</p>
63
                    <p>
63
                    <p>
64
                        [% IF failureMessage == "NO_TITLE" %]
64
                        [% IF failureMessage == "NO_TITLE" %]
65
                            No title entered.
65
                            <span>No title entered.</span>
66
                        [% ELSIF failureMessage == "DUPLICATE_TITLE" %]
66
                        [% ELSIF failureMessage == "DUPLICATE_TITLE" %]
67
                            Title already in use.
67
                            <span>Title already in use.</span>
68
                        [% ELSIF failureMessage == "NO_DESCRIPTION" %]
68
                        [% ELSIF failureMessage == "NO_DESCRIPTION" %]
69
                            No description entered.
69
                            <span>No description entered.</span>
70
                        [% ELSE %]
70
                        [% ELSE %]
71
                            [% failureMessage | html %]
71
                            [% failureMessage | html %]
72
                        [% END %]
72
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (-2 / +2 lines)
Lines 31-39 Link Here
31
            <li>
31
            <li>
32
                <a href="#" aria-current="page">
32
                <a href="#" aria-current="page">
33
                    [% IF ( op ) %]
33
                    [% IF ( op ) %]
34
                        Create routing list
34
                        <span>Create routing list</span>
35
                    [% ELSE %]
35
                    [% ELSE %]
36
                        Edit routing list
36
                        <span>Edit routing list</span>
37
                    [% END %]
37
                    [% END %]
38
                </a>
38
                </a>
39
            </li>
39
            </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-12 / +12 lines)
Lines 267-284 Link Here
267
                    [% END %]
267
                    [% END %]
268
                </td>
268
                </td>
269
                <td>
269
                <td>
270
                    [% IF ( serial.status1 ) %]Expected[% END %]
270
                    [% IF ( serial.status1 ) %]<span>Expected</span>[% END %]
271
                    [% IF ( serial.status2 ) %]Arrived[% END %]
271
                    [% IF ( serial.status2 ) %]<span>Arrived</span>[% END %]
272
                    [% IF ( serial.status3 ) %]Late[% END %]
272
                    [% IF ( serial.status3 ) %]<span>Late</span>[% END %]
273
                    [% IF ( serial.status4 ) %]Missing[% END %]
273
                    [% IF ( serial.status4 ) %]<span>Missing</span>[% END %]
274
                    [% IF ( serial.status41 ) %]Missing (never received)[% END %]
274
                    [% IF ( serial.status41 ) %]<span>Missing (never received)</span>[% END %]
275
                    [% IF ( serial.status42 ) %]Missing (sold out)[% END %]
275
                    [% IF ( serial.status42 ) %]<span>Missing (sold out)</span>[% END %]
276
                    [% IF ( serial.status43 ) %]Missing (damaged)[% END %]
276
                    [% IF ( serial.status43 ) %]<span>Missing (damaged)</span>[% END %]
277
                    [% IF ( serial.status44 ) %]Missing (lost)[% END %]
277
                    [% IF ( serial.status44 ) %]<span>Missing (lost)</span>[% END %]
278
                    [% IF ( serial.status5 ) %]Not issued[% END %]
278
                    [% IF ( serial.status5 ) %]<span>Not issued</span>[% END %]
279
                    [% IF ( serial.status6 ) %]Delete[% END %]
279
                    [% IF ( serial.status6 ) %]<span>Delete</span>[% END %]
280
                    [% IF ( serial.status7 ) %]Claimed[% END %]
280
                    [% IF ( serial.status7 ) %]<span>Claimed</span>[% END %]
281
                    [% IF ( serial.status8 ) %]Stopped[% END %]
281
                    [% IF ( serial.status8 ) %]<span>Stopped</span>[% END %]
282
                </td>
282
                </td>
283
                <td>
283
                <td>
284
                    [% serial.notes | html %]
284
                    [% serial.notes | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-12 / +12 lines)
Lines 356-378 Link Here
356
                                        [% serialslis.publisheddatetext | html %]
356
                                        [% serialslis.publisheddatetext | html %]
357
                                    </td>
357
                                    </td>
358
                                    <td>
358
                                    <td>
359
                                        [% IF ( serialslis.status1 ) %]Expected[% END %]
359
                                        [% IF ( serialslis.status1 ) %]<span>Expected</span>[% END %]
360
                                        [% IF ( serialslis.status2 ) %]Arrived[% END %]
360
                                        [% IF ( serialslis.status2 ) %]<span>Arrived</span>[% END %]
361
                                        [% IF ( serialslis.status3 ) %]Late[% END %]
361
                                        [% IF ( serialslis.status3 ) %]<span>Late</span>[% END %]
362
                                        [% IF ( serialslis.status4 ) %]Missing[% END %]
362
                                        [% IF ( serialslis.status4 ) %]<span>Missing</span>[% END %]
363
                                        [% IF ( serialslis.status41 ) %]Missing (never received)[% END %]
363
                                        [% IF ( serialslis.status41 ) %]<span>Missing (never received)</span>[% END %]
364
                                        [% IF ( serialslis.status42 ) %]Missing (sold out)[% END %]
364
                                        [% IF ( serialslis.status42 ) %]<span>Missing (sold out)</span>[% END %]
365
                                        [% IF ( serialslis.status43 ) %]Missing (damaged)[% END %]
365
                                        [% IF ( serialslis.status43 ) %]<span>Missing (damaged)</span>[% END %]
366
                                        [% IF ( serialslis.status44 ) %]Missing (lost)[% END %]
366
                                        [% IF ( serialslis.status44 ) %]<span>Missing (lost)</span>[% END %]
367
                                        [% IF ( serialslis.status5 ) %]Not issued[% END %]
367
                                        [% IF ( serialslis.status5 ) %]<span>Not issued</span>[% END %]
368
                                        [% IF ( serialslis.status6 ) %]Delete[% END %]
368
                                        [% IF ( serialslis.status6 ) %]<span>Delete</span>[% END %]
369
                                        [% IF ( serialslis.status7 ) %]
369
                                        [% IF ( serialslis.status7 ) %]
370
                                            Claimed
370
                                            <span>Claimed</span>
371
                                            [% IF ( serialslis.claimdate ) %]
371
                                            [% IF ( serialslis.claimdate ) %]
372
                                                [% serialslis.claimdate | html %]
372
                                                [% serialslis.claimdate | html %]
373
                                            [% END %]
373
                                            [% END %]
374
                                        [% END %]
374
                                        [% END %]
375
                                        [% IF ( serialslis.status8 ) %]Stopped[% END %]
375
                                        [% IF ( serialslis.status8 ) %]<span>Stopped</span>[% END %]
376
                                    </td>
376
                                    </td>
377
                                </tr>
377
                                </tr>
378
                            [% END # /FOREACH serialslist %]
378
                            [% END # /FOREACH serialslist %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-7 / +7 lines)
Lines 816-836 Link Here
816
                                                </td>
816
                                                </td>
817
                                                <td>
817
                                                <td>
818
                                                    [% IF ( suggestions_loo.ASKED ) %]
818
                                                    [% IF ( suggestions_loo.ASKED ) %]
819
                                                        Pending
819
                                                        <span>Pending</span>
820
                                                    [% ELSIF ( suggestions_loo.ACCEPTED ) %]
820
                                                    [% ELSIF ( suggestions_loo.ACCEPTED ) %]
821
                                                        Accepted
821
                                                        <span>Accepted</span>
822
                                                    [% ELSIF ( suggestions_loo.ORDERED ) %]
822
                                                    [% ELSIF ( suggestions_loo.ORDERED ) %]
823
                                                        Ordered
823
                                                        <span>Ordered</span>
824
                                                    [% ELSIF ( suggestions_loo.REJECTED ) %]
824
                                                    [% ELSIF ( suggestions_loo.REJECTED ) %]
825
                                                        Rejected
825
                                                        <span>Rejected</span>
826
                                                    [% ELSIF ( suggestions_loo.CHECKED ) %]
826
                                                    [% ELSIF ( suggestions_loo.CHECKED ) %]
827
                                                        Checked
827
                                                        <span>Checked</span>
828
                                                    [% ELSIF ( suggestions_loo.AVAILABLE ) %]
828
                                                    [% ELSIF ( suggestions_loo.AVAILABLE ) %]
829
                                                        Available
829
                                                        <span>Available</span>
830
                                                    [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
830
                                                    [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) %]
831
                                                        [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) | html %]
831
                                                        [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS ) | html %]
832
                                                    [% ELSE %]
832
                                                    [% ELSE %]
833
                                                        Status unknown
833
                                                        <span>Status unknown</span>
834
                                                    [% END %]
834
                                                    [% END %]
835
835
836
                                                    [% IF ( suggestions_loo.reason ) %]
836
                                                    [% IF ( suggestions_loo.reason ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-22 / +22 lines)
Lines 43-64 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
43
<div class="col-sm-8 col-sm-push-2">
43
<div class="col-sm-8 col-sm-push-2">
44
<h1>Tags</h1>
44
<h1>Tags</h1>
45
<form method="post" action="/cgi-bin/koha/tags/review.pl">
45
<form method="post" action="/cgi-bin/koha/tags/review.pl">
46
  <h4>Displaying 
46
    <h4><span>Displaying</span>
47
	[% IF ( filter_approved_all ) %]all[% END %]
47
    [% IF ( filter_approved_all ) %]<span>all</span>[% END %]
48
	[% IF ( filter_approved_ok ) %]approved[% END %]
48
    [% IF ( filter_approved_ok ) %]<span>approved</span>[% END %]
49
	[% IF ( filter_approved_pending ) %]pending[% END %]
49
    [% IF ( filter_approved_pending ) %]<span>pending</span>[% END %]
50
	[% IF ( filter_approved_rej ) %]rejected[% END %]
50
    [% IF ( filter_approved_rej ) %]<span>rejected</span>[% END %]
51
	terms
51
    terms
52
  </h4>
52
    </h4>
53
53
54
  [% IF ( op_count ) %]
54
  [% IF ( op_count ) %]
55
  <div class="dialog message" id="main_status">
55
  <div class="dialog message" id="main_status">
56
  		[% IF ( op == 'approve' ) %]		Approved
56
      [% IF ( op == 'approve' ) %]   <span>Approved</span>
57
  		[% ELSIF ( op == 'reject' ) %]	Rejected
57
      [% ELSIF ( op == 'reject' ) %] <span>Rejected</span>
58
  		[% ELSIF ( op == 'test' ) %]		Tested
58
      [% ELSIF ( op == 'test' ) %]   <span>Tested</span>
59
        [% ELSE %]Unknown operation ([% op | html %]) on
59
      [% ELSE %]<span>Unknown operation ([% op | html %]) on</span>
60
  		[% END %]
60
      [% END %]
61
	[% op_count | html %] Term(s).
61
      <span>[% op_count | html %] Term(s).</span>
62
  </div>
62
  </div>
63
  [% END %]
63
  [% END %]
64
  [% IF ( message_loop ) %]
64
  [% IF ( message_loop ) %]
Lines 193-207 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
193
   <input type="text" size="14" name="test" id="test" />
193
   <input type="text" size="14" name="test" id="test" />
194
   <fieldset class="action"><button type="submit" value="Test" class="approval_btn btn btn-default btn-sm" id="test_button" name="op-test"><i class="fa fa-check-square-o" aria-hidden="true"></i> Test</button></fieldset>
194
   <fieldset class="action"><button type="submit" value="Test" class="approval_btn btn btn-default btn-sm" id="test_button" name="op-test"><i class="fa fa-check-square-o" aria-hidden="true"></i> Test</button></fieldset>
195
   <div id="verdict">
195
   <div id="verdict">
196
	[% IF ( test_term ) %]
196
    [% IF ( test_term ) %]
197
	[% IF ( verdict_ok ) %]
197
    [% IF ( verdict_ok ) %]
198
		&quot;[% test_term | html %]&quot; is permitted.
198
        <span>&quot;[% test_term | html %]&quot; is permitted.</span>
199
	[% ELSIF ( verdict_rej ) %]
199
    [% ELSIF ( verdict_rej ) %]
200
		&quot;[% test_term | html %]&quot; is prohibited.
200
        <span>&quot;[% test_term | html %]&quot; is prohibited.</span>
201
	[% ELSIF ( verdict_indeterminate ) %]
201
    [% ELSIF ( verdict_indeterminate ) %]
202
		&quot;[% test_term | html %]&quot; is neither permitted nor prohibited.
202
        <span>&quot;[% test_term | html %]&quot; is neither permitted nor prohibited.</span>
203
	[% END %]
203
    [% END %]
204
	[% END %]
204
    [% END %]
205
   </div>
205
   </div>
206
   </form>
206
   </form>
207
  </fieldset>
207
  </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-5 / +5 lines)
Lines 336-346 Link Here
336
                        </td>
336
                        </td>
337
                        <td>
337
                        <td>
338
                            [% IF c.category == 'news' %]
338
                            [% IF c.category == 'news' %]
339
                                [% IF c.location == 'staff_and_opac' %]All
339
                                [% IF c.location == 'staff_and_opac' %]<span>All</span>
340
                                [% ELSIF c.location == 'staff_only' %]Librarian interface
340
                                [% ELSIF c.location == 'staff_only' %]<span>Librarian interface</span>
341
                                [% ELSIF c.location == 'opac_only' %]OPAC
341
                                [% ELSIF c.location == 'opac_only' %]<span>OPAC</span>
342
                                [% ELSIF c.location == 'slip' %]Slip
342
                                [% ELSIF c.location == 'slip' %]<span>Slip</span>
343
                                [% ELSE %]Unknown ('[% location | html %]')
343
                                [% ELSE %]<span>Unknown ('[% location | html %]')</span>
344
                                [% END %]
344
                                [% END %]
345
                            [% ELSE %]
345
                            [% ELSE %]
346
                                [% c.location | html %]
346
                                [% c.location | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt (-2 / +2 lines)
Lines 226-234 Link Here
226
                                <tr>
226
                                <tr>
227
                                    <td>
227
                                    <td>
228
                                        [% IF rule.age.defined and rule.age.length > 0 %]
228
                                        [% IF rule.age.defined and rule.age.length > 0 %]
229
                                            [% rule.age | html %] days
229
                                            <span>[% rule.age | html %] days</span>
230
                                        [% ELSE %]
230
                                        [% ELSE %]
231
                                            There is no age for this rule.
231
                                            <span>There is no age for this rule.</span>
232
                                        [% END %]
232
                                        [% END %]
233
                                    </td>
233
                                    </td>
234
                                    <td>
234
                                    <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-6 / +6 lines)
Lines 40-58 Link Here
40
      <div class="dialog alert" style="margin:auto;">
40
      <div class="dialog alert" style="margin:auto;">
41
    [% END %]
41
    [% END %]
42
    [% IF message.code == 'biblio_not_exists' %]
42
    [% IF message.code == 'biblio_not_exists' %]
43
      The biblionumber [% message.biblionumber | html %] does not exist in the database.
43
      <span>The biblionumber [% message.biblionumber | html %] does not exist in the database.</span>
44
    [% ELSIF message.code == 'authority_not_exists' %]
44
    [% ELSIF message.code == 'authority_not_exists' %]
45
      The authority id [% message.authid | html %] does not exist in the database.
45
      <span>The authority id [% message.authid | html %] does not exist in the database.</span>
46
    [% ELSIF message.code == 'cannot_enqueue_job' %]
46
    [% ELSIF message.code == 'cannot_enqueue_job' %]
47
        Cannot enqueue this job.
47
        <span>Cannot enqueue this job.</span>
48
    [% ELSIF message.code == 'biblio_not_exists' %]
48
    [% ELSIF message.code == 'biblio_not_exists' %]
49
        Bibliographic record [% message.biblionumber | html %] does not exist in the database.
49
        <span>Bibliographic record [% message.biblionumber | html %] does not exist in the database.</span>
50
    [% ELSIF message.code == 'authority_not_exists' %]
50
    [% ELSIF message.code == 'authority_not_exists' %]
51
        Authority record [% message.authid | html %] does not exist in the database.
51
        <span>Authority record [% message.authid | html %] does not exist in the database.</span>
52
    [% END %]
52
    [% END %]
53
53
54
    [% IF message.error %]
54
    [% IF message.error %]
55
      (The error was: [% message.error | html %], see the Koha log file for more information).
55
      <span>(The error was: [% message.error | html %], see the Koha log file for more information).</span>
56
    [% END %]
56
    [% END %]
57
    </div>
57
    </div>
58
  [% END %]
58
  [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-5 / +5 lines)
Lines 45-60 Link Here
45
                                    <div><i class="fa fa-exclamation error"></i>
45
                                    <div><i class="fa fa-exclamation error"></i>
46
                                [% END %]
46
                                [% END %]
47
                                [% IF message.code == 'no_action_defined_for_the_template' %]
47
                                [% IF message.code == 'no_action_defined_for_the_template' %]
48
                                    The selected template (id=[% message.mmtid | html %]) does not exist or no action is defined.
48
                                    <span>The selected template (id=[% message.mmtid | html %]) does not exist or no action is defined.</span>
49
                                [% ELSIF message.code == 'biblio_not_exists' %]
49
                                [% ELSIF message.code == 'biblio_not_exists' %]
50
                                    Bibliographic record [% message.biblionumber | html %] does not exist in the database.
50
                                    <span>Bibliographic record [% message.biblionumber | html %] does not exist in the database.</span>
51
                                [% ELSIF message.code == 'authority_not_exists' %]
51
                                [% ELSIF message.code == 'authority_not_exists' %]
52
                                    Authority record [% message.authid | html %] does not exist in the database.
52
                                    <span>Authority record [% message.authid | html %] does not exist in the database.</span>
53
                                [% ELSIF message.code == 'cannot_enqueue_job' %]
53
                                [% ELSIF message.code == 'cannot_enqueue_job' %]
54
                                    Cannot enqueue this job.
54
                                    <span>Cannot enqueue this job.</span>
55
                                [% END %]
55
                                [% END %]
56
                                [% IF message.error %]
56
                                [% IF message.error %]
57
                                    (The error was: [% message.error | html %]. See the Koha logfile for more information).
57
                                    <span>(The error was: [% message.error | html %]. See the Koha logfile for more information).</span>
58
                                [% END %]
58
                                [% END %]
59
                                </div>
59
                                </div>
60
                            [% END %]
60
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-9 / +9 lines)
Lines 119-137 Link Here
119
[% END %]
119
[% END %]
120
120
121
[% BLOCK type_description %]
121
[% BLOCK type_description %]
122
    [% IF type_code == 'marc' %] MARC
122
    [% IF type_code == 'marc' %] <span>MARC</span>
123
    [% ELSIF type_code == 'sql' %] SQL
123
    [% ELSIF type_code == 'sql' %] <span>SQL</span>
124
    [% ELSE %] Unknown type
124
    [% ELSE %] <span>Unknown type</span>
125
    [% END %]
125
    [% END %]
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/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-17 / +17 lines)
Lines 80-92 Link Here
80
                    [% FOREACH f IN feedback %]
80
                    [% FOREACH f IN feedback %]
81
                        <li>
81
                        <li>
82
                            [% IF ( f.filename ) %]
82
                            [% IF ( f.filename ) %]
83
                                Parsing upload file <span class="filename">[% f.filename | html %]</span>
83
                                <span>Parsing upload file</span> <span class="filename">[% f.filename | html %]</span>
84
                            [% ELSIF ( f.backend ) %]
84
                            [% ELSIF ( f.backend ) %]
85
                                Upload parsed using [% f.backend | html %]
85
                                <span>Upload parsed using [% f.backend | html %]</span>
86
                            [% ELSIF ( f.headerrow ) %]
86
                            [% ELSIF ( f.headerrow ) %]
87
                                These fields found: [% f.value | html %]
87
                                <span>These fields found: [% f.value | html %]</span>
88
                            [% ELSIF ( f.already_in_db ) %]
88
                            [% ELSIF ( f.already_in_db ) %]
89
                                Patron already in database: [% f.value | html %]
89
                                <span>Patron already in database: [% f.value | html %]</span>
90
                            [% ELSE %]
90
                            [% ELSE %]
91
                                [% f.name | html %] : [% f.value | html %]
91
                                [% f.name | html %] : [% f.value | html %]
92
                            [% END %]
92
                            [% END %]
Lines 110-130 Link Here
110
                            Line <span class="linenumber">[% missing_critical.line | html %]</span>
110
                            Line <span class="linenumber">[% missing_critical.line | html %]</span>
111
111
112
                            [% IF ( missing_critical.badparse ) %]
112
                            [% IF ( missing_critical.badparse ) %]
113
                                could not be parsed!
113
                                <span>could not be parsed!</span>
114
                            [% ELSIF ( missing_critical.bad_date ) %]
114
                            [% ELSIF ( missing_critical.bad_date ) %]
115
                                has &quot;[% missing_critical.key | html %]&quot; in unrecognized format: &quot;[% missing_critical.value | html %]&quot;
115
                                <span>has &quot;[% missing_critical.key | html %]&quot; in unrecognized format</span>: &quot;[% missing_critical.value | html %]&quot;
116
                            [% ELSE %]
116
                            [% ELSE %]
117
                                Critical field &quot;[% missing_critical.key | html %]&quot;
117
                                <span>Critical field &quot;[% missing_critical.key | html %]&quot;</span>
118
118
119
                                [% IF ( missing_critical.branch_map ) %]
119
                                [% IF ( missing_critical.branch_map ) %]
120
                                    has unrecognized value &quot;[% missing_critical.value | html %]&quot;
120
                                    <span>has unrecognized value &quot;[% missing_critical.value | html %]&quot;</span>
121
                                [% ELSIF ( missing_critical.category_map ) %]
121
                                [% ELSIF ( missing_critical.category_map ) %]
122
                                    has unrecognized value &quot;[% missing_critical.value | html %]&quot;
122
                                    <span>has unrecognized value &quot;[% missing_critical.value | html %]&quot;</span>
123
                                [% ELSE %]
123
                                [% ELSE %]
124
                                    missing
124
                                    <span>missing</span>
125
                                [% END %]
125
                                [% END %]
126
126
127
                                (borrowernumber: [% missing_critical.borrowernumber | html %]; surname: [% missing_critical.surname | html %]).
127
                                (<span>borrowernumber: [% missing_critical.borrowernumber | html %]</span>; <span>surname: [% missing_critical.surname | html %]</span>).
128
                            [% END %]
128
                            [% END %]
129
129
130
                            <br/>
130
                            <br/>
Lines 171-197 Link Here
171
                    [% IF e.patron_attribute_unique_id_constraint %]
171
                    [% IF e.patron_attribute_unique_id_constraint %]
172
                        <li class="line_error">
172
                        <li class="line_error">
173
                            [% IF e.borrowernumber %]
173
                            [% IF e.borrowernumber %]
174
                                Patron attribute [% e.attribute.code | html %] must be unique for patron with borrowernumber [% e.borrowernumber | html %].
174
                                <span>Patron attribute [% e.attribute.code | html %] must be unique for patron with borrowernumber [% e.borrowernumber | html %].</span>
175
                            [% ELSE %]
175
                            [% ELSE %]
176
                                Patron attribute [% e.attribute.code | html %] must be unique for patron [% e.patron_id | html %].
176
                                <span>Patron attribute [% e.attribute.code | html %] must be unique for patron [% e.patron_id | html %].</span>
177
                            [% END %]
177
                            [% END %]
178
                        </li>
178
                        </li>
179
                    [% END %]
179
                    [% END %]
180
                    [% IF e.patron_attribute_invalid_type %]
180
                    [% IF e.patron_attribute_invalid_type %]
181
                        <li class="line_error">
181
                        <li class="line_error">
182
                            [% IF e.borrowernumber %]
182
                            [% IF e.borrowernumber %]
183
                                Patron attribute [% e.attribute_type_code | html %] is invalid for patron with borrowernumber [% e.borrowernumber | html %].
183
                                <span>Patron attribute [% e.attribute_type_code | html %] is invalid for patron with borrowernumber [% e.borrowernumber | html %].</span>
184
                            [% ELSE %]
184
                            [% ELSE %]
185
                                Patron attribute [% e.attribute_type_code | html %] is invalid for patron [% e.patron_id | html %].
185
                                <span>Patron attribute [% e.attribute_type_code | html %] is invalid for patron [% e.patron_id | html %].</span>
186
                            [% END %]
186
                            [% END %]
187
                        </li>
187
                        </li>
188
                    [% END %]
188
                    [% END %]
189
                    [% IF e.patron_attribute_non_repeatable %]
189
                    [% IF e.patron_attribute_non_repeatable %]
190
                        <li class="line_error">
190
                        <li class="line_error">
191
                            [% IF e.borrowernumber %]
191
                            [% IF e.borrowernumber %]
192
                                Patron attribute [% e.attribute.code | html %] is non-repeatable for patron with borrowernumber [% e.borrowernumber | html %].
192
                                <span>Patron attribute [% e.attribute.code | html %] is non-repeatable for patron with borrowernumber [% e.borrowernumber | html %].</span>
193
                            [% ELSE %]
193
                            [% ELSE %]
194
                                Patron attribute [% e.attribute.code | html %] is non-repeatable for patron [% e.patron_id | html %].
194
                                <span>Patron attribute [% e.attribute.code | html %] is non-repeatable for patron [% e.patron_id | html %].</span>
195
                            [% END %]
195
                            [% END %]
196
                        </li>
196
                        </li>
197
                    [% END %]
197
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-4 / +4 lines)
Lines 57-66 Link Here
57
    [% FOREACH error IN errorloop %]
57
    [% FOREACH error IN errorloop %]
58
        <div class="dialog alert">
58
        <div class="dialog alert">
59
            [% error.barcode | html %]
59
            [% error.barcode | html %]
60
            [% IF (error.ERR_BARCODE) %]: barcode not found[% END %]
60
            [% IF (error.ERR_BARCODE) %]: <span>barcode not found</span>[% END %]
61
            [% IF (error.ERR_WTHDRAWN) %]: item withdrawn[% END %]
61
            [% IF (error.ERR_WTHDRAWN) %]: <span>item withdrawn</span>[% END %]
62
            [% IF (error.ERR_ONLOAN_RET) %]: item was on loan. It was returned before marked as seen[% END %]
62
            [% IF (error.ERR_ONLOAN_RET) %]: <span>item was on loan. It was returned before marked as seen</span>[% END %]
63
            [% IF (error.ERR_ONLOAN_NOT_RET) %]: item was on loan. couldn't be returned.[% END %]
63
            [% IF (error.ERR_ONLOAN_NOT_RET) %]: <span>item was on loan. couldn't be returned.</span>[% END %]
64
        </div>
64
        </div>
65
    [% END %]
65
    [% END %]
66
       [% UNLESS op %]
66
       [% UNLESS op %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-8 / +8 lines)
Lines 66-74 Link Here
66
                        [% END %]
66
                        [% END %]
67
                            <p><strong>
67
                            <p><strong>
68
                                [% IF ( label_batch_msg == "error" ) %]
68
                                [% IF ( label_batch_msg == "error" ) %]
69
                                    Error attempting to create label batch. Please ask your system administrator to check the log for more details.
69
                                    <span>Error attempting to create label batch. Please ask your system administrator to check the log for more details.</span>
70
                                [% ELSE %]
70
                                [% ELSE %]
71
                                    Label <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% label_batch_msg | uri %]" >batch #[% label_batch_msg | html %]</a> created.
71
                                    <span>Label</span> <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% label_batch_msg | uri %]" >batch #[% label_batch_msg | html %]</a> created.
72
                                [% END %]
72
                                [% END %]
73
                            </strong></p>
73
                            </strong></p>
74
                        </div>
74
                        </div>
Lines 130-146 Link Here
130
                                <li><span class="label">Staged:</span> [% upload_timestamp | $KohaDates with_hours=1 %]</li>
130
                                <li><span class="label">Staged:</span> [% upload_timestamp | $KohaDates with_hours=1 %]</li>
131
                                <li><span class="label">Status:</span>
131
                                <li><span class="label">Status:</span>
132
                                    [% IF ( import_status == 'cleaned' ) %]
132
                                    [% IF ( import_status == 'cleaned' ) %]
133
                                        Cleaned
133
                                        <span>Cleaned</span>
134
                                    [% ELSIF ( import_status == 'imported' ) %]
134
                                    [% ELSIF ( import_status == 'imported' ) %]
135
                                        Imported
135
                                        <span>Imported</span>
136
                                    [% ELSIF ( import_status == 'importing' ) %]
136
                                    [% ELSIF ( import_status == 'importing' ) %]
137
                                        Importing
137
                                        <span>Importing</span>
138
                                    [% ELSIF ( import_status == 'reverted' ) %]
138
                                    [% ELSIF ( import_status == 'reverted' ) %]
139
                                        Reverted
139
                                        <span>Reverted</span>
140
                                    [% ELSIF ( import_status == 'reverting' ) %]
140
                                    [% ELSIF ( import_status == 'reverting' ) %]
141
                                        Reverting
141
                                        <span>Reverting</span>
142
                                    [% ELSIF ( import_status == 'staged' ) %]
142
                                    [% ELSIF ( import_status == 'staged' ) %]
143
                                        Staged
143
                                        <span>Staged</span>
144
                                    [% ELSE %]
144
                                    [% ELSE %]
145
                                        [% import_status | html %]
145
                                        [% import_status | html %]
146
                                    [% END %]
146
                                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt (-18 / +18 lines)
Lines 147-193 Link Here
147
147
148
                                        <td>[% ActionsLoo.ordering | html %]</td>
148
                                        <td>[% ActionsLoo.ordering | html %]</td>
149
                                        <td>
149
                                        <td>
150
                                            [% IF ( ActionsLoo.action_delete_field ) %] Delete [% END %]
150
                                            [% IF ( ActionsLoo.action_delete_field ) %] <span>Delete</span> [% END %]
151
                                            [% IF ( ActionsLoo.action_add_field ) %] Add new [% END %]
151
                                            [% IF ( ActionsLoo.action_add_field ) %] <span>Add new</span> [% END %]
152
                                            [% IF ( ActionsLoo.action_update_field ) %] Update existing or add new [% END %]
152
                                            [% IF ( ActionsLoo.action_update_field ) %] <span>Update existing or add new</span> [% END %]
153
                                            [% IF ( ActionsLoo.action_move_field ) %] Move [% END %]
153
                                            [% IF ( ActionsLoo.action_move_field ) %] <span>Move</span> [% END %]
154
                                            [% IF ( ActionsLoo.action_copy_field ) %] Copy [% END %]
154
                                            [% IF ( ActionsLoo.action_copy_field ) %] <span>Copy</span> [% END %]
155
                                            [% IF ( ActionsLoo.action_copy_and_replace_field ) %] Copy and replace [% END %]
155
                                            [% IF ( ActionsLoo.action_copy_and_replace_field ) %] <span>Copy and replace</span> [% END %]
156
156
157
                                            [% UNLESS ( ActionsLoo.action_update_field ) %]
157
                                            [% UNLESS ( ActionsLoo.action_update_field ) %]
158
                                                [% IF ( ActionsLoo.field_number ) %]
158
                                                [% IF ( ActionsLoo.field_number ) %]
159
                                                    1st
159
                                                    <span>1st</span>
160
                                                [% END %]
160
                                                [% END %]
161
                                            [% END %]
161
                                            [% END %]
162
162
163
                                            field
163
                                            <span>field</span>
164
164
165
                                            [% ActionsLoo.from_field | html %][% IF ( ActionsLoo.from_subfield.length ) %]$[% ActionsLoo.from_subfield | html %][% END %]
165
                                            [% ActionsLoo.from_field | html %][% IF ( ActionsLoo.from_subfield.length ) %]$[% ActionsLoo.from_subfield | html %][% END %]
166
166
167
                                            [% IF ( ActionsLoo.field_value ) %]
167
                                            [% IF ( ActionsLoo.field_value ) %]
168
                                                with value <em>[% ActionsLoo.field_value | html %]</em>
168
                                                <span>with value</span> <em>[% ActionsLoo.field_value | html %]</em>
169
                                            [% END %]
169
                                            [% END %]
170
170
171
                                            [% IF ( ActionsLoo.to_field ) %]
171
                                            [% IF ( ActionsLoo.to_field ) %]
172
                                                to [% ActionsLoo.to_field | html %][% IF ( ActionsLoo.to_subfield.length ) %]$[% ActionsLoo.to_subfield | html %][% END %]
172
                                                <span>to</span> [% ActionsLoo.to_field | html %][% IF ( ActionsLoo.to_subfield.length ) %]$[% ActionsLoo.to_subfield | html %][% END %]
173
173
174
                                                [% IF ( ActionsLoo.to_regex_search ) %]
174
                                                [% IF ( ActionsLoo.to_regex_search ) %]
175
                                                     using RegEx s<strong>/[% ActionsLoo.to_regex_search | html %]/[% ActionsLoo.to_regex_replace | html %]/[% ActionsLoo.to_regex_modifiers | html %]</strong>
175
                                                     <span>using RegEx</span> s<strong>/[% ActionsLoo.to_regex_search | html %]/[% ActionsLoo.to_regex_replace | html %]/[% ActionsLoo.to_regex_modifiers | html %]</strong>
176
                                                [% END %]
176
                                                [% END %]
177
                                            [% END %]
177
                                            [% END %]
178
178
179
                                            [% IF ( ActionsLoo.conditional ) %]
179
                                            [% IF ( ActionsLoo.conditional ) %]
180
                                                [% IF ( ActionsLoo.conditional_if ) %] if [% END %]
180
                                                [% IF ( ActionsLoo.conditional_if ) %] <span>if</span> [% END %]
181
                                                [% IF ( ActionsLoo.conditional_unless ) %] unless [% END %]
181
                                                [% IF ( ActionsLoo.conditional_unless ) %] <span>unless</span> [% END %]
182
182
183
                                                [% ActionsLoo.conditional_field | html %][% IF ( ActionsLoo.conditional_subfield.length ) %]$[% ActionsLoo.conditional_subfield | html %][% END %]
183
                                                [% ActionsLoo.conditional_field | html %][% IF ( ActionsLoo.conditional_subfield.length ) %]$[% ActionsLoo.conditional_subfield | html %][% END %]
184
184
185
                                                [% IF ( ActionsLoo.conditional_comparison_exists ) %] exists [% END %]
185
                                                [% IF ( ActionsLoo.conditional_comparison_exists ) %] <span>exists</span> [% END %]
186
                                                [% IF ( ActionsLoo.conditional_comparison_not_exists ) %] does not exist [% END %]
186
                                                [% IF ( ActionsLoo.conditional_comparison_not_exists ) %] <span>does not exist</span> [% END %]
187
                                                [% IF ( ActionsLoo.conditional_comparison_equals ) %] matches [% END %]
187
                                                [% IF ( ActionsLoo.conditional_comparison_equals ) %] <span>matches</span> [% END %]
188
                                                [% IF ( ActionsLoo.conditional_comparison_not_equals ) %] does not match [% END %]
188
                                                [% IF ( ActionsLoo.conditional_comparison_not_equals ) %] <span>does not match</span> [% END %]
189
189
190
                                                [% IF ( ActionsLoo.conditional_regex ) %] RegEx m/[% END %]<strong>[% ActionsLoo.conditional_value | html %]</strong>[% IF ( ActionsLoo.conditional_regex ) %]/[% END %]
190
                                                [% IF ( ActionsLoo.conditional_regex ) %] <span>RegEx</span> m/[% END %]<strong>[% ActionsLoo.conditional_value | html %]</strong>[% IF ( ActionsLoo.conditional_regex ) %]/[% END %]
191
                                            [% END %]
191
                                            [% END %]
192
                                        </td>
192
                                        </td>
193
                                        <td>[% ActionsLoo.description | html %]</td>
193
                                        <td>[% ActionsLoo.description | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-2 / +2 lines)
Lines 78-86 Link Here
78
                <div class="hint">
78
                <div class="hint">
79
                    Note: No upload categories are defined.
79
                    Note: No upload categories are defined.
80
                    [% IF ( CAN_user_parameters_manage_auth_values ) -%]
80
                    [% IF ( CAN_user_parameters_manage_auth_values ) -%]
81
                        Add values to the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=UPLOAD">UPLOAD authorized value category</a> otherwise all uploads will be marked as temporary.
81
                        <span>Add values to the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=UPLOAD">UPLOAD authorized value category</a> otherwise all uploads will be marked as temporary.</span>
82
                    [% ELSE -%]
82
                    [% ELSE -%]
83
                        An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.
83
                        <span>An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</span>
84
                    [% END %]
84
                    [% END %]
85
                </div>
85
                </div>
86
            [% END %]
86
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-2 / +2 lines)
Lines 348-354 Link Here
348
                                    <td>
348
                                    <td>
349
                                        [% IF ( loopro.module == 'MEMBERS' ) || ( loopro.module == 'CIRCULATION' ) || ( loopro.module == 'FINES' ) %]
349
                                        [% IF ( loopro.module == 'MEMBERS' ) || ( loopro.module == 'CIRCULATION' ) || ( loopro.module == 'FINES' ) %]
350
                                            [% IF loopro.patron %]
350
                                            [% IF loopro.patron %]
351
                                                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopro.object | uri %]" title="Display member details."> [% IF ( loopro.object ) %][% IF ( loopro.patron.firstname ) || ( loopro.patron.surname ) %][% loopro.patron.firstname | html %] [% loopro.patron.surname | html %] ([% loopro.object | html %]) [% ELSE %]Member [% loopro.object | html %][% END %][% END %] </a>
351
                                                <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopro.object | uri %]" title="Display member details."> [% IF ( loopro.object ) %][% IF ( loopro.patron.firstname ) || ( loopro.patron.surname ) %][% loopro.patron.firstname | html %] [% loopro.patron.surname | html %] ([% loopro.object | html %]) [% ELSE %]<span>Member</span> [% loopro.object | html %][% END %][% END %] </a>
352
                                            [% ELSE %]
352
                                            [% ELSE %]
353
                                                [% loopro.object | html %]
353
                                                [% loopro.object | html %]
354
                                            [% END %]
354
                                            [% END %]
Lines 373-379 Link Here
373
                                            [% END %]
373
                                            [% END %]
374
                                        [% ELSIF ( loopro.module == 'RECALLS' ) %]
374
                                        [% ELSIF ( loopro.module == 'RECALLS' ) %]
375
                                            [% IF loopro.recall.item_level %]
375
                                            [% IF loopro.recall.item_level %]
376
                                                Item-level recall on <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.item_id | uri %]&amp;biblionumber=[% loopro.recall.biblio_id | uri %]&amp;bi=[% loopro.recall.item.biblioitemnumber | uri %]">item</a>
376
                                                <span>Item-level recall on <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.recall.item_id | uri %]&amp;biblionumber=[% loopro.recall.biblio_id | uri %]&amp;bi=[% loopro.recall.item.biblioitemnumber | uri %]">item</a></span>
377
                                            [% ELSE %]
377
                                            [% ELSE %]
378
                                                Biblio-level recall on <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.recall.biblio_id | uri %]">biblio</a>
378
                                                Biblio-level recall on <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.recall.biblio_id | uri %]">biblio</a>
379
                                            [% END %]
379
                                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tt (-1 / +1 lines)
Lines 41-47 Your list: [% shelfname | $raw %] Link Here
41
41
42
            <p>
42
            <p>
43
            [% IF ( BIBLIO_RESULT.HASAUTHORS ) %]
43
            [% IF ( BIBLIO_RESULT.HASAUTHORS ) %]
44
            <span>Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author | $raw %][% END %]
44
            <span><span>Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author | $raw %][% END %]</span>
45
45
46
            [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %]
46
            [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %]
47
                [% IF ( BIBLIO_RESULT.author ) %]; [% END %]
47
                [% IF ( BIBLIO_RESULT.author ) %]; [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-5 / +5 lines)
Lines 113-129 Link Here
113
                            [% ELSE %]
113
                            [% ELSE %]
114
                                [% IF ( HOLD.is_in_transit ) %]
114
                                [% IF ( HOLD.is_in_transit ) %]
115
                                    [% SET transfer = HOLD.item.get_transfer %]
115
                                    [% SET transfer = HOLD.item.get_transfer %]
116
                                    Item in transit from <strong> [% Branches.GetName( transfer.frombranch ) | html %]</strong> since
116
                                    <span>Item in transit from <strong> [% Branches.GetName( transfer.frombranch ) | html %]</strong> since</span>
117
                                    [% transfer.datesent | $KohaDates %]
117
                                    [% transfer.datesent | $KohaDates %]
118
                                [% ELSIF ( HOLD.is_in_processing ) %]
118
                                [% ELSIF ( HOLD.is_in_processing ) %]
119
                                    Item in processing
119
                                    <span>Item in processing</span>
120
                                [% ELSIF ( HOLD.suspend ) %]
120
                                [% ELSIF ( HOLD.suspend ) %]
121
                                    Suspended [% IF ( HOLD.suspend_until ) %] until [% HOLD.suspend_until | $KohaDates %] [% END %]
121
                                    <span>Suspended [% IF ( HOLD.suspend_until ) %] until [% HOLD.suspend_until | $KohaDates %] [% END %]</span>
122
                                [% ELSE %]
122
                                [% ELSE %]
123
                                    [% IF HOLD.itemtype %]
123
                                    [% IF HOLD.itemtype %]
124
                                        Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'
124
                                        <span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span>
125
                                    [% ELSE %]
125
                                    [% ELSE %]
126
                                        Pending
126
                                        <span>Pending</span>
127
                                    [% END %]
127
                                    [% END %]
128
                                [% END %]
128
                                [% END %]
129
                            [% END %]
129
                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-2 / +2 lines)
Lines 339-347 Link Here
339
                    <li class="nav-item">
339
                    <li class="nav-item">
340
                        <a id="library_page" href="/cgi-bin/koha/opac-library.pl">
340
                        <a id="library_page" href="/cgi-bin/koha/opac-library.pl">
341
                            [% IF ( singleBranchMode ) %]
341
                            [% IF ( singleBranchMode ) %]
342
                                Library
342
                                <span>Library</span>
343
                            [% ELSE %]
343
                            [% ELSE %]
344
                                Libraries
344
                                <span>Libraries</span>
345
                            [% END %]
345
                            [% END %]
346
                        </a>
346
                        </a>
347
                    </li>
347
                    </li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc (-3 / +3 lines)
Lines 2-12 Link Here
2
    [% IF OpenOPACShelfBrowser %]
2
    [% IF OpenOPACShelfBrowser %]
3
        <div id="shelfbrowser">
3
        <div id="shelfbrowser">
4
            <h5 style="text-align: center;" tabindex="-1">
4
            <h5 style="text-align: center;" tabindex="-1">
5
                [%- IF ( starting_homebranch ) %]Browsing [% starting_homebranch | html %] shelves[% END -%]
5
                [%- IF ( starting_homebranch ) %]<span>Browsing [% starting_homebranch | html %] shelves</span>[% END -%]
6
                [%- IF ( starting_homebranch && starting_location ) %], [% END %]
6
                [%- IF ( starting_homebranch && starting_location ) %], [% END %]
7
                [%- IF ( starting_location ) %]Shelving location: [%- starting_location | html -%][% END -%]
7
                [%- IF ( starting_location ) %]<span>Shelving location:</span> [%- starting_location | html -%][% END -%]
8
                [%- IF ( starting_homebranch && starting_ccode ) %], [% END %]
8
                [%- IF ( starting_homebranch && starting_ccode ) %], [% END %]
9
                [%- IF ( starting_ccode ) %]Collection: [%- starting_ccode | html -%][% END -%]
9
                    [%- IF ( starting_ccode ) %]<span>Collection: [%- starting_ccode | html -%]</span>[% END -%]
10
                <a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]" class="close_shelf" >Close shelf browser <span class="sr-only">(Hides shelf browser)</span></a>
10
                <a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]" class="close_shelf" >Close shelf browser <span class="sr-only">(Hides shelf browser)</span></a>
11
            </h5>
11
            </h5>
12
12
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-3 / +3 lines)
Lines 41-51 Link Here
41
                    [% ELSE %]
41
                    [% ELSE %]
42
                        <h1>System maintenance</h1>
42
                        <h1>System maintenance</h1>
43
                            <p>
43
                            <p>
44
                                The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon!
44
                                <span>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon!</span>
45
                                [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %]
45
                                [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %]
46
                                    If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'ReplytoDefault' ) | $raw %]">site administrator</a>
46
                                    <span>If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'ReplytoDefault' ) | $raw %]">site administrator</a></span>
47
                                [% ELSIF ( Koha.Preference( 'KohaAdminEmailAddress' ) ) %]
47
                                [% ELSIF ( Koha.Preference( 'KohaAdminEmailAddress' ) ) %]
48
                                    If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'KohaAdminEmailAddress' ) | $raw %]">site administrator</a>
48
                                    <span>If you have any questions, please contact the <a href="mailto:[% Koha.Preference( 'KohaAdminEmailAddress' ) | $raw %]">site administrator</a></span>
49
                                [% END %]
49
                                [% END %]
50
                            </p>
50
                            </p>
51
                    [% END %]
51
                    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
2
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
3
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
3
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your payment
5
[% IF ( LibraryNameTitle ) %]<span>[% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</span> &rsaquo; <span>Your payment</span>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %][% END %]
7
[% BLOCK cssinclude %][% END %]
8
</head>
8
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-4 / +4 lines)
Lines 12-20 Link Here
12
                        [% IF ( authorized ) %]
12
                        [% IF ( authorized ) %]
13
                            [% UNLESS ( newshelf ) %]
13
                            [% UNLESS ( newshelf ) %]
14
                                [% IF ( multiple ) %]
14
                                [% IF ( multiple ) %]
15
                                    <h1>Add [% total | html %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>: [% ELSE %]a list:[% END %]</h1>
15
                                    <h1>Add [% total | html %] items to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>: [% ELSE %]<span>a list</span>:[% END %]</h1>
16
                                [% ELSE %]
16
                                [% ELSE %]
17
                                    <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>[% ELSE %]a list:[% END %]</h1>
17
                                    <h1>Add to [% IF ( singleshelf ) %]<em>[% shelfname | html %]</em>[% ELSE %]<span>a list</span>:[% END %]</h1>
18
                                [% END %]
18
                                [% END %]
19
                                <ul>
19
                                <ul>
20
                                    [% FOREACH biblio IN biblios %]
20
                                    [% FOREACH biblio IN biblios %]
Lines 99-107 Link Here
99
                        [% ELSE %]
99
                        [% ELSE %]
100
                            <p>
100
                            <p>
101
                                [% IF (errcode==1) %]
101
                                [% IF (errcode==1) %]
102
                                    Could not create new list. Please check if the name is unique.
102
                                    <span>Could not create new list. Please check if the name is unique.</span>
103
                                [% ELSE %]
103
                                [% ELSE %]
104
                                    Sorry, you cannot add items to this list.
104
                                    <span>Sorry, you cannot add items to this list.</span>
105
                                [% END %]
105
                                [% END %]
106
                            </p>
106
                            </p>
107
                        [% END # IF authorized %]
107
                        [% END # IF authorized %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-4 / +4 lines)
Lines 161-170 Link Here
161
                                [% FOREACH advsearchloo IN advancedsearchesloop %]
161
                                [% FOREACH advsearchloo IN advancedsearchesloop %]
162
                                    <li id="advsearch-tab-[% advsearchloo.advanced_search_type | html %]">
162
                                    <li id="advsearch-tab-[% advsearchloo.advanced_search_type | html %]">
163
                                    <a href="#advsearch-[% advsearchloo.advanced_search_type | uri %]">
163
                                    <a href="#advsearch-[% advsearchloo.advanced_search_type | uri %]">
164
                                   [% IF ( advsearchloo.advanced_search_type == 'itemtypes' ) %]Item type
164
                                   [% IF ( advsearchloo.advanced_search_type == 'itemtypes' ) %]<span>Item type</span>
165
                                   [% ELSIF ( advsearchloo.advanced_search_type == 'ccode' ) %]Collection
165
                                   [% ELSIF ( advsearchloo.advanced_search_type == 'ccode' ) %]<span>Collection</span>
166
                                   [% ELSIF ( advsearchloo.advanced_search_type == 'loc' ) %]Shelving location
166
                                   [% ELSIF ( advsearchloo.advanced_search_type == 'loc' ) %]<span>Shelving location</span>
167
                                   [% ELSE %]Something else
167
                                   [% ELSE %]<span>Something else</span>
168
                                   [% END %]
168
                                   [% END %]
169
                                   </a></li>
169
                                   </a></li>
170
                                [% END %]
170
                                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt (-2 / +2 lines)
Lines 19-27 Link Here
19
                <li class="breadcrumb-item active">
19
                <li class="breadcrumb-item active">
20
                    <a href="#" aria-current="page">
20
                    <a href="#" aria-current="page">
21
                        [% IF ( typeissue ) %]
21
                        [% IF ( typeissue ) %]
22
                            Subscribe to a subscription alert
22
                            <span>Subscribe to a subscription alert</span>
23
                        [% ELSIF ( typeissuecancel ) %]
23
                        [% ELSIF ( typeissuecancel ) %]
24
                            Unsubscribe from a subscription alert
24
                            <span>Unsubscribe from a subscription alert</span>
25
                        [% END %]
25
                        [% END %]
26
                    </a>
26
                    </a>
27
                </li>
27
                </li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +2 lines)
Lines 1009-1020 Link Here
1009
                                                [% IF ( listitem.biblionumber == biblionumber ) %]
1009
                                                [% IF ( listitem.biblionumber == biblionumber ) %]
1010
                                                    <li id="li_pag_[% loop.count | html %]" class="highlight" title="Go to detail">
1010
                                                    <li id="li_pag_[% loop.count | html %]" class="highlight" title="Go to detail">
1011
                                                        <span class="li_pag_index"><i class="fa fa-arrow-left" aria-hidden="true"></i> [% loop.count  + offset | html %]</span>
1011
                                                        <span class="li_pag_index"><i class="fa fa-arrow-left" aria-hidden="true"></i> [% loop.count  + offset | html %]</span>
1012
                                                        <a href="opac-detail.pl?biblionumber=[% biblionumber | uri %]&amp;query_desc=[% query_desc |uri %]">[% title | html %]</a><br> [% IF ( author ) %]by [% author | html %][% END %]
1012
                                                        <a href="opac-detail.pl?biblionumber=[% biblionumber | uri %]&amp;query_desc=[% query_desc |uri %]">[% title | html %]</a><br> [% IF ( author ) %]<span>by</span> [% author | html %][% END %]
1013
                                                    </li>
1013
                                                    </li>
1014
                                                [% ELSE %]
1014
                                                [% ELSE %]
1015
                                                    <li id="li_pag_[% loop.count | html %]" title="Go to detail">
1015
                                                    <li id="li_pag_[% loop.count | html %]" title="Go to detail">
1016
                                                        <span class="li_pag_index">[% loop.count + offset | html %]</span>
1016
                                                        <span class="li_pag_index">[% loop.count + offset | html %]</span>
1017
                                                        <a href="opac-detail.pl?biblionumber=[% listitem.biblionumber | uri %]&amp;query_desc=[% query_desc |uri %]">[% listitem.title | html %]</a><br> [% IF ( listitem.author ) %]by [% listitem.author | html %][% END %]
1017
                                                        <a href="opac-detail.pl?biblionumber=[% listitem.biblionumber | uri %]&amp;query_desc=[% query_desc |uri %]">[% listitem.title | html %]</a><br> [% IF ( listitem.author ) %]<span>by</span> [% listitem.author | html %][% END %]
1018
                                                    </li>
1018
                                                    </li>
1019
                                                [% END # /IF listitem.biblionumber %]
1019
                                                [% END # /IF listitem.biblionumber %]
1020
                                            [% END # /FOREACH listitem %]
1020
                                            [% END # /FOREACH listitem %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-12 / +12 lines)
Lines 165-182 Link Here
165
                                                </td>
165
                                                </td>
166
                                                <td>[% serial.serialseq | html %]</td>
166
                                                <td>[% serial.serialseq | html %]</td>
167
                                                <td>
167
                                                <td>
168
                                                    [% IF ( serial.status1 ) %]Expected[% END %]
168
                                                    [% IF ( serial.status1 ) %]<span>Expected</span>[% END %]
169
                                                    [% IF ( serial.status2 ) %]Arrived[% END %]
169
                                                    [% IF ( serial.status2 ) %]<span>Arrived</span>[% END %]
170
                                                    [% IF ( serial.status3 ) %]Late[% END %]
170
                                                    [% IF ( serial.status3 ) %]<span>Late</span>[% END %]
171
                                                    [% IF ( serial.status4 ) %]Missing[% END %]
171
                                                    [% IF ( serial.status4 ) %]<span>Missing</span>[% END %]
172
                                                        [% IF ( serial.status41 ) %]Missing (never received)[% END %]
172
                                                        [% IF ( serial.status41 ) %]<span>Missing (never received)</span>[% END %]
173
                                                        [% IF ( serial.status42 ) %]Missing (sold out)[% END %]
173
                                                        [% IF ( serial.status42 ) %]<span>Missing (sold out)</span>[% END %]
174
                                                        [% IF ( serial.status43 ) %]Missing (damaged)[% END %]
174
                                                        [% IF ( serial.status43 ) %]<span>Missing (damaged)</span>[% END %]
175
                                                        [% IF ( serial.status44 ) %]Missing (lost)[% END %]
175
                                                        [% IF ( serial.status44 ) %]<span>Missing (lost)</span>[% END %]
176
                                                    [% IF ( serial.status5 ) %]Not available[% END %]
176
                                                    [% IF ( serial.status5 ) %]<span>Not available</span>[% END %]
177
                                                    [% IF ( serial.status6 ) %]Delete[% END %]
177
                                                    [% IF ( serial.status6 ) %]<span>Delete</span>[% END %]
178
                                                    [% IF ( serial.status7 ) %]Claimed[% END %]
178
                                                    [% IF ( serial.status7 ) %]<span>Claimed</span>[% END %]
179
                                                    [% IF ( serial.status8 ) %]Stopped[% END %]
179
                                                    [% IF ( serial.status8 ) %]<span>Stopped</span>[% END %]
180
                                                </td>
180
                                                </td>
181
                                                <td class="subscriptionidfilterclass">[% serial.subscriptionid | html %]</td>
181
                                                <td class="subscriptionidfilterclass">[% serial.subscriptionid | html %]</td>
182
                                            </tr>
182
                                            </tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-holdshistory.tt (-5 / +5 lines)
Lines 149-163 Link Here
149
                                        [% END %]
149
                                        [% END %]
150
                                        <td>
150
                                        <td>
151
                                        [% IF hold.found == 'F' %]
151
                                        [% IF hold.found == 'F' %]
152
                                            Fulfilled
152
                                            <span>Fulfilled</span>
153
                                        [% ELSIF hold.cancellationdate %]
153
                                        [% ELSIF hold.cancellationdate %]
154
                                            Cancelled
154
                                            <span>Cancelled</span>
155
                                        [% ELSIF hold.found == 'W' %]
155
                                        [% ELSIF hold.found == 'W' %]
156
                                            Waiting
156
                                            <span>Waiting</span>
157
                                        [% ELSIF hold.found == 'T' %]
157
                                        [% ELSIF hold.found == 'T' %]
158
                                            In transit
158
                                            <span>In transit</span>
159
                                        [% ELSE %]
159
                                        [% ELSE %]
160
                                            Pending
160
                                            <span>Pending</span>
161
                                        [% END %]
161
                                        [% END %]
162
                                        </td>
162
                                        </td>
163
                                        </tr>
163
                                        </tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt (-2 / +2 lines)
Lines 2-9 Link Here
2
[%- newline="\n" | html -%]
2
[%- newline="\n" | html -%]
3
[%- IF overdue == 1 -%]
3
[%- IF overdue == 1 -%]
4
[% title | html %] is overdue
4
[% title | html %] is overdue
5
[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue
5
[%- newline | html -%]<span>Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue</span>
6
[%- ELSE -%]
6
[%- ELSE -%]
7
[% title | html %] is due
7
[% title | html %] is due
8
[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today
8
[%- newline | html -%]<span>Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today</span>
9
[%- END -%]
9
[%- END -%]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt (-1 / +1 lines)
Lines 132-138 Link Here
132
132
133
                [% ELSE %]
133
                [% ELSE %]
134
                    <div id="library_info" class="maincontent">
134
                    <div id="library_info" class="maincontent">
135
                        <h1>[% IF ( singleBranchMode ) %]Library[% ELSE %]Libraries[% END %]</h1>
135
                        <h1>[% IF ( singleBranchMode ) %]<span>Library</span>[% ELSE %]<span>Libraries</span>[% END %]</h1>
136
136
137
                        [% FOREACH library IN libraries %]
137
                        [% FOREACH library IN libraries %]
138
                            <div class="section_library" id="section_[% library.branchcode | html %]">
138
                            <div class="section_library" id="section_[% library.branchcode | html %]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-4 / +4 lines)
Lines 128-142 Link Here
128
                                <i class="fa fa-rss" aria-hidden="true"></i>
128
                                <i class="fa fa-rss" aria-hidden="true"></i>
129
                                [% IF Branches.all.size == 1 %]
129
                                [% IF Branches.all.size == 1 %]
130
                                    [% IF branchcode %]
130
                                    [% IF branchcode %]
131
                                        RSS feed for [% Branches.GetName( branchcode ) | html %] library news
131
                                        <span>RSS feed for [% Branches.GetName( branchcode ) | html %] library news</span>
132
                                    [% ELSE %]
132
                                    [% ELSE %]
133
                                        RSS feed for library news
133
                                        <span>RSS feed for library news</span>
134
                                    [% END %]
134
                                    [% END %]
135
                                [% ELSE %]
135
                                [% ELSE %]
136
                                    [% IF branchcode %]
136
                                    [% IF branchcode %]
137
                                        RSS feed for [% Branches.GetName( branchcode ) | html %] and system-wide library news
137
                                        <span>RSS feed for [% Branches.GetName( branchcode ) | html %] and system-wide library news</span>
138
                                    [% ELSE %]
138
                                    [% ELSE %]
139
                                        RSS feed for system-wide library news
139
                                        <span>RSS feed for system-wide library news</span>
140
                                    [% END %]
140
                                    [% END %]
141
                                [% END %]
141
                                [% END %]
142
                            </a>
142
                            </a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt (-11 / +11 lines)
Lines 62-82 Link Here
62
                                        [% NEXT IF !Koha.Preference( 'ILLModule' ) && messaging_preference.message_name.match('^Ill_') %]
62
                                        [% NEXT IF !Koha.Preference( 'ILLModule' ) && messaging_preference.message_name.match('^Ill_') %]
63
                                        [% NEXT IF messaging_preference.Auto_Renewals && Koha.Preference('AutoRenewalNotices') != 'preferences' %]
63
                                        [% NEXT IF messaging_preference.Auto_Renewals && Koha.Preference('AutoRenewalNotices') != 'preferences' %]
64
                                        <tr>
64
                                        <tr>
65
                                            <td>[% IF ( messaging_preference.Item_Due ) %]Item due
65
                                            <td>[% IF ( messaging_preference.Item_Due ) %]<span>Item due</span>
66
                                                [% ELSIF ( messaging_preference.Advance_Notice ) %]Advance notice
66
                                                [% ELSIF ( messaging_preference.Advance_Notice ) %]<span>Advance notice</span>
67
                                                [% ELSIF ( messaging_preference.Hold_Filled ) %]Hold filled
67
                                                [% ELSIF ( messaging_preference.Hold_Filled ) %]<span>Hold filled</span>
68
                                                [% ELSIF ( messaging_preference.Hold_Reminder ) %]Hold reminder
68
                                                [% ELSIF ( messaging_preference.Hold_Reminder ) %]<span>Hold reminder</span>
69
                                                [% ELSIF ( messaging_preference.Item_Check_in ) %]Item check-in
69
                                                [% ELSIF ( messaging_preference.Item_Check_in ) %]<span>Item check-in</span>
70
                                                [% ELSIF ( messaging_preference.Item_Checkout ) %]
70
                                                [% ELSIF ( messaging_preference.Item_Checkout ) %]
71
                                                    [% IF Koha.Preference( 'RenewalSendNotice' ) %]
71
                                                    [% IF Koha.Preference( 'RenewalSendNotice' ) %]
72
                                                        Item checkout and renewal
72
                                                        <span>Item checkout and renewal</span>
73
                                                    [% ELSE %]
73
                                                    [% ELSE %]
74
                                                        Item checkout
74
                                                        <span>Item checkout</span>
75
                                                    [% END %]
75
                                                    [% END %]
76
                                                [% ELSIF ( messaging_preference.Ill_ready ) %]Interlibrary loan ready
76
                                                [% ELSIF ( messaging_preference.Ill_ready ) %]<span>Interlibrary loan ready</span>
77
                                                [% ELSIF ( messaging_preference.Ill_unavailable ) %]Interlibrary loan unavailable
77
                                                [% ELSIF ( messaging_preference.Ill_unavailable ) %]<span>Interlibrary loan unavailable</span>
78
                                                [% ELSIF ( messaging_preference.Auto_Renewals ) %]Auto renewal
78
                                                [% ELSIF ( messaging_preference.Auto_Renewals ) %]<span>Auto renewal</span>
79
                                                [% ELSE %]Unknown [% END %]</td>
79
                                                [% ELSE %]<span>Unknown</span> [% END %]</td>
80
                                            [% IF ( messaging_preference.takes_days ) %]
80
                                            [% IF ( messaging_preference.takes_days ) %]
81
                                                <td><select class="input-mini" name="[% messaging_preference.message_attribute_id | html %]-DAYS">
81
                                                <td><select class="input-mini" name="[% messaging_preference.message_attribute_id | html %]-DAYS">
82
                                                [% FOREACH select_day IN messaging_preference.select_days %]
82
                                                [% FOREACH select_day IN messaging_preference.select_days %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-5 / +5 lines)
Lines 43-62 Link Here
43
                            <h2>There was a problem with your submission</h2>
43
                            <h2>There was a problem with your submission</h2>
44
                            <p>
44
                            <p>
45
                                [% IF ( passwords_mismatch ) %]
45
                                [% IF ( passwords_mismatch ) %]
46
                                Passwords do not match.  Please re-type your new password.
46
                                   <span>Passwords do not match.  Please re-type your new password.</span>
47
                                [% END %]
47
                                [% END %]
48
                                [% IF password_too_short %]
48
                                [% IF password_too_short %]
49
                                    Password must be at least [% minPasswordLength | html %] characters long.
49
                                    <span>Password must be at least [% minPasswordLength | html %] characters long.</span>
50
                                [% END %]
50
                                [% END %]
51
                                [% IF password_too_weak %]
51
                                [% IF password_too_weak %]
52
                                    Password must contain at least one digit, one lowercase and one uppercase.
52
                                    <span>Password must contain at least one digit, one lowercase and one uppercase.</span>
53
                                [% END %]
53
                                [% END %]
54
                                [% IF password_has_whitespaces %]
54
                                [% IF password_has_whitespaces %]
55
                                    Password must not contain leading or trailing whitespaces.
55
                                    <span>Password must not contain leading or trailing whitespaces.</span>
56
                                [% END %]
56
                                [% END %]
57
57
58
                                [% IF ( WrongPass ) %]
58
                                [% IF ( WrongPass ) %]
59
                                Your current password was entered incorrectly.  If this problem persists, please ask a librarian to reset your password for you.
59
                                   <span>Your current password was entered incorrectly. If this problem persists, please ask a librarian to reset your password for you.</span>
60
                                [% END %]
60
                                [% END %]
61
                            </p>
61
                            </p>
62
                        </div>
62
                        </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt (-7 / +7 lines)
Lines 78-96 Link Here
78
                        <h2>Error</h2>
78
                        <h2>Error</h2>
79
                        <p>
79
                        <p>
80
                        [% IF (sendmailError) %]
80
                        [% IF (sendmailError) %]
81
                            An error has occurred while sending you the password recovery link.
81
                            <span>An error has occurred while sending you the password recovery link.</span>
82
                            <br/>Please try again later.
82
                            <br/><span>Please try again later.</span>
83
                        [% ELSIF (errNoBorrowerFound) %]
83
                        [% ELSIF (errNoBorrowerFound) %]
84
                            No account was found with the provided information.
84
                            <span>No account was found with the provided information.</span>
85
                        [% ELSIF errResetForbidden %]
85
                        [% ELSIF errResetForbidden %]
86
                            <span id="password-reset-forbidden">Sorry, your password cannot be changed online.</span>
86
                            <span id="password-reset-forbidden">Sorry, your password cannot be changed online.</span>
87
                        [% ELSIF (errMultipleAccountsForEmail) %]
87
                        [% ELSIF (errMultipleAccountsForEmail) %]
88
                            Account identification with this email address only is ambiguous.
88
                            <span>Account identification with this email address only is ambiguous.</span>
89
                            <br />Please use the field 'Login' as well.
89
                            <br /><span>Please use the field 'Login' as well.</span>
90
                        [% ELSIF (errNoBorrowerEmail) %]
90
                        [% ELSIF (errNoBorrowerEmail) %]
91
                            This account has no email address we can send the email to.
91
                            <span>This account has no email address we can send the email to.</span>
92
                        [% ELSIF (errAlreadyStartRecovery) %]
92
                        [% ELSIF (errAlreadyStartRecovery) %]
93
                            The process of password recovery has already been started for this account
93
                            <span>The process of password recovery has already been started for this account</span>
94
                            [% IF username %]
94
                            [% IF username %]
95
                                ("<strong>[% username | html %]</strong>")
95
                                ("<strong>[% username | html %]</strong>")
96
                            [% ELSIF email %]
96
                            [% ELSIF email %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt (-8 / +8 lines)
Lines 38-58 Link Here
38
                <div id="recall" class="maincontent">
38
                <div id="recall" class="maincontent">
39
                    <h1>Confirm recalls for: [% INCLUDE 'patron-title.inc' patron = logged_in_user %] ([% logged_in_user.cardnumber | html %])</h1>
39
                    <h1>Confirm recalls for: [% INCLUDE 'patron-title.inc' patron = logged_in_user %] ([% logged_in_user.cardnumber | html %])</h1>
40
                    [% IF nosyspref %]
40
                    [% IF nosyspref %]
41
                        Recalls have not been enabled. Please contact your library.
41
                        <span>Recalls have not been enabled. Please contact your library.</span>
42
                    [% ELSIF error == 'unavailable' %]
42
                    [% ELSIF error == 'unavailable' %]
43
                        There are no items available for recall.
43
                        <span>There are no items available for recall.</span>
44
                        <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Return to [% biblio.title | html %]</a>
44
                        <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Return to [% biblio.title | html %]</a>
45
                    [% ELSE %]
45
                    [% ELSE %]
46
                        [% IF error %]
46
                        [% IF error %]
47
                            <div class="dialog alert">
47
                            <div class="dialog alert">
48
                                [% IF error == 'duplicate' %]
48
                                [% IF error == 'duplicate' %]
49
                                    You have reached the maximum number of recalls on this record.
49
                                    <span>You have reached the maximum number of recalls on this record.</span>
50
                                [% ELSIF error == 'unavailable' %]
50
                                [% ELSIF error == 'unavailable' %]
51
                                    There are no items available for recall.
51
                                    <span>There are no items available for recall.</span>
52
                                [% ELSIF error == 'cannot' %]
52
                                [% ELSIF error == 'cannot' %]
53
                                    You cannot place a recall on this item.
53
                                    <span>You cannot place a recall on this item.</span>
54
                                [% ELSE %]
54
                                [% ELSE %]
55
                                    An error has occurred while attempting to place a recall. Please contact your library.
55
                                    <span>An error has occurred while attempting to place a recall. Please contact your library.</span>
56
                                [% END %]
56
                                [% END %]
57
                            </div>
57
                            </div>
58
                        [% END %]
58
                        [% END %]
Lines 142-150 Link Here
142
                                                        [% IF ( item.recall ) %]
142
                                                        [% IF ( item.recall ) %]
143
                                                            <span class="waiting">
143
                                                            <span class="waiting">
144
                                                            [% IF ( item.recall.waiting_date ) %]
144
                                                            [% IF ( item.recall.waiting_date ) %]
145
                                                                Waiting for patron at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.waiting_date | $KohaDates %].
145
                                                                <span>Waiting for patron at</span> [% Branches.GetName( item.recall.pickup_library_id ) | html %] <span>since</span> [% item.recall.waiting_date | $KohaDates %].
146
                                                            [% ELSE %]
146
                                                            [% ELSE %]
147
                                                                Recalled by patron expected at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.created_date | $KohaDates %].
147
                                                                <span>Recalled by patron expected at</span> [% Branches.GetName( item.recall.pickup_library_id ) | html %] <span>since</span> [% item.recall.created_date | $KohaDates %].
148
                                                            [% END %]
148
                                                            [% END %]
149
                                                            </span>
149
                                                            </span>
150
                                                        [% ELSIF ( hold.waitingdate ) %]
150
                                                        [% ELSIF ( hold.waitingdate ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt (-11 / +11 lines)
Lines 83-109 Link Here
83
                                                    <td class="status">
83
                                                    <td class="status">
84
                                                        <span class="tdlabel">Status:</span>
84
                                                        <span class="tdlabel">Status:</span>
85
                                                        [% IF ( RECALL.in_transit ) %]
85
                                                        [% IF ( RECALL.in_transit ) %]
86
                                                            In transit to [% RECALL.library.branchname | html %]
86
                                                            <span>In transit to [% RECALL.library.branchname | html %]</span>
87
                                                        [% ELSIF ( RECALL.waiting ) %]
87
                                                        [% ELSIF ( RECALL.waiting ) %]
88
                                                            Ready for pickup
88
                                                            <span>Ready for pickup</span>
89
                                                        [% ELSIF ( RECALL.overdue ) %]
89
                                                        [% ELSIF ( RECALL.overdue ) %]
90
                                                            Overdue to be returned
90
                                                            <span>Overdue to be returned</span>
91
                                                        [% ELSIF ( RECALL.expired ) %]
91
                                                        [% ELSIF ( RECALL.expired ) %]
92
                                                            Expired on [% RECALL.expiration_date | $KohaDates %]
92
                                                            <span>Expired on [% RECALL.expiration_date | $KohaDates %]</span>
93
                                                        [% ELSIF ( RECALL.cancelled ) %]
93
                                                        [% ELSIF ( RECALL.cancelled ) %]
94
                                                            Cancelled on [% RECALL.completed_date | $KohaDates %]
94
                                                            <span>Cancelled on [% RECALL.completed_date | $KohaDates %]</span>
95
                                                        [% ELSIF ( RECALL.fulfilled ) %]
95
                                                        [% ELSIF ( RECALL.fulfilled ) %]
96
                                                            Fulfilled
96
                                                            <span>Fulfilled</span>
97
                                                        [% ELSE %]
97
                                                        [% ELSE %]
98
                                                            Requested
98
                                                            <span>Requested</span>
99
                                                        [% END %]
99
                                                        [% END %]
100
                                                    </td>
100
                                                    </td>
101
                                                    <td class="due_date">
101
                                                    <td class="due_date">
102
                                                        <span class="tdlabel">Due date</span>
102
                                                        <span class="tdlabel">Due date</span>
103
                                                        [% IF ( RECALL.requested ) %]
103
                                                        [% IF ( RECALL.requested ) %]
104
                                                            Due to be returned by [% RECALL.checkout.date_due | $KohaDates %]
104
                                                            <span>Due to be returned by [% RECALL.checkout.date_due | $KohaDates %]</span>
105
                                                        [% ELSIF ( RECALL.waiting and RECALL.expiration_date ) %]
105
                                                        [% ELSIF ( RECALL.waiting and RECALL.expiration_date ) %]
106
                                                            Pick up by [% RECALL.expiration_date | $KohaDates %]
106
                                                            <span>Pick up by [% RECALL.expiration_date | $KohaDates %]</span>
107
                                                        [% ELSE %]
107
                                                        [% ELSE %]
108
                                                            -
108
                                                            -
109
                                                        [% END %]
109
                                                        [% END %]
Lines 125-134 Link Here
125
                                    <table>
125
                                    <table>
126
                                </div>
126
                                </div>
127
                            [% ELSE %]
127
                            [% ELSE %]
128
                                No recalls have been made.
128
                                <span>No recalls have been made.</span>
129
                            [% END # / # RECALLS.count %]
129
                            [% END # / # RECALLS.count %]
130
                        [% ELSE %]
130
                        [% ELSE %]
131
                            Recalls have not been enabled. Please contact your library.
131
                            <span>Recalls have not been enabled. Please contact your library.</span>
132
                        [% END %]
132
                        [% END %]
133
                        </div> <!-- /#recalls -->
133
                        </div> <!-- /#recalls -->
134
                    </div> <!-- /.col-md-12 -->
134
                    </div> <!-- /.col-md-12 -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-13 / +13 lines)
Lines 35-41 Link Here
35
                        [% IF ( GNA ) %]
35
                        [% IF ( GNA ) %]
36
                            <li id="gna">
36
                            <li id="gna">
37
                                According to our records, we don't have up-to-date contact information. Please contact the library.
37
                                According to our records, we don't have up-to-date contact information. Please contact the library.
38
                                <a href="/cgi-bin/koha/opac-memberentry.pl">[% IF ( Koha.Preference('OPACPatronDetails') ) %]Update your contact information[% ELSE %]Go to your contact information[% END %]</a>
38
                                <a href="/cgi-bin/koha/opac-memberentry.pl">[% IF ( Koha.Preference('OPACPatronDetails') ) %]<span>Update your contact information</span>[% ELSE %]<span>Go to your contact information</span>[% END %]</a>
39
                                [% IF ( Koha.Preference('OPACPatronDetails') ) %]<em>(Please note: there may be a delay in restoring your account if you submit online.)</em>[% END %]
39
                                [% IF ( Koha.Preference('OPACPatronDetails') ) %]<em>(Please note: there may be a delay in restoring your account if you submit online.)</em>[% END %]
40
                            </li>
40
                            </li>
41
                        [% END %]
41
                        [% END %]
Lines 144-152 Link Here
144
                [% IF (RESERVE_CHARGE) %]
144
                [% IF (RESERVE_CHARGE) %]
145
                    <div class="alert" id="reserve_fee">
145
                    <div class="alert" id="reserve_fee">
146
                        [% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %]
146
                        [% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %]
147
                            You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] when you collect this item
147
                            <span>You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] when you collect this item</span>
148
                        [% ELSE %]
148
                        [% ELSE %]
149
                            You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] for placing this hold
149
                            <span>You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] for placing this hold</span>
150
                        [% END %]
150
                        [% END %]
151
                    </div>
151
                    </div>
152
                [% END %]
152
                [% END %]
Lines 170-180 Link Here
170
                                [% IF bibitemloo.forced_hold_level %]
170
                                [% IF bibitemloo.forced_hold_level %]
171
                                    <div class="alert alert-info forced_hold_level">
171
                                    <div class="alert alert-info forced_hold_level">
172
                                        [% IF bibitemloo.forced_hold_level == 'item' %]
172
                                        [% IF bibitemloo.forced_hold_level == 'item' %]
173
                                            You already have at least one item level hold on this title.
173
                                            <span>You already have at least one item level hold on this title.
174
                                            All further holds must be item level.
174
                                            All further holds must be item level.</span>
175
                                        [% ELSE %]
175
                                        [% ELSE %]
176
                                            You already have at least one record level hold on this title.
176
                                            <span>You already have at least one record level hold on this title.
177
                                            All further holds must be record level.
177
                                            All further holds must be record level.</span>
178
                                        [% END %]
178
                                        [% END %]
179
                                    </div>
179
                                    </div>
180
                                [% END %]
180
                                [% END %]
Lines 439-455 Link Here
439
                                                                [% IF ( itemLoo.reservedate ) %]
439
                                                                [% IF ( itemLoo.reservedate ) %]
440
                                                                    <span class="waiting">
440
                                                                    <span class="waiting">
441
                                                                        [% IF ( itemLoo.waitingdate ) %]
441
                                                                        [% IF ( itemLoo.waitingdate ) %]
442
                                                                            Waiting
442
                                                                            <span>Waiting</span>
443
                                                                        [% ELSE %]
443
                                                                        [% ELSE %]
444
                                                                            On hold
444
                                                                            <span>On hold</span>
445
                                                                        [% END %]
445
                                                                        [% END %]
446
                                                                        for patron
446
                                                                            <span>for patron</span>
447
                                                                        [% IF ( itemLoo.waitingdate ) %]
447
                                                                        [% IF ( itemLoo.waitingdate ) %]
448
                                                                            at
448
                                                                            <span>at</span>
449
                                                                        [% ELSE %]
449
                                                                        [% ELSE %]
450
                                                                            expected at
450
                                                                            <span>expected at</span>
451
                                                                        [% END %]
451
                                                                        [% END %]
452
                                                                        [% itemLoo.ExpectedAtLibrary | html %] since
452
                                                                        [% itemLoo.ExpectedAtLibrary | html %] <span>since</span>
453
                                                                        [% IF ( itemLoo.waitingdate ) %]
453
                                                                        [% IF ( itemLoo.waitingdate ) %]
454
                                                                            [% itemLoo.waitingdate | $KohaDates %]
454
                                                                            [% itemLoo.waitingdate | $KohaDates %]
455
                                                                        [% ELSE %]
455
                                                                        [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reset-password.tt (-8 / +8 lines)
Lines 38-54 Link Here
38
                                <p>
38
                                <p>
39
                                    [% SWITCH error %]
39
                                    [% SWITCH error %]
40
                                        [% CASE  'no_change' %]
40
                                        [% CASE  'no_change' %]
41
                                            New password must not be the same as old password.
41
                                            <span>New password must not be the same as old password.</span>
42
                                        [% CASE  'passwords_mismatch' %]
42
                                        [% CASE  'passwords_mismatch' %]
43
                                            Passwords do not match.  Please re-type your new password.
43
                                            <span>Passwords do not match.  Please re-type your new password.</span>
44
                                        [% CASE 'password_too_short' %]
44
                                        [% CASE 'password_too_short' %]
45
                                            Password must be at least [% minPasswordLength | html %] characters long.
45
                                            <span>Password must be at least [% minPasswordLength | html %] characters long.</span>
46
                                        [% CASE 'password_too_weak' %]
46
                                        [% CASE 'password_too_weak' %]
47
                                            Password must contain at least one digit, one lowercase and one uppercase.
47
                                            <span>Password must contain at least one digit, one lowercase and one uppercase.</span>
48
                                        [% CASE 'password_has_whitespaces' %]
48
                                        [% CASE 'password_has_whitespaces' %]
49
                                            Password must not contain leading or trailing whitespaces.
49
                                            <span>Password must not contain leading or trailing whitespaces.</span>
50
                                        [% CASE 'invalid_credentials' %]
50
                                        [% CASE 'invalid_credentials' %]
51
                                            You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you continue to have problems.
51
                                            <span>You entered an incorrect username or password. Please try again! But note that passwords are case sensitive[% IF Koha.Preference('FailedLoginAttempts') %] and that your account will be locked out after a fixed number of failed login attempts[% END %]. Please contact a library staff member if you continue to have problems.</span>
52
                                        [% CASE 'no_expire' %]
52
                                        [% CASE 'no_expire' %]
53
                                            Please log-in to account to update your password.</br>
53
                                            Please log-in to account to update your password.</br>
54
                                            <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>.
54
                                            <a href="/cgi-bin/koha/opac-user.pl" class="nav-link login-link loginModal-trigger"><i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i> <span class="userlabel">Log in to your account</span></a>.
Lines 57-66 Link Here
57
                                            [% IF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %]
57
                                            [% IF Categories.can_any_reset_password && Koha.Preference('OpacBaseURL') %]
58
                                                <a href="[% Koha.Preference('OpacBaseURL') | url %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password via e-mail</a>.
58
                                                <a href="[% Koha.Preference('OpacBaseURL') | url %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password via e-mail</a>.
59
                                            [% ELSE %]
59
                                            [% ELSE %]
60
                                                You must contact the library for assistance.
60
                                                <span>You must contact the library for assistance.</span>
61
                                            [% END %]
61
                                            [% END %]
62
                                        [% CASE %]
62
                                        [% CASE %]
63
                                            An unknown error occurred. Please try again or contact the library for assistance.
63
                                            <span>An unknown error occurred. Please try again or contact the library for assistance.</span>
64
                                    [% END %]
64
                                    [% END %]
65
                                </p>
65
                                </p>
66
                            </div>
66
                            </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt (-2 / +2 lines)
Lines 64-73 Your cart Link Here
64
64
65
            [% IF BIBLIO_RESULT.publishercode %]
65
            [% IF BIBLIO_RESULT.publishercode %]
66
            <span>
66
            <span>
67
                Published by: [% BIBLIO_RESULT.publishercode | $raw %]
67
                <span>Published by: [% BIBLIO_RESULT.publishercode | $raw %]
68
                [% IF ( BIBLIO_RESULT.publicationyear ) %]
68
                [% IF ( BIBLIO_RESULT.publicationyear ) %]
69
                    in [% BIBLIO_RESULT.publicationyear | $raw %]
69
                    in [% BIBLIO_RESULT.publicationyear | $raw %]
70
                [% END %]
70
                [% END %]</span>
71
                [% IF ( BIBLIO_RESULT.pages ) %]
71
                [% IF ( BIBLIO_RESULT.pages ) %]
72
                    , [% BIBLIO_RESULT.pages | $raw %]
72
                    , [% BIBLIO_RESULT.pages | $raw %]
73
                [% END %]
73
                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-25 / +25 lines)
Lines 59-130 Link Here
59
                                <div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline">
59
                                <div id="subscriptionline[% subscription_LOO.subscriptionid | html %]" class="subscriptionline">
60
                                    <caption><h2>Subscription information for [% subscription_LOO.bibliotitle | html %]</h2><caption>
60
                                    <caption><h2>Subscription information for [% subscription_LOO.bibliotitle | html %]</h2><caption>
61
                                    <p>
61
                                    <p>
62
                                        The current subscription began on [% subscription_LOO.startdate | html %] and is issued
62
                                        <span>The current subscription began on [% subscription_LOO.startdate | html %] and is issued</span>
63
                                        [% IF ( subscription_LOO.periodicity1 ) %]
63
                                        [% IF ( subscription_LOO.periodicity1 ) %]
64
                                                twice per day
64
                                                <span>twice per day</span>
65
                                        [% END %]
65
                                        [% END %]
66
                                        [% IF ( subscription_LOO.periodicity2 ) %]
66
                                        [% IF ( subscription_LOO.periodicity2 ) %]
67
                                                every day
67
                                                <span>every day</span>
68
                                        [% END %]
68
                                        [% END %]
69
                                        [% IF ( subscription_LOO.periodicity3 ) %]
69
                                        [% IF ( subscription_LOO.periodicity3 ) %]
70
                                                three times per week
70
                                                <span>three times per week</span>
71
                                        [% END %]
71
                                        [% END %]
72
                                        [% IF ( subscription_LOO.periodicity4 ) %]
72
                                        [% IF ( subscription_LOO.periodicity4 ) %]
73
                                                every week
73
                                                <span>every week</span>
74
                                        [% END %]
74
                                        [% END %]
75
                                        [% IF ( subscription_LOO.periodicity5 ) %]
75
                                        [% IF ( subscription_LOO.periodicity5 ) %]
76
                                                every 2 weeks
76
                                                <span>every 2 weeks</span>
77
                                        [% END %]
77
                                        [% END %]
78
                                        [% IF ( subscription_LOO.periodicity6 ) %]
78
                                        [% IF ( subscription_LOO.periodicity6 ) %]
79
                                                every 3 weeks
79
                                                <span>every 3 weeks</span>
80
                                        [% END %]
80
                                        [% END %]
81
                                        [% IF ( subscription_LOO.periodicity7 ) %]
81
                                        [% IF ( subscription_LOO.periodicity7 ) %]
82
                                                every month
82
                                                <span>every month</span>
83
                                        [% END %]
83
                                        [% END %]
84
                                        [% IF ( subscription_LOO.periodicity8 ) %]
84
                                        [% IF ( subscription_LOO.periodicity8 ) %]
85
                                                every 2 months
85
                                                <span>every 2 months</span>
86
                                        [% END %]
86
                                        [% END %]
87
                                        [% IF ( subscription_LOO.periodicity9 ) %]
87
                                        [% IF ( subscription_LOO.periodicity9 ) %]
88
                                                every quarter
88
                                                <span>every quarter</span>
89
                                        [% END %]
89
                                        [% END %]
90
                                        [% IF ( subscription_LOO.periodicity10 ) %]
90
                                        [% IF ( subscription_LOO.periodicity10 ) %]
91
                                                twice per year
91
                                                <span>twice per year</span>
92
                                        [% END %]
92
                                        [% END %]
93
                                        [% IF ( subscription_LOO.periodicity11 ) %]
93
                                        [% IF ( subscription_LOO.periodicity11 ) %]
94
                                                every year
94
                                                <span>every year</span>
95
                                        [% END %]
95
                                        [% END %]
96
                                        [% IF ( subscription_LOO.periodicity12 ) %]
96
                                        [% IF ( subscription_LOO.periodicity12 ) %]
97
                                                every 2 years
97
                                                <span>every 2 years</span>
98
                                        [% END %]
98
                                        [% END %]
99
                                        [% IF ( subscription_LOO.periodicity13 ) %]
99
                                        [% IF ( subscription_LOO.periodicity13 ) %]
100
                                                irregularly
100
                                                <span>irregularly</span>
101
                                        [% END %]
101
                                        [% END %]
102
                                        [% IF ( subscription_LOO.arrival1 ) %]
102
                                        [% IF ( subscription_LOO.arrival1 ) %]
103
                                            on Monday
103
                                                <span>on Monday</span>
104
                                        [% END %]
104
                                        [% END %]
105
                                        [% IF ( subscription_LOO.arrival2 ) %]
105
                                        [% IF ( subscription_LOO.arrival2 ) %]
106
                                                on Tuesday
106
                                                <span>on Tuesday</span>
107
                                        [% END %]
107
                                        [% END %]
108
                                        [% IF ( subscription_LOO.arrival3 ) %]
108
                                        [% IF ( subscription_LOO.arrival3 ) %]
109
                                                on Wednesday
109
                                                <span>on Wednesday</span>
110
                                        [% END %]
110
                                        [% END %]
111
                                        [% IF ( subscription_LOO.arrival4 ) %]
111
                                        [% IF ( subscription_LOO.arrival4 ) %]
112
                                                on Thursday
112
                                                <span>on Thursday</span>
113
                                        [% END %]
113
                                        [% END %]
114
                                        [% IF ( subscription_LOO.arrival5 ) %]
114
                                        [% IF ( subscription_LOO.arrival5 ) %]
115
                                                on Friday
115
                                                <span>on Friday</span>
116
                                        [% END %]
116
                                        [% END %]
117
                                        [% IF ( subscription_LOO.arrival6 ) %]
117
                                        [% IF ( subscription_LOO.arrival6 ) %]
118
                                                on Saturday
118
                                                <span>on Saturday</span>
119
                                        [% END %]
119
                                        [% END %]
120
                                        [% IF ( subscription_LOO.arrival7 ) %]
120
                                        [% IF ( subscription_LOO.arrival7 ) %]
121
                                                on Sunday
121
                                                <span>on Sunday</span>
122
                                        [% END %]
122
                                        [% END %]
123
123
124
                                        for
124
                                        <span>for</span>
125
                                            [% IF ( subscription_LOO.numberlength ) %][% subscription_LOO.numberlength | html %] issues[% END %]
125
                                            [% IF ( subscription_LOO.numberlength ) %][% subscription_LOO.numberlength | html %] <span>issues</span>[% END %]
126
                                            [% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength | html %] weeks[% END %]
126
                                            [% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength | html %] <span>weeks</span>[% END %]
127
                                            [% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength | html %] months[% END %]
127
                                            [% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength | html %] <span>months</span>[% END %]
128
                                    </p>
128
                                    </p>
129
                                    <p>The first subscription was started on  [% subscription_LOO.histstartdate | html %]</p>
129
                                    <p>The first subscription was started on  [% subscription_LOO.histstartdate | html %]</p>
130
                                    [% IF ( subscription_LOO.histenddate ) %]
130
                                    [% IF ( subscription_LOO.histenddate ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-5 / +5 lines)
Lines 532-540 Link Here
532
                            </div> <!-- / #toolbar -->
532
                            </div> <!-- / #toolbar -->
533
533
534
                            <div class="alert alert-info">
534
                            <div class="alert alert-info">
535
                                This list is empty.
535
                                <span>This list is empty.</span>
536
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
536
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
537
                                    You can add to your lists from the results of any <a href="opac-main.pl">search</a>.
537
                                    <span>You can add to your lists from the results of any <a href="opac-main.pl">search</a>.</span>
538
                                [% END %]
538
                                [% END %]
539
                            </div>
539
                            </div>
540
540
Lines 689-700 Link Here
689
                                            [% SET contents = s.get_contents %]
689
                                            [% SET contents = s.get_contents %]
690
                                            <tr>
690
                                            <tr>
691
                                                <td><a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% s.shelfnumber | uri %]">[% s.shelfname | html %]</a></td>
691
                                                <td><a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% s.shelfnumber | uri %]">[% s.shelfname | html %]</a></td>
692
                                                <td>[% IF contents.count %][% contents.count | html %] [% IF contents.count == 1 %]item[% ELSE %]items[% END %][% ELSE %]Empty[% END %]</td>
692
                                                <td>[% IF contents.count %][% contents.count | html %] [% IF contents.count == 1 %]<span>item</span>[% ELSE %]<span>items</span>[% END %][% ELSE %]<span>Empty</span>[% END %]</td>
693
                                                <td>
693
                                                <td>
694
                                                    [% IF s.is_private %]
694
                                                    [% IF s.is_private %]
695
                                                        [% IF s.is_shared %]Shared[% ELSE %]Private[% END %]
695
                                                        [% IF s.is_shared %]<span>Shared</span>[% ELSE %]<span>Private</span>[% END %]
696
                                                    [% ELSE %]
696
                                                    [% ELSE %]
697
                                                        Public
697
                                                        <span>Public</span>
698
                                                    [% END %]
698
                                                    [% END %]
699
                                                </td>
699
                                                </td>
700
                                                <td>
700
                                                <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt (-2 / +2 lines)
Lines 88-97 Link Here
88
                                            [% END %]
88
                                            [% END %]
89
                                            <span class="commenter">
89
                                            <span class="commenter">
90
                                                [% IF review.your_comment %]
90
                                                [% IF review.your_comment %]
91
                                                    Added [% review.datereviewed | $KohaDates %] by you
91
                                                    <span>Added [% review.datereviewed | $KohaDates %] by you</span>
92
                                                [% ELSE %]
92
                                                [% ELSE %]
93
                                                    [% IF ( review.borrowernumber && ShowReviewer != "none" ) %]
93
                                                    [% IF ( review.borrowernumber && ShowReviewer != "none" ) %]
94
                                                        Added [% review.datereviewed | $KohaDates %] by
94
                                                        <span>Added [% review.datereviewed | $KohaDates %] by</span>
95
                                                        [% SWITCH ShowReviewer %]
95
                                                        [% SWITCH ShowReviewer %]
96
                                                            [% CASE 'full' %]
96
                                                            [% CASE 'full' %]
97
                                                                [% review.borrtitle | html %] [% review.firstname | html %] [% review.surname | html %]
97
                                                                [% review.borrtitle | html %] [% review.firstname | html %] [% review.surname | html %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-9 / +9 lines)
Lines 281-292 Link Here
281
                        [% IF ( op_else ) %]
281
                        [% IF ( op_else ) %]
282
                            <h1>
282
                            <h1>
283
                                [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
283
                                [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
284
                                    Purchase suggestions
284
                                    <span>Purchase suggestions</span>
285
                                [% ELSE %]
285
                                [% ELSE %]
286
                                    [% IF ( loggedinusername ) %]
286
                                    [% IF ( loggedinusername ) %]
287
                                        Your purchase suggestions
287
                                        <span>Your purchase suggestions</span>
288
                                    [% ELSE %]
288
                                    [% ELSE %]
289
                                        Purchase suggestions
289
                                        <span>Purchase suggestions</span>
290
                                    [% END %]
290
                                    [% END %]
291
                                [% END %]
291
                                [% END %]
292
                            </h1>
292
                            </h1>
Lines 437-448 Link Here
437
                                                    [% END %]
437
                                                    [% END %]
438
                                                    <td>
438
                                                    <td>
439
                                                        <span class="tdlabel">Status:</span>
439
                                                        <span class="tdlabel">Status:</span>
440
                                                        [% IF ( suggestions_loo.ASKED ) %]Requested
440
                                                        [% IF ( suggestions_loo.ASKED ) %]<span>Requested</span>
441
                                                        [% ELSIF ( suggestions_loo.CHECKED ) %]Checked by the library
441
                                                        [% ELSIF ( suggestions_loo.CHECKED ) %]<span>Checked by the library</span>
442
                                                        [% ELSIF ( suggestions_loo.ACCEPTED ) %]Accepted by the library
442
                                                        [% ELSIF ( suggestions_loo.ACCEPTED ) %]<span>Accepted by the library</span>
443
                                                        [% ELSIF ( suggestions_loo.ORDERED ) %]Ordered by the library
443
                                                        [% ELSIF ( suggestions_loo.ORDERED ) %]<span>Ordered by the library</span>
444
                                                        [% ELSIF ( suggestions_loo.REJECTED ) %]Suggestion declined
444
                                                        [% ELSIF ( suggestions_loo.REJECTED ) %]<span>Suggestion declined</span>
445
                                                        [% ELSIF ( suggestions_loo.AVAILABLE ) %]Available in the library
445
                                                        [% ELSIF ( suggestions_loo.AVAILABLE ) %]<span>Available in the library</span>
446
                                                        [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) | html %] [% END %]
446
                                                        [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) | html %] [% END %]
447
                                                        [% IF ( suggestions_loo.reason ) %]([% suggestions_loo.reason | html %])[% END %]
447
                                                        [% IF ( suggestions_loo.reason ) %]([% suggestions_loo.reason | html %])[% END %]
448
                                                    </td>
448
                                                    </td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-14 / +14 lines)
Lines 64-84 Link Here
64
                        [% IF ( ERRORS ) %]
64
                        [% IF ( ERRORS ) %]
65
                            [% FOREACH ERROR IN ERRORS %]
65
                            [% FOREACH ERROR IN ERRORS %]
66
                                <div class="alert alert-warning">
66
                                <div class="alert alert-warning">
67
                                    There was a problem with this operation:
67
                                    <span>There was a problem with this operation:</span>
68
                                    [% IF ( ERROR.badparam ) %]
68
                                    [% IF ( ERROR.badparam ) %]
69
                                        ERROR: illegal parameter [% ERROR.badparam | html %]
69
                                        <span>ERROR: illegal parameter [% ERROR.badparam | html %]</span>
70
                                    [% ELSIF ( ERROR.login ) %]
70
                                    [% ELSIF ( ERROR.login ) %]
71
                                        ERROR: You must log in to complete that action.
71
                                        <span>ERROR: You must log in to complete that action.</span>
72
                                    [% ELSIF ( ERROR.failed_delete ) %]
72
                                    [% ELSIF ( ERROR.failed_delete ) %]
73
                                        ERROR: You cannot delete the tag [% ERROR.failed_delete | html %].
73
                                        <span>ERROR: You cannot delete the tag [% ERROR.failed_delete | html %].</span>
74
                                        <br />Note: you can only delete your own tags.
74
                                        <br /><span>Note: you can only delete your own tags.</span>
75
                                    [% ELSIF ( ERROR.scrubbed ) %]
75
                                    [% ELSIF ( ERROR.scrubbed ) %]
76
                                        Note: your tag contained markup code that was removed.
76
                                        <span>Note: your tag contained markup code that was removed.</span>
77
                                        <br />The tag was added as &quot;[% ERROR.scrubbed | html %]&quot;.
77
                                        <br /><span>The tag was added as &quot;[% ERROR.scrubbed | html %]&quot;.</span>
78
                                    [% ELSIF ( ERROR.scrubbed_all_bad ) %]
78
                                    [% ELSIF ( ERROR.scrubbed_all_bad ) %]
79
                                        Note: your tag was entirely markup code.  It was NOT added.
79
                                        <span>Note: your tag was entirely markup code.  It was NOT added.</span>
80
                                        <br />Please try again with plain text.
80
                                        <br /><span>Please try again with plain text.</span>
81
                                    [% ELSE %]Unrecognized error.
81
                                    [% ELSE %]<span>Unrecognized error.</span>
82
                                    [% END %]
82
                                    [% END %]
83
                                </div>
83
                                </div>
84
                            [% END %]
84
                            [% END %]
Lines 89-97 Link Here
89
                                <div class="form-inline">
89
                                <div class="form-inline">
90
                                    <label>
90
                                    <label>
91
                                        [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
91
                                        [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
92
                                            Tags to show from other users:
92
                                            <span>Tags to show from other users:</span>
93
                                        [% ELSE %]
93
                                        [% ELSE %]
94
                                            Tags to show:
94
                                            <span>Tags to show:</span>
95
                                        [% END %]
95
                                        [% END %]
96
                                    </label>
96
                                    </label>
97
                                    <input type="text" name="limit" class="form-control form-control-sm mr-2" maxlength="4" size="4" value="[% limit or '100' | html %]" />
97
                                    <input type="text" name="limit" class="form-control form-control-sm mr-2" maxlength="4" size="4" value="[% limit or '100' | html %]" />
Lines 124-133 Link Here
124
                        [% END # / TAGLOOP%]
124
                        [% END # / TAGLOOP%]
125
                        [% IF ( add_op ) %]
125
                        [% IF ( add_op ) %]
126
                            [% IF ( added_count ) %]
126
                            [% IF ( added_count ) %]
127
                                <div class="dialog message">[% added_count | html %] [% IF ( added_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully added.</div>
127
                                <div class="dialog message">[% added_count | html %] [% IF ( added_count == 1 ) %]<span>tag</span>[% ELSE %]<span>tags</span>[% END %] <span>successfully added.</span></div>
128
                            [% END %]
128
                            [% END %]
129
                            [% IF ( deleted_count ) %]
129
                            [% IF ( deleted_count ) %]
130
                            <div class="dialog message">[% deleted_count | html %] [% IF ( deleted_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully deleted.</div>
130
                            <div class="dialog message">[% deleted_count | html %] [% IF ( deleted_count == 1 ) %]<span>tag</span>[% ELSE %]<span>tags</span>[% END %] <span>successfully deleted.</span></div>
131
                            [% END %]
131
                            [% END %]
132
                        [% END # /add_op %]
132
                        [% END # /add_op %]
133
133
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-16 / +16 lines)
Lines 148-154 Link Here
148
                                [% END %]
148
                                [% END %]
149
                                [% IF ( borrower.gonenoaddress ) %]
149
                                [% IF ( borrower.gonenoaddress ) %]
150
                                    <li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date contact information. Please contact the library.
150
                                    <li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date contact information. Please contact the library.
151
                                <a href="/cgi-bin/koha/opac-memberentry.pl">[% IF ( Koha.Preference('OPACPatronDetails') ) %]Update your contact information[% ELSE %]Go to your contact information[% END %]</a>
151
                                <a href="/cgi-bin/koha/opac-memberentry.pl">[% IF ( Koha.Preference('OPACPatronDetails') ) %]<span>Update your contact information</span>[% ELSE %]<span>Go to your contact information</span>[% END %]</a>
152
                                [% IF ( Koha.Preference('OPACPatronDetails') ) %]<em>(Please note: there may be a delay in restoring your account if you submit online.)</em>[% END %]
152
                                [% IF ( Koha.Preference('OPACPatronDetails') ) %]<em>(Please note: there may be a delay in restoring your account if you submit online.)</em>[% END %]
153
                                    </li>
153
                                    </li>
154
                                [% END %]
154
                                [% END %]
Lines 431-441 Link Here
431
                                                    <td class="fines">
431
                                                    <td class="fines">
432
                                                        <span class="tdlabel">Fines:</span>
432
                                                        <span class="tdlabel">Fines:</span>
433
                                                        [% IF ( ISSUE.charges ) %]
433
                                                        [% IF ( ISSUE.charges ) %]
434
                                                            Yes (Item overdue or lost)
434
                                                            <span>Yes (Item overdue or lost)</span>
435
                                                        [% ELSIF ( ISSUE.rentalfines ) %]
435
                                                        [% ELSIF ( ISSUE.rentalfines ) %]
436
                                                            Yes (Rental fees)
436
                                                            <span>Yes (Rental fees)</span>
437
                                                        [% ELSE %]
437
                                                        [% ELSE %]
438
                                                            No
438
                                                            <span>No</span>
439
                                                        [% END %]
439
                                                        [% END %]
440
                                                    </td>
440
                                                    </td>
441
                                                [% END %]
441
                                                [% END %]
Lines 724-732 Link Here
724
                                                        [% ELSIF ( OVERDUE.norenew_overdue ) %]
724
                                                        [% ELSIF ( OVERDUE.norenew_overdue ) %]
725
                                                            Not allowed<span class="renewals">(overdue)</span>
725
                                                            Not allowed<span class="renewals">(overdue)</span>
726
                                                        [% ELSIF ( OVERDUE.onreserve ) %]
726
                                                        [% ELSIF ( OVERDUE.onreserve ) %]
727
                                                            On hold
727
                                                            <span>On hold</span>
728
                                                        [% ELSE %]
728
                                                        [% ELSE %]
729
                                                            No renewals left
729
                                                            <span>No renewals left</span>
730
                                                        [% END %]
730
                                                        [% END %]
731
                                                    </td>
731
                                                    </td>
732
                                                [% END %]
732
                                                [% END %]
Lines 795-807 Link Here
795
                                            <td class="status">
795
                                            <td class="status">
796
                                                <span class="tdlabel">Status:</span>
796
                                                <span class="tdlabel">Status:</span>
797
                                                [% IF ( RECALL.requested ) %]
797
                                                [% IF ( RECALL.requested ) %]
798
                                                    Requested
798
                                                    <span>Requested</span>
799
                                                [% ELSIF ( RECALL.overdue ) %]
799
                                                [% ELSIF ( RECALL.overdue ) %]
800
                                                    Overdue to be returned
800
                                                    <span>Overdue to be returned</span>
801
                                                [% ELSIF ( RECALL.in_transit ) %]
801
                                                [% ELSIF ( RECALL.in_transit ) %]
802
                                                    In transit to [% RECALL.library.branchname | html %]
802
                                                    <span>In transit to [% RECALL.library.branchname | html %]</span>
803
                                                [% ELSIF ( RECALL.waiting ) %]
803
                                                [% ELSIF ( RECALL.waiting ) %]
804
                                                    Ready for pickup
804
                                                    <span>Ready for pickup</span>
805
                                                [% END %]
805
                                                [% END %]
806
                                            </td>
806
                                            </td>
807
                                            <td class="cancelrecall">
807
                                            <td class="cancelrecall">
Lines 897-915 Link Here
897
                                                    [% ar.patron_notes | html %]
897
                                                    [% ar.patron_notes | html %]
898
                                                </td>
898
                                                </td>
899
899
900
                                                <td class="article-request-format">[% IF ar.format == 'PHOTOCOPY' %]Copy[% ELSIF ar.format == 'SCAN' %]Scan[% END %]</td>
900
                                                <td class="article-request-format">[% IF ar.format == 'PHOTOCOPY' %]<span>Copy</span>[% ELSIF ar.format == 'SCAN' %]<span>Scan</span>[% END %]</td>
901
901
902
                                                <td class="article-request-status">
902
                                                <td class="article-request-status">
903
                                                    [% IF ar.status == 'PENDING' %]
903
                                                    [% IF ar.status == 'PENDING' %]
904
                                                        Pending
904
                                                        <span>Pending</span>
905
                                                    [% ELSIF ar.status == 'PROCESSING' %]
905
                                                    [% ELSIF ar.status == 'PROCESSING' %]
906
                                                        Processing
906
                                                        <span>Processing</span>
907
                                                    [% ELSIF ar.status == 'REQUESTED' %]
907
                                                    [% ELSIF ar.status == 'REQUESTED' %]
908
                                                        New
908
                                                        <span>New</span>
909
                                                    [% ELSIF ar.status == 'COMPLETED' %]
909
                                                    [% ELSIF ar.status == 'COMPLETED' %]
910
                                                        Completed
910
                                                        <span>Completed</span>
911
                                                    [% ELSIF ar.status == 'CANCELED' %]
911
                                                    [% ELSIF ar.status == 'CANCELED' %]
912
                                                        Canceled
912
                                                        <span>Canceled</span>
913
                                                    [% END %]
913
                                                    [% END %]
914
                                                </td>
914
                                                </td>
915
915
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +2 lines)
Lines 246-254 Link Here
246
                                <form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sco/sco-main.pl" onsubmit="return checkout_confirm('[% patronid | html %]');">
246
                                <form id="scan_form" name="scan_form" method="post" action="/cgi-bin/koha/sco/sco-main.pl" onsubmit="return checkout_confirm('[% patronid | html %]');">
247
                                    <legend><h2>
247
                                    <legend><h2>
248
                                        [% IF ( Koha.Preference('SCOAllowCheckin') ) %]
248
                                        [% IF ( Koha.Preference('SCOAllowCheckin') ) %]
249
                                            Check out, return, or renew an item:
249
                                            <span>Check out, return, or renew an item:</span>
250
                                        [% ELSE %]
250
                                        [% ELSE %]
251
                                            Check out or renew an item:
251
                                            <span>Check out or renew an item:</span>
252
                                        [% END %]
252
                                        [% END %]
253
                                        </h2></legend>
253
                                        </h2></legend>
254
                                    <div class="row">
254
                                    <div class="row">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/text/explodedterms.tt (-4 / +3 lines)
Lines 1-8 Link Here
1
[%- SWITCH index -%]
1
[%- SWITCH index -%]
2
[%- CASE 'su-na' -%]
2
[%- CASE 'su-na' -%]
3
Search also for narrower subjects
3
<span>Search also for narrower subjects</span>
4
[%- CASE 'su-br' -%]
4
[%- CASE 'su-br' -%]
5
Search also for broader subjects
5
<span>Search also for broader subjects</span>
6
[%- CASE 'su-rl' -%]
6
[%- CASE 'su-rl' -%]
7
Search also for related subjects
7
<span>Search also for related subjects</span>
8
[%- END -%]
8
[%- END -%]
9
- 

Return to bug 30733