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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-3 / +2 lines)
Lines 34-43 Link Here
34
                            [% IF message == 'valid_payment' %]
34
                            [% IF message == 'valid_payment' %]
35
                                <p>Your payment of $[% message_value %] has been processed successfully!</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 '[% message_value %]' 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
                            [% ELSIF message == 'invalid_payment' %]
39
                            [% ELSIF message == 'invalid_payment' %]
40
                                <p>The transaction id <i>[% message_value %]</i> for this payment is invalid.</p>
40
                                <p>The transaction id '[% message_value %]' for this payment is invalid.</p>
41
                                <p>Please contact a librarian for details.</p>
41
                                <p>Please contact a librarian for details.</p>
42
                            [% END %]
42
                            [% END %]
43
                        </div>
43
                        </div>
44
- 

Return to bug 16563