From 5f9fb4c274e0bff25feb90977dc5cf0f8e4823c1 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 2 Aug 2019 15:13:30 -0400 Subject: [PATCH] Update date elements Use text element with type f date --- views/admin/billing/accountReveals.html | 14 +++++++++++++- views/admin/billing/accountSearchForm.html | 6 ++++-- views/admin/billing/invoices.html | 6 ++++-- views/admin/billing/payments.html | 6 ++++-- views/admin/billing/statements.html | 2 +- 5 files changed, 26 insertions(+), 8 deletions(-) diff --git a/views/admin/billing/accountReveals.html b/views/admin/billing/accountReveals.html index 04b3412..8640ad8 100644 --- a/views/admin/billing/accountReveals.html +++ b/views/admin/billing/accountReveals.html @@ -1,4 +1,16 @@ {* Foundation 6 Reveal modals for Billing Account Tables *} + {* Reveal for Billing Info *}
@@ -42,7 +54,7 @@
{* Ajax Loading Graphic *} -
@@ -136,11 +137,12 @@ jQuery(document).ready(function($) { 'value' => $toDate|default:'', 'field' => 'toDate', 'label' => 'To Date', + 'type' => 'date', 'required' => false, 'errorText' => 'To Date is Required', 'dataError' => '' ]} - {include file='ui/f6/date.html'} + {include file='ui/f6/text.html'} diff --git a/views/admin/billing/invoices.html b/views/admin/billing/invoices.html index 48d6f19..6ce51c2 100644 --- a/views/admin/billing/invoices.html +++ b/views/admin/billing/invoices.html @@ -75,22 +75,24 @@ 'value' => $fromDate|default:'', 'field' => 'fromDate', 'label' => 'From Date', + 'type' => 'date', 'required' => false, 'errorText' => 'From Date is Required', 'dataError' => '' ]} - {include file='ui/f6/date.html'} + {include file='ui/f6/text.html'} {* To Date *} {$ui = [ 'value' => $toDate|default:'', 'field' => 'toDate', 'label' => 'To Date', + 'type' => 'date', 'required' => false, 'errorText' => 'To Date is Required', 'dataError' => '' ]} - {include file='ui/f6/date.html'} + {include file='ui/f6/text.html'}
diff --git a/views/admin/billing/payments.html b/views/admin/billing/payments.html index 140615b..4f088d2 100644 --- a/views/admin/billing/payments.html +++ b/views/admin/billing/payments.html @@ -65,11 +65,12 @@ 'value' => $fromDate|default:'', 'field' => 'fromDate', 'label' => 'From Date', + 'type' => 'date', 'required' => false, 'errorText' => 'From Date is Required', 'dataError' => '' ]} - {include file='ui/f6/date.html'} + {include file='ui/f6/text.html'}
@@ -79,11 +80,12 @@ 'value' => $toDate|default:'', 'field' => 'toDate', 'label' => 'To Date', + 'type' => 'date', 'required' => false, 'errorText' => 'To Date is Required', 'dataError' => '' ]} - {include file='ui/f6/date.html'} + {include file='ui/f6/text.html'}
diff --git a/views/admin/billing/statements.html b/views/admin/billing/statements.html index 2514a07..dea66a2 100644 --- a/views/admin/billing/statements.html +++ b/views/admin/billing/statements.html @@ -98,7 +98,7 @@
- +
-- 2.17.1
Invoice #