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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
                <div id="useraccount" class="maincontent">
24
                <div id="useraccount" class="maincontent">
25
                    [% IF error %]
25
                    [% IF error %]
26
                        <div id="error" class="dialog alert">
26
                        <div id="error" class="dialog alert">
27
                            <p><strong>Error:</strong> there was an problem processing your payment</p>
27
                            <p><strong>Error:</strong> there was a problem processing your payment</p>
28
28
29
                            [% IF error == "PAYPAL_UNABLE_TO_CONNECT" %]
29
                            [% IF error == "PAYPAL_UNABLE_TO_CONNECT" %]
30
                                <p>Unable to connect to PayPal.</p>
30
                                <p>Unable to connect to PayPal.</p>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-2 / +1 lines)
Lines 45-51 Link Here
45
45
46
                    [% IF payment_error %]
46
                    [% IF payment_error %]
47
                        <div id="error" class="dialog alert">
47
                        <div id="error" class="dialog alert">
48
                            <p><strong>Error:</strong> there was an problem processing your payment</p>
48
                            <p><strong>Error:</strong> there was a problem processing your payment</p>
49
49
50
                            [% IF payment_error == "PAYPAL_UNABLE_TO_CONNECT" %]
50
                            [% IF payment_error == "PAYPAL_UNABLE_TO_CONNECT" %]
51
                                <p>Unable to connect to PayPal.</p>
51
                                <p>Unable to connect to PayPal.</p>
52
- 

Return to bug 16473