@@ -26,10 +26,10 @@ discard block |
||
26 | 26 | <label><?php esc_html_e('Amount Owing: ', 'event_espresso'); ?></label> |
27 | 27 | </td> |
28 | 28 | <td class="<?php |
29 | - echo ($transaction->paid() == $transaction->total()) |
|
30 | - ? 'ee-transaction-paid' |
|
31 | - : 'ee-transaction-unpaid' |
|
32 | - ?>" |
|
29 | + echo ($transaction->paid() == $transaction->total()) |
|
30 | + ? 'ee-transaction-paid' |
|
31 | + : 'ee-transaction-unpaid' |
|
32 | + ?>" |
|
33 | 33 | > |
34 | 34 | <?php echo EEH_Template::format_currency($transaction->remaining()); ?> |
35 | 35 | </td> |
@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | </td> |
41 | 41 | <td> |
42 | 42 | <?php $transaction->e_pretty_status(true); |
43 | - if ($show_try_pay_again_link && ! $transaction->is_completed()) { ?> |
|
43 | + if ($show_try_pay_again_link && ! $transaction->is_completed()) { ?> |
|
44 | 44 | <span class="small-text"> |
45 | 45 | <a href='<?php echo esc_url_raw($SPCO_payment_options_url); ?>'> |
46 | 46 | <?php esc_html_e('View Payment Options', 'event_espresso'); ?> |
@@ -58,16 +58,16 @@ discard block |
||
58 | 58 | </td> |
59 | 59 | </tr> |
60 | 60 | <?php do_action( |
61 | - 'AHEE__thank_you_page_transaction_details_template__after_transaction_table_row', |
|
62 | - $transaction |
|
63 | - ); ?> |
|
61 | + 'AHEE__thank_you_page_transaction_details_template__after_transaction_table_row', |
|
62 | + $transaction |
|
63 | + ); ?> |
|
64 | 64 | </tbody> |
65 | 65 | </table> |
66 | 66 | |
67 | 67 | <?php if ($show_try_pay_again_link && ! $transaction->is_completed()) { ?> |
68 | 68 | <p class="small-text jst-rght"> |
69 | 69 | <a href='<?php echo esc_url_raw($SPCO_payment_options_url); ?>'><?php |
70 | - esc_html_e("Click here to view Payment Options", 'event_espresso'); ?></a> |
|
70 | + esc_html_e("Click here to view Payment Options", 'event_espresso'); ?></a> |
|
71 | 71 | </p> |
72 | 72 | <br /> |
73 | 73 |