Show most up-to-date email address in update-email interface
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 26 Jul 2011 21:31:32 +0000 (17:31 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 26 Jul 2011 21:31:32 +0000 (17:31 -0400)
plus cosmetic change to payment mini table

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm
Open-ILS/web/css/skin/default/opac/style.css

index 0001958..c0d8e64 100644 (file)
@@ -1013,6 +1013,9 @@ sub load_myopac_update_email {
     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';
 
index f3078fe..ae2098d 100644 (file)
@@ -878,6 +878,7 @@ div.select-wrapper:hover {
 
 .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; }