LP1774892 stripe elements
authorJason Etheridge <jason@EquinoxInitiative.org>
Fri, 10 Jul 2020 16:15:22 +0000 (12:15 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 5 Aug 2020 21:40:14 +0000 (17:40 -0400)
This fixes some minor errors with the generic payment form.

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Dawn Dale <ddale@georgialibraries.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/opac/myopac/generic_payment_form.tt2

index 4a67062..53479bd 100644 (file)
@@ -32,7 +32,7 @@
                         readonly="readonly" />   
                     <a title="[% l('Update Email Address') %]"
                         href="[% ctx.opac_root %]/myopac/update_email?return_to_referer=1">[% l("Update") %]</a>
-                </td
+                </td>
             </tr>
             <tr>
                 <td><label for="payment-billing-address">[% l('Street Address') %]</label></td>
             
       </tbody>
     </table>
-     [% INCLUDE "opac/parts/myopac/main_refund_policy.tt2" %]
 </form>
+<table width="100%">[% INCLUDE "opac/parts/myopac/main_refund_policy.tt2" %]</table>