Passed
Push — master ( a0eb70...a8a022 )
by Aimeos
04:23
created
admin/jqadm/templates/catalog/item-text-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
269 269
 											<th class="actions">
270 270
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
271
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
271
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
272 272
 											</th>
273 273
 										</tr>
274 274
 									</thead>
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
 											</td>
288 288
 											<td class="actions">
289 289
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
290
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
290
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
291 291
 											</td>
292 292
 										</tr>
293 293
 									</tbody>
Please login to merge, or discard this patch.
admin/jqadm/templates/catalog/item-media-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
239 239
 											<th class="actions">
240 240
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
241
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
241
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
242 242
 											</th>
243 243
 										</tr>
244 244
 									</thead>
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
257 257
 											</td>
258 258
 											<td class="actions">
259 259
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
260
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
260
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
261 261
 											</td>
262 262
 										</tr>
263 263
 									</tbody>
Please login to merge, or discard this patch.
admin/jqadm/templates/supplier/item-text-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
269 269
 											<th class="actions">
270 270
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
271
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
271
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
272 272
 											</th>
273 273
 										</tr>
274 274
 									</thead>
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
 											</td>
288 288
 											<td class="actions">
289 289
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
290
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
290
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
291 291
 											</td>
292 292
 										</tr>
293 293
 									</tbody>
Please login to merge, or discard this patch.
admin/jqadm/templates/supplier/item-media-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
239 239
 											<th class="actions">
240 240
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
241
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
241
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
242 242
 											</th>
243 243
 										</tr>
244 244
 									</thead>
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
257 257
 											</td>
258 258
 											<td class="actions">
259 259
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
260
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
260
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
261 261
 											</td>
262 262
 										</tr>
263 263
 									</tbody>
Please login to merge, or discard this patch.
admin/jqadm/templates/product/item-text-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
288 288
 											<th class="actions">
289 289
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
290
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
290
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
291 291
 											</th>
292 292
 										</tr>
293 293
 									</thead>
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
 											</td>
307 307
 											<td class="actions">
308 308
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
309
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
309
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
310 310
 											</td>
311 311
 										</tr>
312 312
 									</tbody>
Please login to merge, or discard this patch.
admin/jqadm/templates/product/item-price-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
285 285
 											<th class="actions">
286 286
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
287
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
287
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
288 288
 											</th>
289 289
 										</tr>
290 290
 									</thead>
@@ -303,7 +303,7 @@  discard block
 block discarded – undo
303 303
 											</td>
304 304
 											<td class="actions">
305 305
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
306
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
306
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
307 307
 											</td>
308 308
 										</tr>
309 309
 									</tbody>
Please login to merge, or discard this patch.
admin/jqadm/templates/product/item-media-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
239 239
 											<th class="actions">
240 240
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
241
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
241
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
242 242
 											</th>
243 243
 										</tr>
244 244
 									</thead>
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
257 257
 											</td>
258 258
 											<td class="actions">
259 259
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
260
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
260
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
261 261
 											</td>
262 262
 										</tr>
263 263
 									</tbody>
Please login to merge, or discard this patch.
admin/jqadm/templates/attribute/item-text-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
269 269
 											<th class="actions">
270 270
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
271
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
271
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
272 272
 											</th>
273 273
 										</tr>
274 274
 									</thead>
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
 											</td>
288 288
 											<td class="actions">
289 289
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
290
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
290
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
291 291
 											</td>
292 292
 										</tr>
293 293
 									</tbody>
Please login to merge, or discard this patch.
admin/jqadm/templates/attribute/item-price-standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
 											<th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th>
285 285
 											<th class="actions">
286 286
 												<div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()"
287
-													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div>
287
+													title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div>
288 288
 											</th>
289 289
 										</tr>
290 290
 									</thead>
@@ -303,7 +303,7 @@  discard block
 block discarded – undo
303 303
 											</td>
304 304
 											<td class="actions">
305 305
 												<div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)"
306
-													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div>
306
+													title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div>
307 307
 											</td>
308 308
 										</tr>
309 309
 									</tbody>
Please login to merge, or discard this patch.