this fixes some minor errors with the generic payment form collab/phasefx/lp1774892-stripe-v3
authorJason Etheridge <jason@EquinoxInitiative.org>
Fri, 10 Jul 2020 16:15:22 +0000 (12:15 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Fri, 10 Jul 2020 16:22:52 +0000 (12:22 -0400)
Signed-off-by: Jason Etheridge <jason@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>