Completed
Branch EDTR/actions-menu-styles-refac... (42cfd9)
by
unknown
17:36 queued 08:54
created
admin_pages/general_settings/templates/espresso_page_settings.template.php 1 patch
Indentation   +82 added lines, -82 removed lines patch added patch discarded remove patch
@@ -5,15 +5,15 @@  discard block
 block discarded – undo
5 5
     </h2>
6 6
     <p class="ee-attention">
7 7
         <?php
8
-        echo sprintf(
9
-            __(
10
-                'The following shortcodes and page settings are required for Event Espresso to function properly. These shortcodes should not be replaced with any other shortcodes. Please view %sthis page%s for a list of optional shortcodes you can use on other pages.',
11
-                'event_espresso'
12
-            ),
13
-            '<a href="admin.php?page=espresso_support">',
14
-            '</a>'
15
-        );
16
-        ?>
8
+		echo sprintf(
9
+			__(
10
+				'The following shortcodes and page settings are required for Event Espresso to function properly. These shortcodes should not be replaced with any other shortcodes. Please view %sthis page%s for a list of optional shortcodes you can use on other pages.',
11
+				'event_espresso'
12
+			),
13
+			'<a href="admin.php?page=espresso_support">',
14
+			'</a>'
15
+		);
16
+		?>
17 17
     </p>
18 18
 
19 19
     <table class="form-table">
@@ -39,21 +39,21 @@  discard block
 block discarded – undo
39 39
                 </select>
40 40
                 <span>
41 41
                     <?php echo General_Settings_Admin_Page::page_and_shortcode_status(
42
-                        $reg_page_obj,
43
-                        '[ESPRESSO_CHECKOUT]'
44
-                    ); ?>
42
+						$reg_page_obj,
43
+						'[ESPRESSO_CHECKOUT]'
44
+					); ?>
45 45
                 </span>
46 46
                 <br/>
47 47
                 <p class="description">
48 48
                     <?php
49
-                    echo sprintf(
50
-                        __(
51
-                            'This page can be hidden from navigation if desired, but should always contain the %s shortcode.',
52
-                            'event_espresso'
53
-                        ),
54
-                        '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CHECKOUT]</span>'
55
-                    );
56
-                    ?>
49
+					echo sprintf(
50
+						__(
51
+							'This page can be hidden from navigation if desired, but should always contain the %s shortcode.',
52
+							'event_espresso'
53
+						),
54
+						'<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CHECKOUT]</span>'
55
+					);
56
+					?>
57 57
                 </p>
58 58
                 <br/><br/>
59 59
             </td>
@@ -69,9 +69,9 @@  discard block
 block discarded – undo
69 69
                     <br/>
70 70
                     <span class="lt-grey-text">
71 71
                         <?php _e(
72
-                            'Notify URL (processes payments)',
73
-                            'event_espresso'
74
-                        ); ?></span><br/>
72
+							'Notify URL (processes payments)',
73
+							'event_espresso'
74
+						); ?></span><br/>
75 75
                     <?php echo General_Settings_Admin_Page::edit_view_links($txn_page_id); ?>
76 76
                 </label>
77 77
             </th>
@@ -84,21 +84,21 @@  discard block
 block discarded – undo
84 84
                 </select>
85 85
                 <span>
86 86
                     <?php echo General_Settings_Admin_Page::page_and_shortcode_status(
87
-                        $txn_page_obj,
88
-                        '[ESPRESSO_TXN_PAGE]'
89
-                    ); ?>
87
+						$txn_page_obj,
88
+						'[ESPRESSO_TXN_PAGE]'
89
+					); ?>
90 90
                 </span>
91 91
                 <br/>
92 92
                 <p class="description">
93 93
                     <?php
