Completed
Branch BUG-9548-transaction-completio... (b1c41e)
by
unknown
519:42 queued 503:28
created
libraries/messages/defaults/default/html_invoice_question_list.template.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
core/libraries/messages/defaults/default/html_invoice_subject.template.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,4 +2,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
messages/defaults/default/html_invoice_tax_line_item_list.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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">
Please login to merge, or discard this patch.
messages/defaults/default/html_invoice_ticket_line_item_no_pms.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.
messages/defaults/default/html_invoice_ticket_line_item_pms.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.
libraries/messages/defaults/default/html_invoice_ticket_list.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.
core/libraries/messages/defaults/default/html_main_wrapper.template.php 2 patches
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -27,21 +27,21 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
defaults/default/html_receipt_additional_line_item_list.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.
libraries/messages/defaults/default/html_receipt_attendee_list.template.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
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">
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.