Passed
Push — master ( 41373a...89c8ae )
by Aimeos
05:11
created
admin/jqadm/templates/service/item-price-standard.php 2 patches
Braces   +15 added lines, -6 removed lines patch added patch discarded remove patch
@@ -154,9 +154,12 @@  discard block
 block discarded – undo
154 154
 								</select>
155 155
 							</div>
156 156
 						</div>
157
-					<?php else : ?>
157
+					<?php else {
158
+	: ?>
158 159
 						<input class="item-currencyid" type="hidden"
159
-							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.currencyid' ) ) ); ?>'.replace('idx', idx)"
160
+							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.currencyid' ) ) );
161
+}
162
+?>'.replace('idx', idx)"
160 163
 							value="<?= $enc->attr( key( $currencies ) ); ?>" />
161 164
 					<?php endif; ?>
162 165
 
@@ -184,9 +187,12 @@  discard block
 block discarded – undo
184 187
 								<?= $enc->html( $this->translate( 'admin', 'Types for additional prices like per one lb/kg or per month' ) ); ?>
185 188
 							</div>
186 189
 						</div>
187
-					<?php else : ?>
190
+					<?php else {
191
+	: ?>
188 192
 						<input class="item-type" type="hidden"
189
-							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.type' ) ) ); ?>'.replace('idx', idx)"
193
+							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'price.type' ) ) );
194
+}
195
+?>'.replace('idx', idx)"
190 196
 							value="<?= $enc->attr( key( $priceTypes ) ); ?>" />
191 197
 					<?php endif; ?>
192 198
 
@@ -242,9 +248,12 @@  discard block
 block discarded – undo
242 248
 								<?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?>
243 249
 							</div>
244 250
 						</div>
245
-					<?php else : ?>
251
+					<?php else {
252
+	: ?>
246 253
 						<input class="listitem-type" type="hidden"
247
-							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'service.lists.type' ) ) ); ?>'.replace('idx', idx)"
254
+							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'price', 'idx', 'service.lists.type' ) ) );
255
+}
256
+?>'.replace('idx', idx)"
248 257
 							value="<?= $enc->attr( key( $listTypes ) ); ?>"
249 258
 							v-model="items[idx]['service.lists.type']" />
250 259
 					<?php endif; ?>
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 				v-bind:aria-controls="'item-price-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" v-html="getLabel(idx)"></span>
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 				<div class="card-tools-right">
40 40
 					<div v-if="!checkSite('service.lists.siteid', idx)"
41 41
 						class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
42
-						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"
42
+						title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"
43 43
 						v-on:click.stop="removeItem(idx)">
44 44
 					</div>
45 45
 				</div>
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
 				<div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }">
211 211
 					<div class="card-tools-left">
212 212
 						<div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
213
-							title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>">
213
+							title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>">
214 214
 						</div>
215 215
 					</div>
216 216
 					<span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span>
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
 								</th>
293 293
 								<th class="actions">
294 294
 									<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
295
-										title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
295
+										title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
296 296
 										v-bind:readonly="checkSite('service.lists.siteid', idx)"
297 297
 										v-on:click="addConfig(idx)" >
298 298
 									</div>
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
 								<td class="actions">
320 320
 									<div v-if="!checkSite('service.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)"
321 321
 										class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
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
 							</tr>
@@ -335,7 +335,7 @@  discard block
 block discarded – undo
335 335
 
336 336
 		<div class="card-tools-more">
337 337
 			<div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
338
-				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
338
+				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
339 339
 				v-on:click="addItem('service.lists.')" >
340 340
 			</div>
341 341
 		</div>
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Special/Price/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -270,8 +270,7 @@
 block discarded – undo
270 270
 				$listItem = $listManager->createItem()->setType( 'custom' )->setRefId( $attrId );
271 271
 				$item->addListItem( 'attribute', $listItem, $listItem->getRefItem() );
272 272
 			}
273
-		}
274
-		else
273
+		} else
275 274
 		{
276 275
 			if( ( $litem = $item->getListItem( 'attribute', 'custom', $attrId, false ) ) !== null ) {
277 276
 				$item->deleteListItem( 'attribute', $litem );
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Catalog/Media/Property/Standard.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				{
292 292
 					$propItem = $propItems[$entry['media.property.id']];
293 293
 					unset( $propItems[$entry['media.property.id']] );
294
-				}
295
-				else
294
+				} else
296 295
 				{
297 296
 					$propItem = $propManager->createItem();
298 297
 				}
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
 
219 219
 		$search = $manager->createSearch( true )->setSlice( 0, 10000 );
220 220
 		$search->setConditions( $search->compare( '==', 'media.property.type.domain', 'catalog' ) );
221
-		$search->setSortations( [$search->sort( '+', 'media.property.type.position')] );
221
+		$search->setSortations( [$search->sort( '+', 'media.property.type.position' )] );
222 222
 
223 223
 		$view->propertyTypes = $this->map( $manager->searchItems( $search ) );
224 224
 
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Service/Media/Property/Standard.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				{
292 292
 					$propItem = $propItems[$entry['media.property.id']];
293 293
 					unset( $propItems[$entry['media.property.id']] );
294
-				}
295
-				else
294
+				} else
296 295
 				{
297 296
 					$propItem = $propManager->createItem();
298 297
 				}
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
 
