diff --git a/assets/css/jquery-ui.css b/assets/css/jquery-ui.css index 4b955f0..bebd55d 100644 --- a/assets/css/jquery-ui.css +++ b/assets/css/jquery-ui.css @@ -833,9 +833,6 @@ body .ui-tooltip { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1.1em; } -.ui-widget .ui-widget { - font-size: 1em; -} .ui-widget input, .ui-widget select, .ui-widget textarea, @@ -845,7 +842,6 @@ body .ui-tooltip { } .ui-widget-content { border: 1px solid #dddddd; - background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333333; } .ui-widget-content a { diff --git a/includes/class-wpea-plugin-deactivation.php b/includes/class-wpea-plugin-deactivation.php index e1d4350..8618a8b 100644 --- a/includes/class-wpea-plugin-deactivation.php +++ b/includes/class-wpea-plugin-deactivation.php @@ -93,10 +93,7 @@ function submit_plugin_deactivation_feedback(){ $client_id = $credentials->client_id; $client_secret = $credentials->client_secret; $customer_email = $user->user_email; - $customer_name = $user->display_name; - if(empty($customer_name)){ - $customer_name = $user->user_firstname. ' '.$user->user_lastname; - } + $customer_name = $user->user_firstname. ' '.$user->user_lastname; $deactivation_reason = sanitize_text_field( $_REQUEST['reason'] ); $deactivation_reason_message = $this->get_deactivation_reasons()[$deactivation_reason]; $customer_query = sanitize_text_field( $_REQUEST['customerQuery'] ); @@ -194,7 +191,7 @@ class: 'button button-primary prefix . "deactivate_button"; ?> } }, { - text: "", + text: "", class: 'button', click: function() { jQuery( this ).dialog( "close" ); @@ -254,8 +251,14 @@ class: 'button', display : none; } -
-

+
+
+
+

+
+
+
+

+
+

+ +

+