From e25a9ea45d339b6c443022f36c1bee206a23ffc2 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Thu, 26 Jul 2012 02:45:40 -0400 Subject: [PATCH] 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 --- templates_tadlskin/opac/myopac/main.tt2 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 %] -- 2.11.0