94
-                    echo sprintf(
95
-                        __(
96
-                            'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain the %s shortcode.',
97
-                            'event_espresso'
98
-                        ),
99
-                        '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_TXN_PAGE]</span>'
100
-                    );
101
-                    ?>
94
+					echo sprintf(
95
+						__(
96
+							'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain the %s shortcode.',
97
+							'event_espresso'
98
+						),
99
+						'<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_TXN_PAGE]</span>'
100
+					);
101
+					?>
102 102
                 </p>
103 103
                 <br/><br/>
104 104
             </td>
@@ -124,21 +124,21 @@  discard block
 block discarded – undo
124 124
                 </select>
125 125
                 <span>
126 126
                     <?php echo General_Settings_Admin_Page::page_and_shortcode_status(
127
-                        $thank_you_page_obj,
128
-                        '[ESPRESSO_THANK_YOU]'
129
-                    ); ?>
127
+						$thank_you_page_obj,
128
+						'[ESPRESSO_THANK_YOU]'
129
+					); ?>
130 130
                 </span>
131 131
                 <br/>
132 132
                 <p class="description">
133 133
                     <?php
134
-                    echo sprintf(
135
-                        __(
136
-                            'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain the %s shortcode.',
137
-                            'event_espresso'
138
-                        ),
139
-                        '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_THANK_YOU]</span>'
140
-                    );
141
-                    ?>
134
+					echo sprintf(
135
+						__(
136
+							'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain the %s shortcode.',
137
+							'event_espresso'
138
+						),
139
+						'<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_THANK_YOU]</span>'
140
+					);
141
+					?>
142 142
                 </p>
143 143
                 <br/><br/>
144 144
             </td>
@@ -164,21 +164,21 @@  discard block
 block discarded – undo
164 164
                 </select>
165 165
                 <span>
166 166
                     <?php echo General_Settings_Admin_Page::page_and_shortcode_status(
167
-                        $cancel_page_obj,
168
-                        '[ESPRESSO_CANCELLED]'
169
-                    ); ?>
167
+						$cancel_page_obj,
168
+						'[ESPRESSO_CANCELLED]'
169
+					); ?>
170 170
                 </span>
171 171
                 <br/>
172 172
                 <p class="description">
173 173
                     <?php
174
-                    echo sprintf(
175
-                        __(
176
-                            'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain a "cancelled transaction" message and the %s shortcode.',
177
-                            'event_espresso'
178
-                        ),
179
-                        '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CANCELLED]</span>'
180
-                    );
181
-                    ?>
174
+					echo sprintf(
175
+						__(
176
+							'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain a "cancelled transaction" message and the %s shortcode.',
177
+							'event_espresso'
178
+						),
179
+						'<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CANCELLED]</span>'
180
+					);
181
+					?>
182 182
                 </p>
183 183
                 <br/><br/>
184 184
             </td>
@@ -194,27 +194,27 @@  discard block
 block discarded – undo
194 194
                     <br/>
195 195
                     <a href='<?php echo get_post_type_archive_link('espresso_events') ?>'>
196 196
                         <?php _e(
197
-                            'View',
198
-                            'event_espresso'
199
-                        ); ?></a>
197
+							'View',
198
+							'event_espresso'
199
+						); ?></a>
200 200
                 </label>
201 201
             </th>
202 202
             <td>
203 203
                 <p class="description">
204 204
                     <?php echo __(
205
-                        'Events are custom post types and use WordPress\' normal archive pages for displaying events.',
206
-                        'event_espresso'
207
-                    ) ?>
205
+						'Events are custom post types and use WordPress\' normal archive pages for displaying events.',
206
+						'event_espresso'
207
+					) ?>
208 208
                 </p>
209 209
                 <p class="description">
210 210
                     <?php printf(
211
-                        __(
212
-                            'If you would still like your events on a page like in Event Espresso 3.1 or earlier, simply create a page and place a shortcode to display them on the page, as described %s here %s',
213
-                            'event_espresso'
214
-                        ),
215
-                        '<a href="admin.php?page=espresso_support">',
216
-                        '</a>'
217
-                    ) ?>
211
+						__(
212
+							'If you would still like your events on a page like in Event Espresso 3.1 or earlier, simply create a page and place a shortcode to display them on the page, as described %s here %s',
213
+							'event_espresso'
214
+						),
215
+						'<a href="admin.php?page=espresso_support">',
216
+						'</a>'
217
+					) ?>
218 218
                 </p>
