From: Jeff Godin Date: Thu, 26 Jul 2012 06:45:40 +0000 (-0400) Subject: Let "Pay fines online" POST an authtoken X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e25a9ea45d339b6c443022f36c1bee206a23ffc2;p=evergreen%2Ftadl.git Let "Pay fines online" POST an authtoken By instruction the "Pay fines online" link/button to POST an authtoken to pay.cgi, we eliminate the need for the user to log in again before submitting payment. Signed-off-by: Jeff Godin --- diff --git a/templates_tadlskin/opac/myopac/main.tt2 b/templates_tadlskin/opac/myopac/main.tt2 index bd6d3e0e10..55c8ef5393 100644 --- a/templates_tadlskin/opac/myopac/main.tt2 +++ b/templates_tadlskin/opac/myopac/main.tt2 @@ -180,10 +180,13 @@ class="opac-button" /> [% END %] - [% IF ctx.fines.grocery.size OR ctx.fines.circulation.size %] - - [% END %] +[% IF ctx.fines.grocery.size OR ctx.fines.circulation.size %] +
+
+ + +
+
+[% END %] [% END %]