plus cosmetic change to payment mini table
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
my $ctx = $self->ctx;
my $email = $self->cgi->param('email') || '';
+ # needed for most up-to-date email address
+ if (my $r = $self->prepare_extended_user_info) { return $r };
+
return Apache2::Const::OK
unless $self->cgi->request_method eq 'POST';
.myopac_payments_table th { text-align: left; }
.myopac_payments_table thead th { border-bottom: 1px dashed #333; }
+.myopac_payments_table thead th:first-child { width: 8em; }
.myopac_payments_table tbody tr:nth-child(odd) { background-color: #ddd; }
.myopac_payments_table form { display: inline; }
.myopac_payments_table input[type="submit"] { padding: 1px; }