From: Steve Sutton Date: Mon, 8 Jul 2019 18:42:05 +0000 (-0400) Subject: Back out of the foundation 6 stuff X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=52eaa4eaee0713bdd36f5ed192a8a24dcd95bc7a;p=WP-Plugins%2Fglm-member-db-billing.git Back out of the foundation 6 stuff This is on a new branch. --- diff --git a/models/admin/billing/accounts.php b/models/admin/billing/accounts.php index c2ab2e6..ca28d33 100644 --- a/models/admin/billing/accounts.php +++ b/models/admin/billing/accounts.php @@ -135,8 +135,8 @@ class GlmMembersAdmin_billing_accounts extends GlmDataAccounts } // Enqueue GLMA Foundation - wp_enqueue_style( 'Foundation6', GLM_MEMBERS_BILLING_PLUGIN_URL . '/css/foundation.min.css' ); - wp_enqueue_script( 'Foundation6', GLM_MEMBERS_BILLING_PLUGIN_URL . '/js/foundation.min.js' ); + // wp_enqueue_style( 'Foundation6', GLM_MEMBERS_BILLING_PLUGIN_URL . '/css/foundation.min.css' ); + // wp_enqueue_script( 'Foundation6', GLM_MEMBERS_BILLING_PLUGIN_URL . '/js/foundation.min.js' ); // Do selected option switch ($option) { diff --git a/views/admin/billing/accounts.html b/views/admin/billing/accounts.html index 39110f3..4c3df60 100644 --- a/views/admin/billing/accounts.html +++ b/views/admin/billing/accounts.html @@ -1,10 +1,3 @@ - {include file='admin/billing/header.html'}
Accounts Export
@@ -151,35 +144,9 @@ ul#adminmenu accountEmployee = false; } - $('.account-billing').on('click', function(e){ - e.preventDefault(); - var member = $(this).data('member'); - console.log( 'member: ', member ); - //$('#glmBillingInfo').foundation('open'); - var $modal = $('#glmBillingInfo'); - $.ajax( '{$ajaxUrl}?action=glm_members_admin_ajax&glm_action=ajaxBillingInfo&option=account&member=8' ) - .done(function(resp){ - $modal.html(resp).foundation('open'); - }); - return false; - }); - $(document).foundation(); }); -{$ajaxUrl} -
-

Billing Info

- Billing form here! - -
{include file='admin/footer.html'}