Passed
Push — master ( 41373a...89c8ae )
by Aimeos
05:11
created
admin/jqadm/templates/subscription/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
 				<th class="actions">
168 168
 					<a class="btn fa act-download" tabindex="1"
169 169
 						href="<?= $enc->attr( $this->url( $expTarget, $expCntl, $expAction, $params, [], $expConfig ) ); ?>"
170
-						title="<?= $enc->attr( $this->translate( 'admin', 'Download') ); ?>"
170
+						title="<?= $enc->attr( $this->translate( 'admin', 'Download' ) ); ?>"
171 171
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Download' ) ); ?>">
172 172
 					</a>
173 173
 
@@ -345,12 +345,12 @@  discard block
 block discarded – undo
345 345
 					<td class="actions">
346 346
 						<a class="btn act-copy fa" tabindex="1"
347 347
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
348
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
348
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
349 349
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a>
350 350
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
351 351
 							<a class="btn act-delete fa" tabindex="1"
352 352
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'subscription', 'id' => $id] + $params, [], $delConfig ) ); ?>"
353
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
353
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
354 354
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a>
355 355
 						<?php endif; ?>
356 356
 					</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/attribute/item-property-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 				</th>
33 33
 				<th class="actions">
34 34
 					<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
35
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
35
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
36 36
 						v-on:click="addItem('attribute.property.')">
37 37
 					</div>
38 38
 				</th>
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 
89 89
 				<td class="actions">
90 90
 					<div v-if="!checkSite('attribute.property.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
91
-						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
91
+						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
92 92
 						v-on:click.stop="removeItem(idx)">
93 93
 					</div>
94 94
 				</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/attribute/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
 				<th class="actions">
121 121
 					<a class="btn fa act-add" tabindex="1"
122 122
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
123
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
123
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
124 124
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
125 125
 					</a>
126 126
 
@@ -199,12 +199,12 @@  discard block
 block discarded – undo
199 199
 					<td class="actions">
200 200
 						<a class="btn act-copy fa" tabindex="1"
201 201
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
202
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
202
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
203 203
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a>
204 204
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
205 205
 							<a class="btn act-delete fa" tabindex="1"
206 206
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'attribute', 'id' => $id] + $params, [], $delConfig ) ); ?>"
207
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
207
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
208 208
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a>
209 209
 						<?php endif; ?>
210 210
 					</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/coupon/item-standard.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
 
60 60
 				<?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?>
61 61
 					<li class="nav-item <?= $enc->attr( $subpart ); ?>">
62
-						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>">
62
+						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>">
63 63
 							<?= $enc->html( $this->translate( 'admin', $subpart ) ); ?>
64 64
 						</a>
65 65
 					</li>
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
 								<th class="actions">
192 192
 									<?php if( !$this->site()->readonly( $this->get( 'itemData/coupon.siteid' ) ) ) : ?>
193 193
 										<div class="btn act-add fa" tabindex="1"
194
-											title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>">
194
+											title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>">
195 195
 										</div>
196 196
 									<?php endif; ?>
197 197
 								</th>
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
 									<td class="actions">
219 219
 										<?php if( !$this->site()->readonly( $this->get( 'itemData/coupon.siteid' ) ) ) : ?>
220 220
 											<div class="btn act-delete fa" tabindex="1"
221
-												title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
221
+												title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
222 222
 											</div>
223 223
 										<?php endif; ?>
224 224
 									</td>
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
 											<tr class="config-map-row prototype-map">
242 242
 												<td class="config-map-actions">
243 243
 													<div class="btn act-delete fa" tabindex="1"
244
-														title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
244
+														title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
245 245
 													</div>
246 246
 												</td>
247 247
 												<td class="config-map-row-key">
@@ -254,12 +254,12 @@  discard block
 block discarded – undo
254 254
 											<tr class="config-map-actions">
255 255
 												<td class="config-map-action-add">
256 256
 													<div class="btn act-add fa" tabindex="1"
257
-														title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry') ); ?>">
257
+														title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry' ) ); ?>">
258 258
 													</div>
