@@ -18,13 +18,16 @@ |
||
| 18 | 18 | <?php esc_html_e( 'No payment lines found.', 'pronamic_ideal' ); ?> |
| 19 | 19 | </p> |
| 20 | 20 | |
| 21 | -<?php else : ?> |
|
| 21 | +<?php else { |
|
| 22 | + : ?> |
|
| 22 | 23 | |
| 23 | 24 | <div class="pronamic-pay-table-responsive"> |
| 24 | 25 | <table class="pronamic-pay-table widefat"> |
| 25 | 26 | <thead> |
| 26 | 27 | <tr> |
| 27 | - <th scope="col"><?php esc_html_e( 'ID', 'pronamic_ideal' ); ?></th> |
|
| 28 | + <th scope="col"><?php esc_html_e( 'ID', 'pronamic_ideal' ); |
|
| 29 | +} |
|
| 30 | +?></th> |
|
| 28 | 31 | <th scope="col"><?php esc_html_e( 'SKU', 'pronamic_ideal' ); ?></th> |
| 29 | 32 | <th scope="col"><?php esc_html_e( 'Image', 'pronamic_ideal' ); ?></th> |
| 30 | 33 | <th scope="col"><?php esc_html_e( 'Name', 'pronamic_ideal' ); ?></th> |
@@ -389,9 +389,11 @@ |
||
| 389 | 389 | |
| 390 | 390 | esc_html_e( 'Ecommerce conversion tracked', 'pronamic_ideal' ); |
| 391 | 391 | |
| 392 | - else : |
|
| 392 | + else { |
|
| 393 | + : |
|
| 393 | 394 | |
| 394 | 395 | esc_html_e( 'Ecommerce conversion not tracked', 'pronamic_ideal' ); |
| 396 | + } |
|
| 395 | 397 | |
| 396 | 398 | endif; |
| 397 | 399 | |