Passed
Branch master (d032f7)
by Aimeos
05:30
created
admin/jqadm/templates/type/service/item-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
 				<?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?>
55 55
 					<li class="nav-item <?= $enc->attr( $subpart ); ?>">
56
-						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>">
56
+						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>">
57 57
 							<?= $enc->html( $this->translate( 'admin', $subpart ) ); ?>
58 58
 						</a>
59 59
 					</li>
Please login to merge, or discard this patch.
admin/jqadm/templates/type/service/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 				<th class="actions">
120 120
 					<a class="btn fa act-add" tabindex="1"
121 121
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
122
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
122
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
123 123
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
124 124
 					</a>
125 125
 
@@ -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, ['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/type/service/lists/item-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
 				<?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?>
55 55
 					<li class="nav-item <?= $enc->attr( $subpart ); ?>">
56
-						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>">
56
+						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>">
57 57
 							<?= $enc->html( $this->translate( 'admin', $subpart ) ); ?>
58 58
 						</a>
59 59
 					</li>
Please login to merge, or discard this patch.
admin/jqadm/templates/type/service/lists/list-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 				<th class="actions">
120 120
 					<a class="btn fa act-add" tabindex="1"
121 121
 						href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>"
122
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
122
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
123 123
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
124 124
 					</a>
125 125
 
@@ -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, ['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/supplier/item-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
 				<?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?>
55 55
 					<li class="nav-item <?= $enc->attr( $subpart ); ?>">
56
-						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>">
56
+						<a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>">
57 57
 							<?= $enc->html( $this->translate( 'admin', $subpart ) ); ?>
58 58
 						</a>
59 59
 					</li>
Please login to merge, or discard this patch.
admin/jqadm/templates/supplier/item-media-property-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 				</th>
25 25
 				<th class="actions">
26 26
 					<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
27
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
27
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
28 28
 						v-on:click="addPropertyItem(idx)">
29 29
 					</div>
30 30
 				</th>
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
 				<td class="actions">
79 79
 					<div v-if="!checkSite('media.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
80
-						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
80
+						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
81 81
 						v-on:click.stop="removePropertyItem(idx, propidx)">
82 82
 					</div>
83 83
 				</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/supplier/item-product-standard.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 
85 85
 				<th class="actions">
86 86
 					<a class="btn fa act-add" href="#" tabindex="<?= $this->get( 'tabindex' ); ?>"
87
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
87
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
88 88
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
89 89
 					</a>
90 90
 
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
 										</th>
221 221
 										<th class="actions">
222 222
 											<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
223
-												title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>">
223
+												title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>">
224 224
 											</div>
225 225
 										</th>
226 226
 									</tr>
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
 										</td>
238 238
 										<td class="actions">
239 239
 											<div class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
240
-												title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
240
+												title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
241 241
 											</div>
242 242
 										</td>
243 243
 									</tr>
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
 				</td>
249 249
 				<td class="actions">
250 250
 					<a class="btn fa act-close" href="#" tabindex="<?= $this->get( 'tabindex' ); ?>"
251
-						title="<?= $enc->attr( $this->translate( 'admin', 'Close') ); ?>"
251
+						title="<?= $enc->attr( $this->translate( 'admin', 'Close' ) ); ?>"
252 252
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Close' ) ); ?>">
253 253
 					</a>
254 254
 				</td>
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
 									<tr class="config-map-row prototype-map">
320 320
 										<td class="config-map-actions">
321 321
 											<div class="btn act-delete fa" tabindex="1"
322
-												title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
322
+												title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
323 323
 											</div>
324 324
 										</td>
325 325
 										<td class="config-map-row-key">
@@ -332,12 +332,12 @@  discard block
 block discarded – undo
332 332
 									<tr class="config-map-actions">
333 333
 										<td class="config-map-action-add">
334 334
 											<div class="btn act-add fa" tabindex="1"
335
-												title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry') ); ?>">
335
+												title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry' ) ); ?>">
336 336
 											</div>
337 337
 										</td>
338 338
 										<td class="config-map-action-update" colspan="2">
339 339
 											<div class="btn btn-primary act-update" tabindex="1">
340
-												<?= $enc->attr( $this->translate( 'admin', 'OK') ); ?>
340
+												<?= $enc->attr( $this->translate( 'admin', 'OK' ) ); ?>
341 341
 											</div>
342 342
 										</td>
343 343
 									</tr>
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
 							<?php if( $refItem ) : ?>
373 373
 								<a class="btn act-view fa item-refid" tabindex="<?= $this->get( 'tabindex' ); ?>" target="_blank"
374 374
 									href="<?= $enc->attr( $this->url( $getTarget, $getCntl, $getAction, ['resource' => 'product', 'id' => $refId] + $params, [], $getConfig ) ); ?>"
375
-									title="<?= $enc->attr( $this->translate( 'admin', 'Show entry') ); ?>"
375
+									title="<?= $enc->attr( $this->translate( 'admin', 'Show entry' ) ); ?>"
376 376
 									aria-label="<?= $enc->attr( $this->translate( 'admin', 'Show' ) ); ?>">
377 377
 									<?= $enc->html( $refId ); ?> - <?= $enc->html( $refItem->getLabel() . ' (' . $refItem->getCode() . ')' ); ?>
378 378
 								</a>
@@ -388,11 +388,11 @@  discard block
 block discarded – undo
388 388
 
389 389
 						<?php if( !$this->site()->readonly( $siteId ) ) : ?>
390 390
 							<a class="btn act-edit fa" tabindex="<?= $this->get( 'tabindex' ); ?>" href="#"
391
-								title="<?= $enc->attr( $this->translate( 'admin', 'Edit this entry') ); ?>"
391
+								title="<?= $enc->attr( $this->translate( 'admin', 'Edit this entry' ) ); ?>"
392 392
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Edit' ) ); ?>"></a>
393 393
 							<a class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
394 394
 								href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'supplier/lists', 'id' => $listId] + $params, [], $delConfig ) ); ?>"
