Passed
Push — master ( 593bd2...8a7a50 )
by Aimeos
03:38
created
admin/jqadm/templates/product/item-characteristic-attribute-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 				</th>
32 32
 				<th class="actions">
33 33
 					<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
34
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
34
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
35 35
 						v-on:click="addItem()">
36 36
 					</div>
37 37
 				</th>
Please login to merge, or discard this patch.
admin/jqadm/templates/product/item-option-custom-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 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('product.lists.')">
37 37
 				</th>
38 38
 			</tr>
Please login to merge, or discard this patch.
admin/jqadm/templates/product/item-characteristic-variant-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 				</th>
32 32
 				<th class="actions">
33 33
 					<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
34
-						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
34
+						title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
35 35
 						v-on:click="addItem()">
36 36
 					</div>
37 37
 				</th>
Please login to merge, or discard this patch.