Skip to content

Commit c1f990e

Browse files
⚡ Synchronization loader and success message added
1 parent 69f988b commit c1f990e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

edwiser-bridge/admin/class-eb-admin-settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ class="<?php echo esc_attr( $value['class'] ); ?>"
411411
}
412412
if ( $show ) {
413413
?>
414-
<tr valign="top" class="<?php echo esc_attr( $value['parent_row_class'] ); ?>">
414+
<tr valign="top" class="<?php echo esc_attr( $value['parent_row_class'] ); ?>" style="position: relative;">
415415
<?php if ( 'eb_test_connection_button' == $value['id'] ) { ?>
416416
<th scope="row" class="titledesc">
417417
</th>
@@ -426,7 +426,7 @@ class="<?php echo esc_attr( $value['class'] ); ?>"
426426
class="<?php echo esc_attr( $value['class'] ); ?>"
427427
<?php echo wp_kses_post( implode( ' ', $custom_attributes ) ); ?> />
428428
<?php
429-
if ( 'eb_test_connection_button' == $value['id'] ) {
429+
if ( 'eb_diagnose_issues_button' != $value['id'] ) {
430430
echo wp_kses_post( $description );
431431
}
432432
// elseif ( 'eb_diagnose_issues_button' == $value['id'] ) {

0 commit comments

Comments
 (0)