219 219
 		$search = $manager->createSearch( true )->setSlice( 0, 10000 );
220 220
 		$search->setConditions( $search->compare( '==', 'media.property.type.domain', 'service' ) );
221
-		$search->setSortations( [$search->sort( '+', 'media.property.type.position')] );
221
+		$search->setSortations( [$search->sort( '+', 'media.property.type.position' )] );
222 222
 
223 223
 		$view->propertyTypes = $this->map( $manager->searchItems( $search ) );
224 224
 
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Supplier/Media/Property/Standard.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				{
292 292
 					$propItem = $propItems[$entry['media.property.id']];
293 293
 					unset( $propItems[$entry['media.property.id']] );
294
-				}
295
-				else
294
+				} else
296 295
 				{
297 296
 					$propItem = $propManager->createItem();
298 297
 				}
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
 
219 219
 		$search = $manager->createSearch( true )->setSlice( 0, 10000 );
220 220
 		$search->setConditions( $search->compare( '==', 'media.property.type.domain', 'supplier' ) );
221
-		$search->setSortations( [$search->sort( '+', 'media.property.type.position')] );
221
+		$search->setSortations( [$search->sort( '+', 'media.property.type.position' )] );
222 222
 
223 223
 		$view->propertyTypes = $this->map( $manager->searchItems( $search ) );
224 224
 
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Media/Property/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				{
292 292
 					$propItem = $propItems[$entry['media.property.id']];
293 293
 					unset( $propItems[$entry['media.property.id']] );
294
-				}
295
-				else
294
+				} else
296 295
 				{
297 296
 					$propItem = $propManager->createItem();
298 297
 				}
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Attribute/Media/Property/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,7 @@
 block discarded – undo
291 291
 				{
292 292
 					$propItem = $propItems[$entry['media.property.id']];
293 293
 					unset( $propItems[$entry['media.property.id']] );
294
-				}
295
-				else
294
+				} else
296 295
 				{
297 296
 					$propItem = $propManager->createItem();
298 297
 				}
Please login to merge, or discard this patch.
admin/jqadm/templates/supplier/item-media-standard.php 2 patches
Braces   +10 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,9 +121,12 @@  discard block
 block discarded – undo
121 121
 								<?= $enc->html( $this->translate( 'admin', 'Types for additional images like icons' ) ); ?>
122 122
 							</div>
123 123
 						</div>
124
-					<?php else : ?>
124
+					<?php else {
125
+	: ?>
125 126
 						<input class="item-type" type="hidden"
126
-							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.type' ) ) ); ?>'.replace( 'idx', idx )"
127
+							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.type' ) ) );
128
+}
129
+?>'.replace( 'idx', idx )"
127 130
 							value="<?= $enc->attr( key( $mediaTypes ) ); ?>" />
128 131
 					<?php endif; ?>
129 132
 
@@ -201,9 +204,12 @@  discard block
 block discarded – undo
201 204
 								<?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?>
202 205
 							</div>
203 206
 						</div>
204
-					<?php else : ?>
207
+					<?php else {
208
+	: ?>
205 209
 						<input class="listitem-type" type="hidden"
206
-							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'supplier.lists.type' ) ) ); ?>'.replace( 'idx', idx )"
210
+							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'supplier.lists.type' ) ) );
211
+}
212
+?>'.replace( 'idx', idx )"
207 213
 							value="<?= $enc->attr( key( $listTypes ) ); ?>"
208 214
 							v-model="items[idx]['supplier.lists.type']" />
209 215
 					<?php endif; ?>
Please login to merge, or discard this patch.
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 				v-bind:aria-controls="'item-media-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>
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.url' ) ) ); ?>'.replace( 'idx', idx )"
63 63
 							v-model="items[idx]['media.url']" />
64 64
 						<img v-if="items[idx]['media.preview']" class="item-preview"
65
-							v-bind:src="getUrl('<?= $this->content('') ?>', items[idx]['media.preview'])"
65
+							v-bind:src="getUrl('<?= $this->content( '' ) ?>', items[idx]['media.preview'])"
66 66
 							v-bind:alt="items[idx]['media.label']" />
67 67
 						<p v-else class="item-preview">