259 259
 												</td>
260 260
 												<td class="config-map-action-update" colspan="2">
261 261
 													<div class="btn btn-primary act-update" tabindex="1">
262
-														<?= $enc->attr( $this->translate( 'admin', 'OK') ); ?>
262
+														<?= $enc->attr( $this->translate( 'admin', 'OK' ) ); ?>
263 263
 													</div>
264 264
 												</td>
265 265
 											</tr>
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
 								</td>
298 298
 								<td class="actions">
299 299
 									<div class="btn act-delete fa" tabindex="1"
300
-										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
300
+										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
301 301
 									</div>
302 302
 								</td>
303 303
 							</tr>
Please login to merge, or discard this patch.
admin/jqadm/templates/coupon/item-code-standard.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -74,12 +74,12 @@  discard block
 block discarded – undo
74 74
 						<button class="btn act-menu fa" type="button" id="menuButton"
75 75
 							data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="<?= $this->get( 'tabindex' ); ?>"
76 76
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'More' ) ); ?>"
77
-							title="<?= $enc->attr( $this->translate( 'admin', 'More') ); ?>">
77
+							title="<?= $enc->attr( $this->translate( 'admin', 'More' ) ); ?>">
78 78
 						</button>
79 79
 						<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="menuButton">
80 80
 							<li class="dropdown-item">
81 81
 								<a class="btn act-add fa label" href="#" tabindex="<?= $this->get( 'tabindex' ); ?>"
82
-									title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
82
+									title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
83 83
 									aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
84 84
 									<?= $enc->html( $this->translate( 'admin', 'Add' ) ); ?>
85 85
 								</a>
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
 					<input type="hidden" name="<?= $enc->attr( $this->formparam( array( 'code', 'coupon.code.id', '' ) ) ); ?>" disabled="disabled" />
160 160
 
161 161
 					<a class="btn fa act-close" href="#" tabindex="<?= $this->get( 'tabindex' ); ?>"
162
-						title="<?= $enc->attr( $this->translate( 'admin', 'Close') ); ?>"
162
+						title="<?= $enc->attr( $this->translate( 'admin', 'Close' ) ); ?>"
163 163
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Close' ) ); ?>">
164 164
 					</a>
165 165
 				</td>
@@ -225,11 +225,11 @@  discard block
 block discarded – undo
225 225
 							name="<?= $enc->attr( $this->formparam( array( 'code', 'coupon.code.id', '' ) ) ); ?>" />
226 226
 
227 227
 						<a class="btn act-edit fa" tabindex="<?= $this->get( 'tabindex' ); ?>" href="#"
228
-							title="<?= $enc->attr( $this->translate( 'admin', 'Edit this entry') ); ?>"
228
+							title="<?= $enc->attr( $this->translate( 'admin', 'Edit this entry' ) ); ?>"
229 229
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Edit' ) ); ?>"></a>
230 230
 						<a class="btn fa act-delete" tabindex="<?= $this->get( 'tabindex' ); ?>"
231 231
 							href="<?= $this->url( $jsonTarget, $jsonCntl, $jsonAction, ['resource' => 'coupon/code', 'id' => $id], [], $jsonConfig ); ?>"
232
-							title="<?= $enc->attr( $this->translate( 'admin', 'Delete') ); ?>"
232
+							title="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"
233 233
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>">
234 234
 						</a>
235 235
 					</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/coupon/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 				<th class="actions">
112 112
 					<a class="btn fa act-add" tabindex="1"
113 113
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
114
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
114
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
115 115
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
116 116
 					</a>
117 117
 
@@ -193,12 +193,12 @@  discard block
 block discarded – undo
193 193
 					<td class="actions">
194 194
 						<a class="btn act-copy fa" tabindex="1"
195 195
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
196
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
196
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
197 197
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a>
198 198
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
199 199
 							<a class="btn act-delete fa" tabindex="1"
200 200
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'coupon', 'id' => $id] + $params, [], $delConfig ) ); ?>"
201
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
201
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
202 202
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a>
203 203
 						<?php endif; ?>
