@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | </th> |
34 | 34 | <th class="actions"> |
35 | 35 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
36 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
36 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
37 | 37 | v-on:click="addItem()"> |
38 | 38 | </div> |
39 | 39 | </th> |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | </td> |
70 | 70 | <td class="actions"> |
71 | 71 | <div v-if="!checkSite('product.lists.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
72 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
72 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
73 | 73 | v-on:click.stop="removeItem(idx)"> |
74 | 74 | </td> |
75 | 75 | </tr> |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | </th> |
34 | 34 | <th class="actions"> |
35 | 35 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
36 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
36 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
37 | 37 | v-on:click="addItem('product.lists.')"> |
38 | 38 | </div> |
39 | 39 | </th> |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | </td> |
69 | 69 | <td class="actions"> |
70 | 70 | <div v-if="!checkSite('product.lists.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
71 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
71 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
72 | 72 | v-on:click.stop="removeItem(idx)"> |
73 | 73 | </td> |
74 | 74 |
@@ -32,7 +32,7 @@ discard block |
||
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.property.')"> |
37 | 37 | </div> |
38 | 38 | </th> |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | |
89 | 89 | <td class="actions"> |
90 | 90 | <div v-if="!checkSite('product.property.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
91 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
91 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
92 | 92 | v-on:click.stop="removeItem(idx)"> |
93 | 93 | </div> |
94 | 94 | </td> |
@@ -579,7 +579,7 @@ discard block |
||
579 | 579 | <th class="actions"> |
580 | 580 | <a class="btn fa act-add" tabindex="1" |
581 | 581 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
582 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
582 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
583 | 583 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
584 | 584 | </a> |
585 | 585 | |
@@ -665,12 +665,12 @@ discard block |
||
665 | 665 | <td class="actions"> |
666 | 666 | <a class="btn act-copy fa" tabindex="1" |
667 | 667 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
668 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
668 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
669 | 669 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
670 | 670 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
671 | 671 | <a class="btn act-delete fa" tabindex="1" |
672 | 672 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'product', 'id' => $id] + $params, [], $delConfig ) ); ?>" |
673 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
673 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
674 | 674 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
675 | 675 | <?php endif; ?> |
676 | 676 | </td> |
@@ -31,7 +31,7 @@ discard block |
||
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 |
||
39 | 39 | <div class="card-tools-right"> |
40 | 40 | <div v-if="!checkSite('product.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 |
||
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 |
||
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('product.lists.siteid', idx)" |
297 | 297 | v-on:click="addConfig(idx)" > |
298 | 298 | </div> |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | <td class="actions"> |
320 | 320 | <div v-if="!checkSite('product.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 |
||
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('product.lists.')" > |
340 | 340 | </div> |
341 | 341 | </div> |
@@ -32,7 +32,7 @@ discard block |
||
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> |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | </td> |
67 | 67 | <td class="actions"> |
68 | 68 | <div v-if="!checkSite('product.lists.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
69 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
69 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
70 | 70 | v-on:click.stop="removeItem(idx)"> |
71 | 71 | </td> |
72 | 72 |
@@ -29,7 +29,7 @@ discard block |
||
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 |
||
37 | 37 | <div class="card-tools-right"> |
38 | 38 | <div v-if="!checkSite('product.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 |
||
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 |
||
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 |
||
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('product.lists.siteid', idx)" |
255 | 255 | v-on:click="addConfig(idx)" > |
256 | 256 | </div> |
@@ -277,7 +277,7 @@ discard block |
||
277 | 277 | <td class="actions"> |
278 | 278 | <div v-if="!checkSite('product.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 |
||
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('product.lists.')" > |
298 | 298 | </div> |
299 | 299 | </div> |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | |
62 | 62 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
63 | 63 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
64 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
64 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
65 | 65 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
66 | 66 | </a> |
67 | 67 | </li> |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | <th class="actions"> |
239 | 239 | <?php if( !$this->site()->readonly( $this->get( 'itemData/service.siteid' ) ) ) : ?> |
240 | 240 | <div class="btn act-add fa" tabindex="1" |
241 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"> |
|
241 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"> |
|
242 | 242 | </div> |
243 | 243 | <?php endif; ?> |
244 | 244 | </th> |
@@ -265,7 +265,7 @@ discard block |
||
265 | 265 | <td class="actions"> |
266 | 266 | <?php if( !$this->site()->readonly( $this->get( 'itemData/service.siteid' ) ) ) : ?> |
267 | 267 | <div class="btn act-delete fa" tabindex="1" |
268 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
268 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
269 | 269 | </div> |
270 | 270 | <?php endif; ?> |
271 | 271 | </td> |
@@ -288,7 +288,7 @@ discard block |
||
288 | 288 | <tr class="config-map-row prototype-map"> |
289 | 289 | <td class="config-map-actions"> |
290 | 290 | <div class="btn act-delete fa" tabindex="1" |
291 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
291 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
292 | 292 | </div> |
293 | 293 | </td> |
294 | 294 | <td class="config-map-row-key"> |
@@ -301,12 +301,12 @@ discard block |
||
301 | 301 | <tr class="config-map-actions"> |
302 | 302 | <td class="config-map-action-add"> |
303 | 303 | <div class="btn act-add fa" tabindex="1" |
304 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry') ); ?>"> |
|
304 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry' ) ); ?>"> |
|
305 | 305 | </div> |
306 | 306 | </td> |
307 | 307 | <td class="config-map-action-update" colspan="2"> |
308 | 308 | <div class="btn btn-primary act-update" tabindex="1"> |
309 | - <?= $enc->attr( $this->translate( 'admin', 'OK') ); ?> |
|
309 | + <?= $enc->attr( $this->translate( 'admin', 'OK' ) ); ?> |
|
310 | 310 | </div> |
311 | 311 | </td> |
312 | 312 | </tr> |
@@ -344,7 +344,7 @@ discard block |
||
344 | 344 | </td> |
345 | 345 | <td class="actions"> |
346 | 346 | <div class="btn act-delete fa" tabindex="1" |
347 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
347 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
348 | 348 | </div> |
349 | 349 | </td> |
350 | 350 | </tr> |
@@ -29,7 +29,7 @@ discard block |
||
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 |
||
37 | 37 | <div class="card-tools-right"> |
38 | 38 | <div v-if="!checkSite('service.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 |
||
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 |
||
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('service.lists.siteid', idx)" |
259 | 259 | v-on:click="addConfig(idx)" > |
260 | 260 | </div> |
@@ -281,7 +281,7 @@ discard block |
||
281 | 281 | <td class="actions"> |
282 | 282 | <div v-if="!checkSite('service.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 |
||
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('service.lists.')" > |
302 | 302 | </div> |
303 | 303 | </div> |