219 219
                 <br/><br/>
220 220
             </td>
@@ -230,27 +230,27 @@  discard block
 block discarded – undo
230 230
                     <br/>
231 231
                     <a href='<?php echo get_post_type_archive_link('espresso_venues') ?>'>
232 232
                         <?php _e(
233
-                            'View',
234
-                            'event_espresso'
235
-                        ); ?></a>
233
+							'View',
234
+							'event_espresso'
235
+						); ?></a>
236 236
                 </label>
237 237
             </th>
238 238
             <td>
239 239
                 <p class="description">
240 240
                     <?php echo __(
241
-                        'Venues are custom post types and use WordPress\' normal archive pages for displaying events.',
242
-                        'event_espresso'
243
-                    ) ?>
241
+						'Venues are custom post types and use WordPress\' normal archive pages for displaying events.',
242
+						'event_espresso'
243
+					) ?>
244 244
                 </p>
245 245
                 <p class="description">
246 246
                     <?php printf(
247
-                        __(
248
-                            'If you would still like your venues on a page like in Event Espresso 3.1 or earlier, simply create a page and place a shortcode to display them on the page, as described %s here %s',
249
-                            'event_espresso'
250
-                        ),
251
-                        '<a href="admin.php?page=espresso_support">',
252
-                        '</a>'
253
-                    ) ?>
247
+						__(
248
+							'If you would still like your venues on a page like in Event Espresso 3.1 or earlier, simply create a page and place a shortcode to display them on the page, as described %s here %s',
249
+							'event_espresso'
250
+						),
251
+						'<a href="admin.php?page=espresso_support">',
252
+						'</a>'
253
+					) ?>
254 254
                 </p>
255 255
             </td>
256 256
         </tr>
Please login to merge, or discard this patch.
admin_pages/general_settings/templates/state_details_settings.template.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -5,24 +5,24 @@  discard block
 block discarded – undo
5 5
         <th><?php _e('Name', 'event_espresso'); ?></th>
6 6
         <th colspan="2"><span class="small-text">
7 7
                 <?php _e(
8
-                    'State Appears in<br/>Dropdown Select Lists ',
9
-                    'event_espresso'
10
-                ); ?></span></th>
8
+					'State Appears in<br/>Dropdown Select Lists ',
9
+					'event_espresso'
10
+				); ?></span></th>
11 11
     </tr>
12 12
     </thead>
13 13
     <tbody>
14 14
     <?php
15
-    if ($states) {
16
-        foreach ($states as $STA_ID => $state) {
17
-        ?>
15
+	if ($states) {
16
+		foreach ($states as $STA_ID => $state) {
17
+		?>
18 18
         <tr id="state-<?php echo $STA_ID; ?>-tr" class="country-state-columns">
19 19
             <?php
20
-            foreach ($state['inputs'] as $ID => $input) {
21
-                if ($ID != 'STA_ID' && $ID != 'CNT_ISO') {
22
-                    echo EEH_Form_Fields::generate_form_input($input);
23
-                }
24
-            }
25
-            ?>
20
+			foreach ($state['inputs'] as $ID => $input) {
21
+				if ($ID != 'STA_ID' && $ID != 'CNT_ISO') {
22
+					echo EEH_Form_Fields::generate_form_input($input);
23
+				}
24
+			}
25
+			?>
26 26
             <td class="delete-state-td">
27 27
                 <a id="delete-state-<?php echo $STA_ID; ?>-lnk"
28 28
                    class="dashicons dashicons-post-trash ee-icon-size-20 delete-state-lnk" rel="<?php echo $STA_ID; ?>"
@@ -31,8 +31,8 @@  discard block
 block discarded – undo
31 31
             </td>
32 32
         </tr>
33 33
         <?php
34
-        }
35
-    ?>
34
+		}
35
+	?>
36 36
     </tbody>
37 37
 </table>
38 38
 <br/>
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
        value="<?php _e('Save States/Provinces', 'event_espresso'); ?>"/><br/>
41 41
 
42 42
 <?php
43
-    }
43
+	}
44 44
 ?>
