From: Lebbeous Fogle-Weekley Date: Tue, 26 Jul 2011 14:49:34 +0000 (-0400) Subject: Links to return to payment history from receipt print/email pages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa08a44a3f70715e4788f2382b38cdef236a2d57;p=evergreen%2Fpines.git Links to return to payment history from receipt print/email pages Signed-off-by: Lebbeous Fogle-Weekley --- 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") %] ]