Change Pay fines online link to an href
authorJeff Godin <jgodin@tadl.org>
Thu, 26 Jul 2012 02:03:47 +0000 (22:03 -0400)
committerJeff Godin <jgodin@tadl.org>
Thu, 26 Jul 2012 02:03:47 +0000 (22:03 -0400)
Change Pay fines online button to a simple href.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
templates_tadlskin/opac/myopac/main.tt2

index 1110cd6..bd6d3e0 100644 (file)
     [% END %]
     [% IF ctx.fines.grocery.size OR ctx.fines.circulation.size %]
     <div class="pad-top-ten">
-        <form action="https://www.tadl.org/pay/pay.cgi" method="POST">
-        <input type="submit" class="opac-button" value="Pay fines online" />
-        </form>
+        <a href="https://www.tadl.org/go/pay" class="tbutton small tadlblue"><span>Pay fines online</span></a>
     </div>
     [% END %]
 </form>