204 204
 					</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/plugin/item-standard.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
 				<?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?>
63 63
 					<li class="nav-item <?= $enc->attr( $subpart ); ?>">
64
-						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>">
64
+						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>">
65 65
 							<?= $enc->html( $this->translate( 'admin', $subpart ) ); ?>
66 66
 						</a>
67 67
 					</li>
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
 								<th class="actions">
199 199
 									<?php if( !$this->site()->readonly( $this->get( 'itemData/plugin.siteid' ) ) ) : ?>
200 200
 										<div class="btn act-add fa" tabindex="1"
201
-											title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>">
201
+											title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>">
202 202
 										</div>
203 203
 									<?php endif; ?>
204 204
 								</th>
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
 									<td class="actions">
226 226
 										<?php if( !$this->site()->readonly( $this->get( 'itemData/plugin.siteid' ) ) ) : ?>
227 227
 											<div class="btn act-delete fa" tabindex="1"
228
-												title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
228
+												title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
229 229
 											</div>
230 230
 										<?php endif; ?>
231 231
 									</td>
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
 											<tr class="config-map-row prototype-map">
249 249
 												<td class="config-map-actions">
250 250
 													<div class="btn act-delete fa" tabindex="1"
251
-														title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
251
+														title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
252 252
 													</div>
253 253
 												</td>
254 254
 												<td class="config-map-row-key">
@@ -261,12 +261,12 @@  discard block
 block discarded – undo
261 261
 											<tr class="config-map-actions">
262 262
 												<td class="config-map-action-add">
263 263
 													<div class="btn act-add fa" tabindex="1"
264
-														title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry') ); ?>">
264
+														title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry' ) ); ?>">
265 265
 													</div>
266 266
 												</td>
267 267
 												<td class="config-map-action-update" colspan="2">
268 268
 													<div class="btn btn-primary act-update" tabindex="1">
269
-														<?= $enc->attr( $this->translate( 'admin', 'OK') ); ?>
269
+														<?= $enc->attr( $this->translate( 'admin', 'OK' ) ); ?>
270 270
 													</div>
271 271
 												</td>
272 272
 											</tr>
@@ -304,7 +304,7 @@  discard block
 block discarded – undo
304 304
 								</td>
305 305
 								<td class="actions">
306 306
 									<div class="btn act-delete fa" tabindex="1"
307
-										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
307
+										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
308 308
 									</div>
309 309
 								</td>
310 310
 							</tr>
Please login to merge, or discard this patch.
admin/jqadm/templates/plugin/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
 				<th class="actions">
117 117
 					<a class="btn fa act-add" tabindex="1"
118 118
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
119
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
119
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
120 120
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
121 121
 					</a>
122 122
 
@@ -198,12 +198,12 @@  discard block
 block discarded – undo
198 198
 					<td class="actions">
199 199
 						<a class="btn act-copy fa" tabindex="1"
200 200
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
201
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
201
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
202 202
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a>
203 203
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
204 204
 							<a class="btn act-delete fa" tabindex="1"
205 205
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'plugin', 'id' => $id] + $params, [], $delConfig ) ); ?>"
206
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
206
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
207 207
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a>
208 208
 						<?php endif; ?>
209 209
 					</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/group/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
 				<th class="actions">
110 110
 					<a class="btn fa act-add" tabindex="1"
111 111
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
112
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
112
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
113 113
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
114 114
 					</a>
115 115
 
@@ -162,12 +162,12 @@  discard block
 block discarded – undo
162 162
 					<td class="actions">
163 163
 						<a class="btn act-copy fa" tabindex="1"
164 164
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>"
165
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
165
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
166 166
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a>
167 167
 						<?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?>
168 168
 							<a class="btn act-delete fa" tabindex="1"
169 169
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'group', 'id' => $id] + $params, [], $delConfig ) ); ?>"
170
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
170
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
171 171
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a>
172 172
 						<?php endif; ?>
173 173
 					</td>
Please login to merge, or discard this patch.