Links to return to payment history from receipt print/email pages
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 26 Jul 2011 14:49:34 +0000 (10:49 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 26 Jul 2011 14:49:34 +0000 (10:49 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/templates/default/opac/myopac/receipt_email.tt2
Open-ILS/web/templates/default/opac/myopac/receipt_print.tt2

index 371f7df..51acccb 100644 (file)
@@ -12,4 +12,8 @@
     [% ELSE %]
     <div>[% l('Your receipt will be emailed to [_1]', ctx.user.email) %]</div>
     [% END %]
+    <p>
+        [ <a href="[% ctx.opac_root %]/myopac/main_payments">[%
+            l("Back to Payments History") %]</a> ]
+    </p>
 [% END %]
index 0ee7b12..766f9b5 100644 (file)
@@ -18,5 +18,8 @@
                 ) %]
         </div>
         [% END %]
+        <hr />
+        <p>[ <a href="[% ctx.opac_root %]/myopac/main_payments">[%
+            l("Back to Payments History") %]</a> ]</p>
     </body>
 </html>