From 02a035d2055d6e41573f8a32c941753386a70d75 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Tue, 26 Jul 2011 10:49:34 -0400 Subject: [PATCH] Links to return to payment history from receipt print/email pages Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/web/templates/default/opac/myopac/receipt_email.tt2 | 4 ++++ Open-ILS/web/templates/default/opac/myopac/receipt_print.tt2 | 3 +++ 2 files changed, 7 insertions(+) diff --git a/Open-ILS/web/templates/default/opac/myopac/receipt_email.tt2 b/Open-ILS/web/templates/default/opac/myopac/receipt_email.tt2 index 371f7df209..51acccb439 100644 --- a/Open-ILS/web/templates/default/opac/myopac/receipt_email.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/receipt_email.tt2 @@ -12,4 +12,8 @@ [% ELSE %]
[% l('Your receipt will be emailed to [_1]', ctx.user.email) %]
[% END %] +

+ [ [% + l("Back to Payments History") %] ] +

[% END %] diff --git a/Open-ILS/web/templates/default/opac/myopac/receipt_print.tt2 b/Open-ILS/web/templates/default/opac/myopac/receipt_print.tt2 index 0ee7b12157..766f9b5e8b 100644 --- a/Open-ILS/web/templates/default/opac/myopac/receipt_print.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/receipt_print.tt2 @@ -18,5 +18,8 @@ ) %] [% END %] +
+

[ [% + l("Back to Payments History") %] ]

-- 2.11.0