45 45
 <table class="form-table add-new-state-tbl">
46 46
     <tbody>
Please login to merge, or discard this patch.
venues/templates/venue_virtual_location_metabox_content.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
                     </label>
9 9
                     <textarea id="url-event" cols="30" rows="4" tabindex="112" name="vnu_virtual_url">
10 10
                         <?php $_venue->f(
11
-                            'VNU_virtual_url'
12
-                        ); ?></textarea>
11
+							'VNU_virtual_url'
12
+						); ?></textarea>
13 13
                 </p>
14 14
                 <p>
15 15
                     <label for="call-in-num" style="display:inline-block; width:100px;">
Please login to merge, or discard this patch.
admin_pages/venues/templates/venue_gmap_metabox_content.template.php 2 patches
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@  discard block
 block discarded – undo
3 3
         <td valign="top">
4 4
             <fieldset>
5 5
                 <?php
6
-                if (isset(EE_Registry::instance()->CFG->map_settings)
7
-                    && isset(EE_Registry::instance()->CFG->map_settings->use_google_maps)
8
-                    && EE_Registry::instance()->CFG->map_settings->use_google_maps
9
-                ) { ?>
6
+				if (isset(EE_Registry::instance()->CFG->map_settings)
7
+					&& isset(EE_Registry::instance()->CFG->map_settings->use_google_maps)
8
+					&& EE_Registry::instance()->CFG->map_settings->use_google_maps
9
+				) { ?>
10 10
                     <p>
11 11
                         <label for="enable_for_gmap">
12 12
                             <?php _e('Display Google Map for this venue? ', 'event_espresso') ?>
@@ -19,22 +19,22 @@  discard block
 block discarded – undo
19 19
                     </p> -->
20 20
                 <?php } ?>
21 21
                 <?php
22
-                if (! isset(EE_Registry::instance()->CFG->map_settings)
23
-                    || ! isset(EE_Registry::instance()->CFG->map_settings->use_google_maps)
24
-                    || ! EE_Registry::instance()->CFG->map_settings->use_google_maps
25
-                ) { ?>
22
+				if (! isset(EE_Registry::instance()->CFG->map_settings)
23
+					|| ! isset(EE_Registry::instance()->CFG->map_settings->use_google_maps)
24
+					|| ! EE_Registry::instance()->CFG->map_settings->use_google_maps
25
+				) { ?>
26 26
                     <p class="ee-notice">
27 27
                         <?php
28
-                        echo sprintf(
29
-                            __(
30
-                                'To display a Google Map for event venues, go to %sEvent Espresso General Settings%sGoogle Maps%s, and set "Activate Google Maps" to "Yes"',
31
-                                'event_espresso'
32
-                            ),
33
-                            '<b>',
34
-                            '</b> &raquo; <b>',
35
-                            '</b>'
36
-                        );
37
-                        ?>
28
+						echo sprintf(
29
+							__(
30
+								'To display a Google Map for event venues, go to %sEvent Espresso General Settings%sGoogle Maps%s, and set "Activate Google Maps" to "Yes"',
31
+								'event_espresso'
32
+							),
33
+							'<b>',
34
+							'</b> &raquo; <b>',
35
+							'</b>'
36
+						);
37
+						?>
38 38
                     </p>
39 39
                 <?php } ?>
40 40
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
                     </p> -->
20 20
                 <?php } ?>
21 21
                 <?php
22
-                if (! isset(EE_Registry::instance()->CFG->map_settings)
22
+                if ( ! isset(EE_Registry::instance()->CFG->map_settings)
23 23
                     || ! isset(EE_Registry::instance()->CFG->map_settings->use_google_maps)
24 24
                     || ! EE_Registry::instance()->CFG->map_settings->use_google_maps
25 25
                 ) { ?>
Please login to merge, or discard this patch.
admin_pages/registrations/qtips/Registration_List_Table_Tips.lib.php 2 patches
Indentation   +37 added lines, -37 removed lines patch added patch discarded remove patch
@@ -15,16 +15,16 @@  discard block
 block discarded – undo
15 15
 {
16 16
 
17 17
 
18
-    protected function _set_tips_array()
19
-    {
20
-        $this->_qtipsa = array(
21
-            0 => array(
22
-                'content_id' => 'registration-trash-lock',
23
-                'target'     => '.ee-lock-icon',
24
-                'content'    => $this->_registration_trash_message(),
25
-            ),
26
-            /** removing status strips for now because they are triggered anywhere on the row. */
27
-            /**1 => array(
18
+	protected function _set_tips_array()
19
+	{
20
+		$this->_qtipsa = array(
21
+			0 => array(
22
+				'content_id' => 'registration-trash-lock',
23
+				'target'     => '.ee-lock-icon',
24
+				'content'    => $this->_registration_trash_message(),
25
+			),
26
+			/** removing status strips for now because they are triggered anywhere on the row. */
27
+			/**1 => array(
28 28
              * 'content_id' => 'registration-status-' . EEM_Registration::status_id_approved,
29 29
              * 'target' => '.reg-status-' . EEM_Registration::status_id_approved,
30 30
              * 'content' => $this->_registration_status_legend(EEM_Registration::status_id_approved),
@@ -74,37 +74,37 @@  discard block
 block discarded – undo
74 74
              * )
75 75
              * )
76 76
              * )/**/
77
-        );
78
-    }
77
+		);
78
+	}
79 79
 
80 80
 
81
-    private function _registration_trash_message()
82
-    {
83
-        return '<p>'
84
-               . __(
85
-                   'This lock-icon means that this registration cannot be trashed.  Registrations that belong to a transaction that has payments cannot be trashed.  If you wish to trash this registration then you must delete all payments attached to the related transaction first.',
86
-                   'event_espresso'
87
-               ) . '</p>';
88
-    }
81
+	private function _registration_trash_message()
82
+	{
83
+		return '<p>'
84
+			   . __(
85
+				   'This lock-icon means that this registration cannot be trashed.  Registrations that belong to a transaction that has payments cannot be trashed.  If you wish to trash this registration then you must delete all payments attached to the related transaction first.',
86
+				   'event_espresso'
87
+			   ) . '</p>';
88
+	}
89 89
 
90 90
 
91
-    /**
92
-     * output the relevant ee-status-legend with the designated status highlighted.
93
-     *
94
-     * @param  EEM_Registration constant $status What status is set (by class)
95
-     * @return string         The status legend with the related status highlighted
96
-     */
97
-    private function _registration_status_legend($status)
98
-    {
91
+	/**
92
+	 * output the relevant ee-status-legend with the designated status highlighted.
93
+	 *
94
+	 * @param  EEM_Registration constant $status What status is set (by class)
95
+	 * @return string         The status legend with the related status highlighted
96
+	 */
97
+	private function _registration_status_legend($status)
98
+	{
99 99
 
100
-        $status_array = array(
101
-            'approved_status' => EEM_Registration::status_id_approved,
102
-            'pending_status' => EEM_Registration::status_id_pending_payment,
103
-            'not_approved' => EEM_Registration::status_id_not_approved,
104
-            'declined_status' => EEM_Registration::status_id_declined,
105
-            'cancelled_status' => EEM_Registration::status_id_cancelled,
106
-        );
100
+		$status_array = array(
101
+			'approved_status' => EEM_Registration::status_id_approved,
102
+			'pending_status' => EEM_Registration::status_id_pending_payment,
103
+			'not_approved' => EEM_Registration::status_id_not_approved,
104
+			'declined_status' => EEM_Registration::status_id_declined,
105
+			'cancelled_status' => EEM_Registration::status_id_cancelled,
106
+		);
107 107
 
108
-        return EEH_Template::status_legend($status_array, $status);
109
-    }
108
+		return EEH_Template::status_legend($status_array, $status);
109
+	}
110 110
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
                . __(
85 85
                    'This lock-icon means that this registration cannot be trashed.  Registrations that belong to a transaction that has payments cannot be trashed.  If you wish to trash this registration then you must delete all payments attached to the related transaction first.',
86 86
                    'event_espresso'
87
-               ) . '</p>';
87
+               ).'</p>';
88 88
     }