395
-								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
395
+								title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
396 396
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a>
397 397
 						<?php endif; ?>
398 398
 					</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/supplier/item-text-standard.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 				v-bind:aria-controls="'item-text-group-data-' + idx" aria-expanded="false">
30 30
 				<div class="card-tools-left">
31 31
 					<div class="btn btn-card-header act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
32
-						title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry') ); ?>">
32
+						title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry' ) ); ?>">
33 33
 					</div>
34 34
 				</div>
35 35
 				<span class="item-label header-label" v-html="getLabel(idx)"></span>
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
 				<div class="card-tools-right">
38 38
 					<div v-if="!checkSite('supplier.lists.siteid', idx)"
39 39
 						class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
40
-						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
40
+						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
41 41
 						v-on:click.stop="removeItem(idx)">
42 42
 					</div>
43 43
 				</div>
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
 				<div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }">
173 173
 					<div class="card-tools-left">
174 174
 						<div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
175
-							title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>">
175
+							title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>">
176 176
 						</div>
177 177
 					</div>
178 178
 					<span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span>
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
 								</th>
255 255
 								<th class="actions">
256 256
 									<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
257
-										title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
257
+										title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
258 258
 										v-bind:readonly="checkSite('supplier.lists.siteid', idx)"
259 259
 										v-on:click="addConfig(idx)" >
260 260
 									</div>
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
 								<td class="actions">
282 282
 									<div v-if="!checkSite('supplier.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)"
283 283
 										class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
284
-										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
284
+										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
285 285
 									</div>
286 286
 								</td>
287 287
 							</tr>
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
 
298 298
 		<div class="card-tools-more">
299 299
 			<div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
300
-				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
300
+				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
301 301
 				v-on:click="addItem('supplier.lists.')" >
302 302
 			</div>
303 303
 		</div>
Please login to merge, or discard this patch.
admin/jqadm/templates/supplier/item-address-standard.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -31,19 +31,19 @@  discard block
 block discarded – undo
31 31
 				v-bind:aria-controls="'item-address-group-data-' + idx" aria-expanded="false">
32 32
 				<div class="card-tools-left">
33 33
 					<div class="btn btn-card-header act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
34
-						title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry') ); ?>">
34
+						title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry' ) ); ?>">
35 35
 					</div>
36 36
 				</div>
37 37
 				<span class="item-label header-label">{{ getLabel(idx, 'supplier.address.') }}</span>
38 38
 				&nbsp;
39 39
 				<div class="card-tools-right">
40 40
 					<div class="btn btn-card-header act-copy fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
41
-						title="<?= $enc->attr( $this->translate( 'admin', 'Duplicate entry (Ctrl+D)') ); ?>"
41
+						title="<?= $enc->attr( $this->translate( 'admin', 'Duplicate entry (Ctrl+D)' ) ); ?>"
42 42
 						v-on:click.stop="duplicateItem(idx)">
43 43
 					</div>
44 44
 					<div v-if="!checkSite('supplier.address.siteid', idx)"
45 45
 						class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
46
-						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
46
+						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
47 47
 						v-on:click="removeItem(idx)">
48 48
 					</div>
49 49
 				</div>
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
 
338 338
 		<div class="card-tools-more">
339 339
 			<div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
340
-				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
340
+				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
341 341
 				v-on:click="addItem('supplier.address.')" >
342 342
 			</div>
343 343
 		</div>
Please login to merge, or discard this patch.