@@ -1,36 +1,36 @@ |
||
| 1 | 1 | |
| 2 | 2 | <h4 id="reg-page-totals-hdr" class=""> |
| 3 | - <span class="drk-grey-text"><?php _e('Registrations:', 'event_espresso'); ?></span> <?php echo $reg_count;?> |
|
| 3 | + <span class="drk-grey-text"><?php _e('Registrations:', 'event_espresso'); ?></span> <?php echo $reg_count; ?> |
|
| 4 | 4 | </h4> |
| 5 | 5 | |
| 6 | 6 | <div class="spco-payment-info-dv"> |
| 7 | 7 | <table id="spco-payment-info-table"> |
| 8 | 8 | <thead> |
| 9 | 9 | <tr> |
| 10 | - <th scope="col" width=""><?php _e('Name and Description', 'event_espresso');?></th> |
|
| 11 | - <th scope="col" width="15%" class="jst-cntr"><?php _e('Price', 'event_espresso');?></th> |
|
| 12 | - <th scope="col" width="5%" class="jst-cntr"><?php _e( 'Qty', 'event_espresso' ); ?></th> |
|
| 13 | - <th scope="col" width="15%" class="jst-cntr"><?php _e('Total', 'event_espresso');?></th> |
|
| 14 | - <?php do_action( 'AHEE__registration_page_payment_options__payment_info_table_thead_row_end' ); ?> |
|
| 10 | + <th scope="col" width=""><?php _e('Name and Description', 'event_espresso'); ?></th> |
|
| 11 | + <th scope="col" width="15%" class="jst-cntr"><?php _e('Price', 'event_espresso'); ?></th> |
|
| 12 | + <th scope="col" width="5%" class="jst-cntr"><?php _e('Qty', 'event_espresso'); ?></th> |
|
| 13 | + <th scope="col" width="15%" class="jst-cntr"><?php _e('Total', 'event_espresso'); ?></th> |
|
| 14 | + <?php do_action('AHEE__registration_page_payment_options__payment_info_table_thead_row_end'); ?> |
|
| 15 | 15 | </tr> |
| 16 | 16 | </thead> |
| 17 | 17 | <tbody> |
| 18 | - <?php echo $transaction_details;?> |
|
| 19 | - <?php do_action( 'AHEE__registration_page_payment_options__payment_info_table_tbody_end' ); ?> |
|
| 18 | + <?php echo $transaction_details; ?> |
|
| 19 | + <?php do_action('AHEE__registration_page_payment_options__payment_info_table_tbody_end'); ?> |
|
| 20 | 20 | </tbody> |
| 21 | 21 | </table> |
| 22 | 22 | </div> |
| 23 | 23 | <div class="clear-float"> </div> |
| 24 | 24 | |
| 25 | - <?php echo $before_payment_options; ?> |
|
| 25 | + <?php echo $before_payment_options; ?> |
|
| 26 | 26 | |
| 27 | 27 | <div id="methods-of-payment"> |
| 28 | 28 | <?php echo $payment_options; ?> |
| 29 | 29 | </div> |
| 30 | 30 | <!-- end #methods-of-payment --> |
| 31 | 31 | |
| 32 | - <?php echo $after_payment_options; ?> |
|
| 32 | + <?php echo $after_payment_options; ?> |
|
| 33 | 33 | |
| 34 | - <?php echo $default_hidden_inputs; ?> |
|
| 35 | - <?php echo $extra_hidden_inputs; ?> |
|
| 34 | + <?php echo $default_hidden_inputs; ?> |
|
| 35 | + <?php echo $extra_hidden_inputs; ?> |
|
| 36 | 36 | |