89 89
 
90 90
 
Please login to merge, or discard this patch.
templates/reg_admin_register_new_attendee_step_content.template.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -3,25 +3,25 @@
 block discarded – undo
3 3
     <div class="ee-new-registration-step-content">
4 4
         <?php echo $content; ?>
5 5
         <?php
6
-        if ($show_notification_toggle
7
-            && EE_Registry::instance()->CAP->current_user_can(
8
-                'ee_send_message',
9
-                'registration_message_type'
10
-            )) : ?>
6
+		if ($show_notification_toggle
7
+			&& EE_Registry::instance()->CAP->current_user_can(
8
+				'ee_send_message',
9
+				'registration_message_type'
10
+			)) : ?>
11 11
             <div class="ee-attention">
12 12
                 <label for="txn_reg_status_change" class="last">
13 13
                     <?php _e(
14
-                        'Send Related Messages?',
15
-                        'event_espresso'
16
-                    ); ?></label>
14
+						'Send Related Messages?',
15
+						'event_espresso'
16
+					); ?></label>
17 17
                 <input type="checkbox" value="1" name="txn_reg_status_change[send_notifications]" checked=checked>
18 18
                 <br/>
19 19
                 <br/>
20 20
                 <p class="description">
21 21
                     <?php _e(
22
-                        'Send a notification to registrants after processing?',
23
-                        'event_espresso'
24
-                    ); ?></p><br/>
22
+						'Send a notification to registrants after processing?',
23
+						'event_espresso'
24
+					); ?></p><br/>
25 25
                 <label></label>
