@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and invoice message type question list field. |
|
4 | - * As you can see this template has empty content. |
|
5 | - */ |
|
6 | 3 | \ No newline at end of file |
4 | + * This is the template for the html messenger and invoice message type question list field. |
|
5 | + * As you can see this template has empty content. |
|
6 | + */ |
|
7 | 7 | \ No newline at end of file |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and invoice message type page title field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and invoice message type page title field. |
|
4 | + */ |
|
5 | 5 | printf( __( '%s Invoice for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' ); |
6 | 6 | \ No newline at end of file |
@@ -2,4 +2,4 @@ |
||
2 | 2 | /** |
3 | 3 | * This is the template for the html messenger and invoice message type page title field. |
4 | 4 | */ |
5 | -printf( __( '%s Invoice for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' ); |
|
6 | 5 | \ No newline at end of file |
6 | +printf(__('%s Invoice for Transaction: %s', 'event_espresso'), '[COMPANY]', '[TXN_ID]'); |
|
7 | 7 | \ No newline at end of file |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and invoice message type tax_line_item_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and invoice message type tax_line_item_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | </td></tr> |
7 | 7 | <tr class="item sub-item tax-total"> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and invoice message type ticket_line_item_no_pms field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and invoice message type ticket_line_item_no_pms field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <tr class="item"> |
7 | 7 | <td class="item_I">[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and invoice message type ticket_line_item_pms field |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and invoice message type ticket_line_item_pms field |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <tr class="item"> |
7 | 7 | <td class="item_I">[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and invoice message type ticket_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and invoice message type ticket_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | </td> |
7 | 7 | </tr> |
@@ -1,18 +1,18 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the wrapper template for the html messenger |
|
4 | - * |
|
5 | - * Template Tags: |
|
6 | - * @type string $page_title The title for the page. |
|
7 | - * @type string $base_css This is the base css url for a page (should not be changed). |
|
8 | - * @type string $print_css This is the css url for print copy. |
|
9 | - * @type string $main_css This is the main css file for the page. |
|
10 | - * @type string $main_body This is the content generated by the message type templates. |
|
11 | - * |
|
12 | - * @since 4.5.0 |
|
13 | - * @package Event Espresso |
|
14 | - * @subpackage messages |
|
15 | - */ |
|
3 | + * This is the wrapper template for the html messenger |
|
4 | + * |
|
5 | + * Template Tags: |
|
6 | + * @type string $page_title The title for the page. |
|
7 | + * @type string $base_css This is the base css url for a page (should not be changed). |
|
8 | + * @type string $print_css This is the css url for print copy. |
|
9 | + * @type string $main_css This is the main css file for the page. |
|
10 | + * @type string $main_body This is the content generated by the message type templates. |
|
11 | + * |
|
12 | + * @since 4.5.0 |
|
13 | + * @package Event Espresso |
|
14 | + * @subpackage messages |
|
15 | + */ |
|
16 | 16 | ?> |
17 | 17 | <!doctype html> |
18 | 18 | <html> |
@@ -27,21 +27,21 @@ |
||
27 | 27 | <!-- Primary Style Sheet --> |
28 | 28 | <link rel="stylesheet" type="text/css" href="<?php echo $main_css; ?>" /> |
29 | 29 | <!-- Make sure the buttons don't print --> |
30 | - <?php if ( isset( $extra_css )) : ?> |
|
30 | + <?php if (isset($extra_css)) : ?> |
|
31 | 31 | <!-- Additional Style Sheet --> |
32 | 32 | <link rel="stylesheet" type="text/css" href="<?php echo $extra_css; ?>" /> |
33 | 33 | <?php endif; ?> |
34 | 34 | <style type="text/css"> |
35 | 35 | @media print{ .noPrint{ display:none !important;height:0!important; width:0!important; margin:0!important; padding:0!important; }} |
36 | 36 | </style> |
37 | - <?php do_action( 'AHEE__EE_Html_Messenger_main_wrapper_template_head', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
37 | + <?php do_action('AHEE__EE_Html_Messenger_main_wrapper_template_head', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
38 | 38 | </head> |
39 | - <?php do_action( 'AHEE__EE_Html_Messenger_main_wrapper_template_header', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
39 | + <?php do_action('AHEE__EE_Html_Messenger_main_wrapper_template_header', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
40 | 40 | <body> |
41 | - <?php do_action( 'AHEE__EE_Html_Messenger_main_wrapper_template_before_main_body', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
41 | + <?php do_action('AHEE__EE_Html_Messenger_main_wrapper_template_before_main_body', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
42 | 42 | <?php echo $main_body; ?> |
43 | - <?php do_action( 'AHEE__EE_Html_Messenger_main_wrapper_template_after_main_body', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
43 | + <?php do_action('AHEE__EE_Html_Messenger_main_wrapper_template_after_main_body', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
44 | 44 | </body> |
45 | - <?php do_action( 'AHEE__EE_Html_Messenger_main_wrapper_template_footer', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
45 | + <?php do_action('AHEE__EE_Html_Messenger_main_wrapper_template_footer', $message_type, $page_title, $base_css, $print_css, $main_css, $main_body); ?> |
|
46 | 46 | <?php wp_footer(); ?> |
47 | 47 | </html> |
48 | 48 | \ No newline at end of file |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type additiona_line_item_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type additiona_line_item_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | </td> |
7 | 7 | </tr> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type attendee_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type attendee_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <li class="ticket-registration"> |
7 | 7 | <table class="registration-details"> |
@@ -6,11 +6,11 @@ |
||
6 | 6 | <li class="ticket-registration"> |
7 | 7 | <table class="registration-details"> |
8 | 8 | <tr class="odd"> |
9 | - <th><?php _e('Attendee', 'event_espresso');?></th> |
|
9 | + <th><?php _e('Attendee', 'event_espresso'); ?></th> |
|
10 | 10 | <td>[FNAME] [LNAME] ([ATTENDEE_EMAIL])</td> |
11 | 11 | </tr> |
12 | 12 | <tr> |
13 | - <th><?php _e("Registration Code:", "event_espresso");?></th> |
|
13 | + <th><?php _e("Registration Code:", "event_espresso"); ?></th> |
|
14 | 14 | <td>[REGISTRATION_CODE] - <span class="[REGISTRATION_STATUS_ID]">[REGISTRATION_STATUS_LABEL]</span></td> |
15 | 15 | </tr> |
16 | 16 | </table> |