@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type datetime_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type datetime_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <li> |
7 | 7 | [DTT_NAME] <br /> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type event_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type event_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <h3 class="section-title event-name"> |
7 | 7 | <img class="icon" src="<?php echo EE_IMAGES_URL . 'calendar_year-24x24.png'; ?>"><?php _e( "Event Name:", "event_espresso" ) ?> |
@@ -4,9 +4,9 @@ |
||
4 | 4 | */ |
5 | 5 | ?> |
6 | 6 | <h3 class="section-title event-name"> |
7 | - <img class="icon" src="<?php echo EE_IMAGES_URL . 'calendar_year-24x24.png'; ?>"><?php _e( "Event Name:", "event_espresso" ) ?> |
|
7 | + <img class="icon" src="<?php echo EE_IMAGES_URL.'calendar_year-24x24.png'; ?>"><?php _e("Event Name:", "event_espresso") ?> |
|
8 | 8 | <span class="plain-text">[EVENT_NAME]</span> |
9 | - <span class="small-text link">( <a href="[EVENT_URL]"><?php _e( 'view', 'event_espresso' ); ?></a> )</span> |
|
9 | + <span class="small-text link">( <a href="[EVENT_URL]"><?php _e('view', 'event_espresso'); ?></a> )</span> |
|
10 | 10 | </h3> |
11 | 11 | <p class="event-description"> |
12 | 12 | [EVENT_EXCERPT] |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type payment_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type payment_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | </td></tr> |
7 | 7 | <tr class='item'> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type price_modifier_line_item_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type price_modifier_line_item_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <tr class="subitem-row"> |
7 | 7 | <td class="subitem">[LINE_ITEM_NAME]</td> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type question_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type question_list field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <tr> |
7 | 7 | <th>[QUESTION]</th> |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type page title field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type page title field. |
|
4 | + */ |
|
5 | 5 | printf( __( '%s Receipt for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' ); |
6 | 6 | ?> |
7 | 7 | \ No newline at end of file |
@@ -2,5 +2,5 @@ |
||
2 | 2 | /** |
3 | 3 | * This is the template for the html messenger and receipt message type page title field. |
4 | 4 | */ |
5 | -printf( __( '%s Receipt for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' ); |
|
5 | +printf(__('%s Receipt for Transaction: %s', 'event_espresso'), '[COMPANY]', '[TXN_ID]'); |
|
6 | 6 | ?> |
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 receipt message type tax_line_item_list field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type tax_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 ticket_line_item_no_pms field. |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type ticket_line_item_no_pms field. |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <tr class="item"> |
7 | 7 | <td>[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td> |
@@ -6,7 +6,7 @@ |
||
6 | 6 | <tr class="item"> |
7 | 7 | <td>[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td> |
8 | 8 | <td colspan="2">[LINE_ITEM_DESCRIPTION] |
9 | - <p class="ticket-note"><?php echo sprintf( __( 'This ticket can be used once at %s of the dates/times below.', 'event_espresso' ), '[TKT_USES_* schema=' . __( 'any', 'event_espresso' ) . ']' ); ?></p> |
|
9 | + <p class="ticket-note"><?php echo sprintf(__('This ticket can be used once at %s of the dates/times below.', 'event_espresso'), '[TKT_USES_* schema='.__('any', 'event_espresso').']'); ?></p> |
|
10 | 10 | </td> |
11 | 11 | <td class="item_c">[LINE_ITEM_QUANTITY]</td> |
12 | 12 | <td class="item_c">[LINE_ITEM_AMOUNT]</td> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This is the template for the html messenger and receipt message type ticket_line_item_pms field |
|
4 | - */ |
|
3 | + * This is the template for the html messenger and receipt message type ticket_line_item_pms field |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | <tr class="item"> |
7 | 7 | <td>[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td> |
@@ -6,7 +6,7 @@ discard block |
||
6 | 6 | <tr class="item"> |
7 | 7 | <td>[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td> |
8 | 8 | <td colspan="2">[LINE_ITEM_DESCRIPTION] |
9 | - <p class="ticket-note"><?php echo sprintf( __( 'This ticket can be used once at %s of the dates/times below.', 'event_espresso' ), '[TKT_USES_* schema=' . __( 'any', 'event_espresso' ) . ']' ); ?></p> |
|
9 | + <p class="ticket-note"><?php echo sprintf(__('This ticket can be used once at %s of the dates/times below.', 'event_espresso'), '[TKT_USES_* schema='.__('any', 'event_espresso').']'); ?></p> |
|
10 | 10 | </td> |
11 | 11 | <td class="item_c">[LINE_ITEM_QUANTITY]</td> |
12 | 12 | <td class="item_c">[LINE_ITEM_AMOUNT]</td> |
@@ -15,6 +15,6 @@ discard block |
||
15 | 15 | [PRICE_MODIFIER_LINE_ITEM_LIST] |
16 | 16 | <tr class="total_tr odd"> |
17 | 17 | <td colspan="4"></td> |
18 | - <td class="total" nowrap="nowrap"><?php _e( "Ticket Total:", "event_espresso" ); ?></td> |
|
18 | + <td class="total" nowrap="nowrap"><?php _e("Ticket Total:", "event_espresso"); ?></td> |
|
19 | 19 | <td class="item_r">[LINE_ITEM_TOTAL]</td> |
20 | 20 | </tr> |