26 26
             </div>
27 27
         <?php endif; ?>
Please login to merge, or discard this patch.
templates/attendee_details_after_title_form_fields.template.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -8,17 +8,17 @@
 block discarded – undo
8 8
         <div id="titlewrap">
9 9
             <label class="hidden" id="attendee-first-name-text" for="ATT_fname">
10 10
                 <?php _e(
11
-                    'First Name:',
12
-                    'event_espresso'
13
-                ); ?></label>
11
+					'First Name:',
12
+					'event_espresso'
13
+				); ?></label>
14 14
             <input type="text" class="smaller-text-field" name="ATT_fname"
15 15
                    value="<?php echo $attendee->get('ATT_fname'); ?>" id="ATT_fname"
16 16
                    placeholder="<?php _e('First Name', 'event_espresso'); ?>" required>
17 17
             <label class="hidden" id="attendee-first-name-text" for="ATT_lname">
18 18
                 <?php _e(
19
-                    'Last Name:',
20
-                    'event_espresso'
21
-                ); ?></label>
19
+					'Last Name:',
20
+					'event_espresso'
21
+				); ?></label>
22 22
             <input type="text" class="smaller-text-field" name="ATT_lname"
23 23
                    value="<?php echo $attendee->get('ATT_lname'); ?>" id="ATT_lname"
24 24
                    placeholder="<?php _e('Last Name', 'event_espresso'); ?>">
Please login to merge, or discard this patch.
templates/reg_admin_details_main_meta_box_reg_details.template.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -7,18 +7,18 @@  discard block
 block discarded – undo
7 7
 
8 8
     <h3 class="admin-primary-mbox-h4 hdr-has-icon"><span class="dashicons dashicons-clipboard"></span>
