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

(-)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' %]<span>Payment type</span>[% ELSE %]<span>Transaction type</span>[% END %]: </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' %]<span>Payment type</span>[% ELSE %]<span>Transaction type</span>[% END %]: </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/invoices.tt (-2 / +2 lines)
Lines 235-241 Link Here
235
                                [% END %]
235
                                [% END %]
236
                                [% IF shipmentdatefrom %]
236
                                [% IF shipmentdatefrom %]
237
                                    <li>
237
                                    <li>
238
                                        <span>Shipment date</span>:
238
                                        <span>Shipment date:</span>
239
                                        [% IF shipmentdateto %]
239
                                        [% IF shipmentdateto %]
240
                                            <span>From [% shipmentdatefrom | $KohaDates %]</span>
240
                                            <span>From [% shipmentdatefrom | $KohaDates %]</span>
241
                                            <span>To [% shipmentdateto | $KohaDates %]</span>
241
                                            <span>To [% shipmentdateto | $KohaDates %]</span>
Lines 253-259 Link Here
253
                                [% END %]
253
                                [% END %]
254
                                [% IF billingdatefrom %]
254
                                [% IF billingdatefrom %]
255
                                    <li>
255
                                    <li>
256
                                        <span>Billing date</span>:
256
                                        <span>Billing date:</span>
257
                                        [% IF billingdateto %]
257
                                        [% IF billingdateto %]
258
                                            <span>From [% billingdatefrom | $KohaDates %]</span>
258
                                            <span>From [% billingdatefrom | $KohaDates %]</span>
259
                                            <span>To [% billingdateto | $KohaDates %]</span>
259
                                            <span>To [% billingdateto | $KohaDates %]</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +1 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
        <span>Jump to</span>:
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 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +1 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 %] <span>available</span>:[% ELSE %], <span>None available</span>[% 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>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +2 lines)
Lines 10-16 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"><span>Patron notification</span>:
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' ) %] <span>Email</span>[% END ~%]
15
                [%~ IF ( mtt == 'email' ) %] <span>Email</span>[% END ~%]
16
                [%~ IF ( mtt == 'phone' ) %] <span>Phone</span>[% END ~%]
16
                [%~ IF ( mtt == 'phone' ) %] <span>Phone</span>[% END ~%]
Lines 249-255 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 /><span>Old value</span>:
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 == '' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-1 / +1 lines)
Lines 113-119 Link Here
113
                            [% IF ( missing_critical.badparse ) %]
113
                            [% IF ( missing_critical.badparse ) %]
114
                                <span>could not be parsed!</span>
114
                                <span>could not be parsed!</span>
115
                            [% ELSIF ( missing_critical.bad_date ) %]
115
                            [% ELSIF ( missing_critical.bad_date ) %]
116
                                <span>has &quot;[% missing_critical.key | html %]&quot; in unrecognized format</span>: &quot;[% missing_critical.value | html %]&quot;
116
                                <span>has &quot;[% missing_critical.key | html %]&quot; in unrecognized format:</span> &quot;[% missing_critical.value | html %]&quot;
117
                            [% ELSE %]
117
                            [% ELSE %]
118
                                <span>Critical field &quot;[% missing_critical.key | html %]&quot;</span>
118
                                <span>Critical field &quot;[% missing_critical.key | html %]&quot;</span>
119
119
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-3 / +2 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 %]<span>a list</span>:[% 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 %]<span>a list</span>:[% 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 %]
21
- 

Return to bug 30733