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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-2 / +1 lines)
Lines 32-38 Link Here
32
                    [% IF message %]
32
                    [% IF message %]
33
                        <div class="alert alert-info">
33
                        <div class="alert alert-info">
34
                            [% IF message == 'valid_payment' %]
34
                            [% IF message == 'valid_payment' %]
35
                                <p>Your payment of $[% message_value %] has been processed sucessfully!</p>
35
                                <p>Your payment of $[% message_value %] has been processed successfully!</p>
36
                            [% ELSIF message == 'duplicate_payment' %]
36
                            [% ELSIF message == 'duplicate_payment' %]
37
                                <p>A payment with the transaction id <i>[% message_value %]</i> has already been posted to an account.</p>
37
                                <p>A payment with the transaction id <i>[% message_value %]</i> has already been posted to an account.</p>
38
                                <p>Please contact a librarian for details.</p>
38
                                <p>Please contact a librarian for details.</p>
39
- 

Return to bug 15616