9 9
         <?php _e(
10
-            'Registration Items',
11
-            'event_espresso'
12
-        ); ?></h3>
10
+			'Registration Items',
11
+			'event_espresso'
12
+		); ?></h3>
13 13
 
14 14
     <?php echo $line_item_table; ?>
15 15
 
16 16
     <a id="display-additional-registration-session-info" class="display-the-hidden smaller-text"
17 17
        rel="additional-registration-session-info">
18 18
         <span class="dashicons dashicons-plus-alt"></span><?php _e(
19
-            'view additional registration session details',
20
-            'event_espresso'
21
-        ); ?>
19
+			'view additional registration session details',
20
+			'event_espresso'
21
+		); ?>
22 22
     </a>
23 23
 
24 24
     <div id="additional-registration-session-info-dv" class="hidden">
@@ -26,9 +26,9 @@  discard block
 block discarded – undo
26 26
         <a id="hide-additional-registration-session-info" class="hide-the-displayed hidden smaller-text"
27 27
            rel="additional-registration-session-info">
28 28
             <span class="dashicons dashicons-dismiss"></span><?php _e(
29
-                'hide additional registration session details',
30
-                'event_espresso'
31
-            ); ?>
29
+				'hide additional registration session details',
30
+				'event_espresso'
31
+			); ?>
32 32
         </a>
33 33
         <br class="clear"/>
34 34
 
Please login to merge, or discard this patch.
templates/reg_admin_details_main_meta_box_attendees.template.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
                 <tbody>
21 21
 
22 22
                 <?php
23
-                foreach ($attendees as $att_nmbr => $attendee) : ?>
23
+				foreach ($attendees as $att_nmbr => $attendee) : ?>
24 24
                     <tr class="ee-status-strip reg-status-<?php echo $attendee['STS_ID']; ?>"
25 25
                         style="display: table-row;">
26 26
                         <td class="jst-left"><?php echo $att_nmbr; ?></td>
@@ -33,9 +33,9 @@  discard block
 block discarded – undo
33 33
                         </td>
34 34
                         <td class="jst-rght">
35 35
                             <?php echo $currency_sign . ' ' . number_format(
36
-                                $attendee['final_price'],
37
-                                2
38
-                            ); ?></td>
36
+								$attendee['final_price'],
37
+								2
38
+							); ?></td>
39 39
                         <td class="jst-left"><?php echo $attendee['email']; ?></td>
40 40
                         <td class="jst-left"><?php echo $attendee['address']; ?></td>
41 41
                         <!--<th class="jst-cntr">view</th>-->
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
     <br/>
4 4
     <?php // echo EEH_Debug_Tools::printr( $event_attendees, 'event_attendees' ); ?>
5 5
     <?php echo $attendee_notice; ?>
6
-    <?php if (! empty($attendees)) : ?>
6
+    <?php if ( ! empty($attendees)) : ?>
7 7
         <div class="admin-primary-mbox-tbl-wrap">
8 8
             <table id="reg-admin-transaction-attendees-table" class="admin-primary-mbox-tbl">
9 9
                 <thead>
@@ -28,11 +28,11 @@  discard block
 block discarded – undo
28 28
                         <td class="jst-left">
29 29
                             <a href="<?php echo $attendee['att_link']; ?>"
30 30
                                title="<?php esc_attr_e('View details for this attendee', 'event_espresso'); ?>">
31
-                                <?php echo $attendee['fname'] . ' ' . $attendee['lname']; ?>
31
+                                <?php echo $attendee['fname'].' '.$attendee['lname']; ?>
32 32
                             </a>
33 33
                         </td>
34 34
                         <td class="jst-rght">
35
-                            <?php echo $currency_sign . ' ' . number_format(
35
+                            <?php echo $currency_sign.' '.number_format(
36 36
                                 $attendee['final_price'],
37 37
                                 2
38 38
                             ); ?></td>
Please login to merge, or discard this patch.