68 68
 							{{ items[idx]['media.label'] || '<?= $enc->html( $this->translate( 'admin', 'Select file' ) ) ?>' }}
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
 				<div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }">
172 172
 					<div class="card-tools-left">
173 173
 						<div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
174
-							title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>">
174
+							title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>">
175 175
 						</div>
176 176
 					</div>
177 177
 					<span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span>
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
 								</th>
251 251
 								<th class="actions">
252 252
 									<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
253
-										title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
253
+										title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
254 254
 										v-bind:readonly="checkSite('supplier.lists.siteid', idx)"
255 255
 										v-on:click="addConfig(idx)" >
256 256
 									</div>
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
 								<td class="actions">
278 278
 									<div v-if="!checkSite('supplier.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)"
279 279
 										class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
280
-										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
280
+										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
281 281
 									</div>
282 282
 								</td>
283 283
 							</tr>
@@ -293,7 +293,7 @@  discard block
 block discarded – undo
293 293
 
294 294
 		<div class="card-tools-more">
295 295
 			<div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
296
-				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
296
+				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
297 297
 				v-on:click="addItem('supplier.lists.')" >
298 298
 			</div>
299 299
 		</div>
Please login to merge, or discard this patch.
admin/jqadm/templates/catalog/item-media-standard.php 2 patches
Braces   +10 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,9 +121,12 @@  discard block
 block discarded – undo
121 121
 								<?= $enc->html( $this->translate( 'admin', 'Types for additional images like icons' ) ); ?>
122 122
 							</div>
123 123
 						</div>
124
-					<?php else : ?>
124
+					<?php else {
125
+	: ?>
125 126
 						<input class="item-type" type="hidden"
126
-							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.type' ) ) ); ?>'.replace( 'idx', idx )"
127
+							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.type' ) ) );
128
+}
129
+?>'.replace( 'idx', idx )"
127 130
 							value="<?= $enc->attr( key( $mediaTypes ) ); ?>" />
128 131
 					<?php endif; ?>
129 132
 
@@ -201,9 +204,12 @@  discard block
 block discarded – undo
201 204
 								<?= $enc->html( $this->translate( 'admin', 'Second level type for grouping items' ) ); ?>
202 205
 							</div>
203 206
 						</div>
204
-					<?php else : ?>
207
+					<?php else {
208
+	: ?>
205 209
 						<input class="listitem-type" type="hidden"
206
-							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'catalog.lists.type' ) ) ); ?>'.replace( 'idx', idx )"
210
+							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'catalog.lists.type' ) ) );
211
+}
212
+?>'.replace( 'idx', idx )"
207 213
 							value="<?= $enc->attr( key( $listTypes ) ); ?>"
208 214
 							v-model="items[idx]['catalog.lists.type']" />
209 215
 					<?php endif; ?>
Please login to merge, or discard this patch.
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 				v-bind:aria-controls="'item-media-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('catalog.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>
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 							v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.url' ) ) ); ?>'.replace( 'idx', idx )"
63 63
 							v-model="items[idx]['media.url']" />
64 64
 						<img v-if="items[idx]['media.preview']" class="item-preview"
65
-							v-bind:src="getUrl('<?= $this->content('') ?>', items[idx]['media.preview'])"
65
+							v-bind:src="getUrl('<?= $this->content( '' ) ?>', items[idx]['media.preview'])"
66 66
 							v-bind:alt="items[idx]['media.label']" />
67 67
 						<p v-else class="item-preview">
68 68
 							{{ items[idx]['media.label'] || '<?= $enc->html( $this->translate( 'admin', 'Select file' ) ) ?>' }}
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
 				<div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }">
172 172
 					<div class="card-tools-left">
173 173
 						<div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
174
-							title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>">
174
+							title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>">
175 175
 						</div>
176 176
 					</div>
177 177
 					<span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span>
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
 								</th>
251 251
 								<th class="actions">
252 252
 									<div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
253
-										title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
253
+										title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
254 254
 										v-bind:readonly="checkSite('catalog.lists.siteid', idx)"
255 255
 										v-on:click="addConfig(idx)" >
256 256
 									</div>
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
 								<td class="actions">
278 278
 									<div v-if="!checkSite('catalog.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)"
279 279
 										class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
280
-										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>">
280
+										title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>">
281 281
 									</div>
282 282
 								</td>
283 283
 							</tr>
@@ -293,7 +293,7 @@  discard block
 block discarded – undo
293 293
 
294 294
 		<div class="card-tools-more">
295 295
 			<div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>"
296
-				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"
296
+				title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"
297 297
 				v-on:click="addItem('catalog.lists.')" >
298 298
 			</div>
299 299
 		</div>
Please login to merge, or discard this patch.