| @@ -328,11 +328,11 @@ | ||
| 328 | 328 | |
| 329 | 329 | $step['plugin'] = $this->output_data['pro_plugin_installed'] ? $this->config['pro_plugin'] : $this->config['lite_plugin']; |
| 330 | 330 | |
| 331 | 331 | if ( $this->output_data['plugin_activated'] ) { |
| 332 | - $step['icon'] = 'frm_step_complete_icon'; | |
| 333 | - $step['button_text'] = __( 'WP Mail SMTP Installed & Activated', 'formidable' ); | |
| 334 | - $step['button_class'] = 'grey disabled'; | |
| 332 | + $step['icon'] = 'frm_step_complete_icon'; | |
| 333 | + $step['button_text'] = __( 'WP Mail SMTP Installed & Activated', 'formidable' ); | |
| 334 | + $step['button_class'] = 'grey disabled'; | |
| 335 | 335 | } else { |
| 336 | 336 | $step['button_text'] = __( 'Activate WP Mail SMTP', 'formidable' ); |
| 337 | 337 | $step['button_class'] = 'frm-activate-addon'; |
| 338 | 338 | $step['button_action'] = __( 'Activate', 'formidable' ); |
| @@ -404,9 +404,9 @@ | ||
| 404 | 404 | * Get $phpmailer instance. |
| 405 | 405 | * |
| 406 | 406 | * @since 4.04.04 |
| 407 | 407 | * |
| 408 | - * @return \WPMailSMTP\Providers\MailCatcherInterface|PHPMailer Instance of PHPMailer. | |
| 408 | + * @return PHPMailer|\WPMailSMTP\Providers\MailCatcherInterface Instance of PHPMailer. | |
| 409 | 409 | */ |
| 410 | 410 | protected function get_phpmailer() { |
| 411 | 411 | global $phpmailer; |
| 412 | 412 | |
| @@ -451,10 +451,8 @@ | ||
| 451 | 451 | private function css() { |
| 452 | 452 | ?> |
| 453 | 453 | <style> |
| 454 | 454 | #frm-admin-smtp *, #frm-admin-smtp *::before, #frm-admin-smtpp *::after { |
| 455 | - -webkit-box-sizing: border-box; | |
| 456 | - -moz-box-sizing: border-box; | |
| 457 | 455 | box-sizing: border-box; |
| 458 | 456 | } |
| 459 | 457 | #frm-admin-smtp{ |
| 460 | 458 | width: 700px; |
| @@ -513,10 +511,8 @@ | ||
| 513 | 511 | border-radius: 3px; |
| 514 | 512 | } |
| 515 | 513 | #frm-admin-smtp .step, |
| 516 | 514 | #frm-admin-smtp .screenshot .cont { |
| 517 | - -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05); | |
| 518 | - -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05); | |
| 519 | 515 | box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05); |
| 520 | 516 | } |
| 521 | 517 | #frm-admin-smtp .step { |
| 522 | 518 | background-color: #F9F9F9; |