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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc (-1 / +1 lines)
Lines 71-77 Link Here
71
        [%- data.cardnumber | html -%]
71
        [%- data.cardnumber | html -%]
72
    [%- END -%]
72
    [%- END -%]
73
[%- ELSE -%]
73
[%- ELSE -%]
74
    <span>A patron from library [% Branches.GetName( patron.branchcode ) | html -%]<span>
74
    <span>A patron from library [% Branches.GetName( patron.branchcode ) | html -%]</span>
75
[%- END -%]
75
[%- END -%]
76
76
77
[%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%]
77
[%- IF hide_patron_infos_if_needed AND ( display_patron_name OR display_cardnumber ) -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +1 lines)
Lines 66-72 Link Here
66
    [% END %]
66
    [% END %]
67
    <h1>
67
    <h1>
68
        [% IF ( invoiceclosedate ) %]
68
        [% IF ( invoiceclosedate ) %]
69
            <span>Receipt summary for <em>[% name | html %]</em><span> [% IF ( invoice ) %] <em> [ [% invoice | html %] ] </em>[% END %]
69
            <span>Receipt summary for <em>[% name | html %]</em></span> [% IF ( invoice ) %] <em> [ [% invoice | html %] ] </em>[% END %]
70
        [% ELSE %]
70
        [% ELSE %]
71
            <span>Receive orders from [% name | html %]</span>
71
            <span>Receive orders from [% name | html %]</span>
72
        [% END %]
72
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
    [% IF (server.servertype||type) == 'sru' %]
7
    [% IF (server.servertype||type) == 'sru' %]
8
        <span>SRU</span>
8
        <span>SRU</span>
9
    [% ELSIF (server.servertype||type) == 'zed' %]
9
    [% ELSIF (server.servertype||type) == 'zed' %]
10
        </span>Z39.50</span>
10
        <span>Z39.50</span>
11
    [% END %]
11
    [% END %]
12
[% END %]
12
[% END %]
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +1 lines)
Lines 87-93 Link Here
87
                                        <td data-order="[% QUEUED_MESSAGE.time_queued | html %]">[% QUEUED_MESSAGE.time_queued | $KohaDates  with_hours => 1 %]</td>
87
                                        <td data-order="[% QUEUED_MESSAGE.time_queued | html %]">[% QUEUED_MESSAGE.time_queued | $KohaDates  with_hours => 1 %]</td>
88
                                        <td>
88
                                        <td>
89
                                            [% IF ( QUEUED_MESSAGE.failure_code ) %]
89
                                            [% IF ( QUEUED_MESSAGE.failure_code ) %]
90
            [% IF ( QUEUED_MESSAGE.failure_code == "INVALID_BORNUMBER" ) %]<span><span>Invalid borrowernumber [% borrowernumber | html %]</span>
90
            [% IF ( QUEUED_MESSAGE.failure_code == "INVALID_BORNUMBER" ) %]<span>Invalid borrowernumber [% borrowernumber | html %]</span>
91
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_EMAIL' ) %]<span>Unable to find an email address for this borrower</span>
91
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_EMAIL' ) %]<span>Unable to find an email address for this borrower</span>
92
            [% ELSIF (matches = QUEUED_MESSAGE.failure_code.match('INVALID_EMAIL:(\w+)') ) %]<span>Invalid [% matches.0 | html %] email address found [% borrowernumber | html %]</span>
92
            [% ELSIF (matches = QUEUED_MESSAGE.failure_code.match('INVALID_EMAIL:(\w+)') ) %]<span>Invalid [% matches.0 | html %] email address found [% borrowernumber | html %]</span>
93
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_FROM' ) %]<span>Missing from email address</span>
93
            [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_FROM' ) %]<span>Missing from email address</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 198-204 Link Here
198
                                    <span>Pending</span>
198
                                    <span>Pending</span>
199
                                    [% SET status_found = 1 %]
199
                                    [% SET status_found = 1 %]
200
                                [% ELSIF ( STATUS == 'ACCEPTED' ) %]
200
                                [% ELSIF ( STATUS == 'ACCEPTED' ) %]
201
                                    <span>Accepted<span>
201
                                    <span>Accepted</span>
202
                                    [% SET status_found = 1 %]
202
                                    [% SET status_found = 1 %]
203
                                [% ELSIF ( STATUS == 'CHECKED' ) %]
203
                                [% ELSIF ( STATUS == 'CHECKED' ) %]
204
                                    <span>Checked</span>
204
                                    <span>Checked</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-1 / +1 lines)
Lines 86-92 Link Here
86
            [% CASE 'error_on_update' %]
86
            [% CASE 'error_on_update' %]
87
                <span>An error occurred when updating this content. Perhaps it already exists</span>
87
                <span>An error occurred when updating this content. Perhaps it already exists</span>
88
            [% CASE 'error_on_insert' %]
88
            [% CASE 'error_on_insert' %]
89
                <span>An error occurred when adding this content. Check the logs
89
                <span>An error occurred when adding this content. Check the logs</span>
90
            [% CASE 'error_on_delete' %]
90
            [% CASE 'error_on_delete' %]
91
                <span>An error occurred when deleting this content. Check the logs</span>
91
                <span>An error occurred when deleting this content. Check the logs</span>
92
            [% CASE 'success_on_update' %]
92
            [% CASE 'success_on_update' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +2 lines)
Lines 292-300 Link Here
292
            <td>
292
            <td>
293
            [% FOREACH problem IN result.problems %]
293
            [% FOREACH problem IN result.problems %]
294
                [% IF problem.key == 'wrongplace' %]
294
                [% IF problem.key == 'wrongplace' %]
295
                    <span>Found in wrong place<span><br/>
295
                    <span>Found in wrong place</span><br/>
296
                [% ELSIF problem.key == 'changestatus' %]
296
                [% ELSIF problem.key == 'changestatus' %]
297
                    <span>Unknown not-for-loan status<span><br/>
297
                    <span>Unknown not-for-loan status</span><br/>
298
                [% ELSIF problem.key == 'not_scanned' %]
298
                [% ELSIF problem.key == 'not_scanned' %]
299
                    <span>Missing (not scanned)</span><br/>
299
                    <span>Missing (not scanned)</span><br/>
300
                [% ELSIF problem.key == 'checkedout' %]
300
                [% ELSIF problem.key == 'checkedout' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/xslt-handler.inc (-2 / +1 lines)
Lines 2-8 Link Here
2
    [% CASE 'XSLTH_ERR_NO_FILE' %]
2
    [% CASE 'XSLTH_ERR_NO_FILE' %]
3
        <span>No XSLT file passed.</span>
3
        <span>No XSLT file passed.</span>
4
    [% CASE 'XSLTH_ERR_FILE_NOT_FOUND' %]
4
    [% CASE 'XSLTH_ERR_FILE_NOT_FOUND' %]
5
        <span>XSLT file not found.</span></span>
5
        <span>XSLT file not found.</span>
6
    [% CASE 'XSLTH_ERR_LOADING' %]
6
    [% CASE 'XSLTH_ERR_LOADING' %]
7
        <span>Error while loading stylesheet.</span>
7
        <span>Error while loading stylesheet.</span>
8
    [% CASE 'XSLTH_ERR_PARSING_CODE' %]
8
    [% CASE 'XSLTH_ERR_PARSING_CODE' %]
9
- 

Return to bug 29602