Passed
Branch master (d032f7)
by Aimeos
05:30
created
admin/jqadm/templates/order/item-invoice-standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 
108 108
 				<th class="actions">
109 109
 					<a class="btn fa act-add" href="#" tabindex="<?= $this->get( 'tabindex' ); ?>"
110
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
110
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
111 111
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>">
112 112
 					</a>
113 113
 
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
 				</td>
245 245
 				<td class="actions">
246 246
 					<a class="btn fa act-close" href="#" tabindex="<?= $this->get( 'tabindex' ); ?>"
247
-						title="<?= $enc->attr( $this->translate( 'admin', 'Close') ); ?>"
247
+						title="<?= $enc->attr( $this->translate( 'admin', 'Close' ) ); ?>"
248 248
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Close' ) ); ?>">
249 249
 					</a>
250 250
 				</td>
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
 					<td class="actions">
346 346
 						<?php if( !$this->site()->readonly( $siteId ) ) : ?>
347 347
 							<a class="btn act-edit fa" tabindex="<?= $this->get( 'tabindex' ); ?>" href="#"
348
-								title="<?= $enc->attr( $this->translate( 'admin', 'Edit this entry') ); ?>"
348
+								title="<?= $enc->attr( $this->translate( 'admin', 'Edit this entry' ) ); ?>"
349 349
 								aria-label="<?= $enc->attr( $this->translate( 'admin', 'Edit' ) ); ?>"></a>
350 350
 						<?php endif; ?>
351 351
 					</td>
Please login to merge, or discard this patch.
admin/jqadm/templates/order/list-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
 				<th class="actions">
237 237
 					<a class="btn fa act-download" tabindex="1"
238 238
 						href="<?= $enc->attr( $this->url( $expTarget, $expCntl, $expAction, $params, [], $expConfig ) ); ?>"
239
-						title="<?= $enc->attr( $this->translate( 'admin', 'Download') ); ?>"
239
+						title="<?= $enc->attr( $this->translate( 'admin', 'Download' ) ); ?>"
240 240
 						aria-label="<?= $enc->attr( $this->translate( 'admin', 'Download' ) ); ?>">
241 241
 					</a>
242 242
 
@@ -492,7 +492,7 @@  discard block
 block discarded – undo
492 492
 					<td class="actions">
493 493
 						<a class="btn act-copy fa"
494 494
 							href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $item->getBaseId()] + $params, [], $copyConfig ) ); ?>"
495
-							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>"
495
+							title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>"
496 496
 							aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a>
497 497
 					</td>
498 498
 				</tr>
Please login to merge, or discard this patch.
admin/jqadm/templates/type/text/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/text/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/text/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/text/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/type/catalog/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/catalog/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/type/price/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.