From 972594d1dd1ca567267c2a236657c67b774d2dd2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 17 Jul 2019 16:55:29 -0400 Subject: [PATCH] Update forms so abide submit is correctly working. Testing things out on mobile phone also and making adjustments. --- models/admin/billing/invoiceTypes.php | 4 +- views/admin/billing/accountReveals.html | 8 +- views/admin/billing/accountSearchForm.html | 2 +- views/admin/billing/createInvoice.html | 2 +- views/admin/billing/editAccountAjax.html | 5 +- views/admin/billing/editInvoiceType.html | 333 ++++++++++-------- views/admin/billing/editNotificationType.html | 2 +- .../billing/makePaymentAdjustmentAjax.html | 2 +- views/admin/billing/makePaymentAjax.html | 2 +- views/admin/billing/settings.html | 20 +- views/admin/billing/statements.html | 2 +- 11 files changed, 219 insertions(+), 163 deletions(-) diff --git a/models/admin/billing/invoiceTypes.php b/models/admin/billing/invoiceTypes.php index 405ea4d..c2e00d0 100644 --- a/models/admin/billing/invoiceTypes.php +++ b/models/admin/billing/invoiceTypes.php @@ -139,7 +139,7 @@ class GlmMembersAdmin_billing_invoiceTypes extends GlmDataInvoiceTypes $invoiceType = $this->insertEntry(); if ( $invoiceType['status'] ) { $invoiceTypeUpdated = true; - $invoiceType = $this->editEntry( $id ); + $invoiceType = $this->editEntry( $id ); } else { $invoiceTypeUpdateError = true; } @@ -156,7 +156,7 @@ class GlmMembersAdmin_billing_invoiceTypes extends GlmDataInvoiceTypes $invoiceType = $this->updateEntry( $id ); if ( $invoiceType['status'] ) { $invoiceTypeUpdated = true; - $invoiceType = $this->editEntry( $id ); + $invoiceType = $this->editEntry( $id ); } else { $invoiceTypeUpdateError = true; } diff --git a/views/admin/billing/accountReveals.html b/views/admin/billing/accountReveals.html index 265c461..f01b7f6 100644 --- a/views/admin/billing/accountReveals.html +++ b/views/admin/billing/accountReveals.html @@ -4,8 +4,14 @@
{* Reveal for Billing Info Success *} -
+

Billing Info Updated!

+
+

Successfully saved your data!

+ +
diff --git a/views/admin/billing/accountSearchForm.html b/views/admin/billing/accountSearchForm.html index 9721511..4e50188 100644 --- a/views/admin/billing/accountSearchForm.html +++ b/views/admin/billing/accountSearchForm.html @@ -119,6 +119,6 @@ jQuery(document).ready(function($) {
- +
diff --git a/views/admin/billing/createInvoice.html b/views/admin/billing/createInvoice.html index ddb9966..02fa8d1 100644 --- a/views/admin/billing/createInvoice.html +++ b/views/admin/billing/createInvoice.html @@ -53,7 +53,7 @@ {/if} - + {/if} diff --git a/views/admin/billing/editAccountAjax.html b/views/admin/billing/editAccountAjax.html index 763c618..8dd2577 100644 --- a/views/admin/billing/editAccountAjax.html +++ b/views/admin/billing/editAccountAjax.html @@ -342,7 +342,7 @@ {include file='ui/f6/errorCallout.html'} - + + + {include file='ui/f6/errorCallout.html'} + + + {include file='ui/f6/form-end.html'} + +{include file='ui/f6/grid-end.html'} +{* *} + + {include file='admin/billing/footer.html'} diff --git a/views/admin/billing/editNotificationType.html b/views/admin/billing/editNotificationType.html index e3e8c75..840971b 100644 --- a/views/admin/billing/editNotificationType.html +++ b/views/admin/billing/editNotificationType.html @@ -220,7 +220,7 @@ - + diff --git a/views/admin/billing/makePaymentAdjustmentAjax.html b/views/admin/billing/makePaymentAdjustmentAjax.html index 2c8e62d..b8e52cc 100644 --- a/views/admin/billing/makePaymentAdjustmentAjax.html +++ b/views/admin/billing/makePaymentAdjustmentAjax.html @@ -80,7 +80,7 @@
- +
diff --git a/views/admin/billing/makePaymentAjax.html b/views/admin/billing/makePaymentAjax.html index 8819000..fec4320 100644 --- a/views/admin/billing/makePaymentAjax.html +++ b/views/admin/billing/makePaymentAjax.html @@ -60,7 +60,7 @@ {* Only if payments types are setup *} {include file='common/billing/paymentForm.html'} - + {include file='ui/f6/errorCallout.html'} @@ -515,13 +521,15 @@

Notifications

-
+{* *} +{include file='ui/f6/grid-end.html'} {include file='admin/billing/footer.html'} diff --git a/views/admin/billing/statements.html b/views/admin/billing/statements.html index be82b77..12e62cd 100644 --- a/views/admin/billing/statements.html +++ b/views/admin/billing/statements.html @@ -98,7 +98,7 @@
- +
-- 2.17.1
Invoice #