@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | </th> |
| 50 | 50 | <th class="actions"> |
| 51 | 51 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 52 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 52 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 53 | 53 | v-on:click="addItem()"> |
| 54 | 54 | </div> |
| 55 | 55 | </th> |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | |
| 111 | 111 | <div v-if="entry['attribute.id'] == ''" v-on:click="removeItem(idx)" |
| 112 | 112 | class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 113 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
| 113 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
| 114 | 114 | </div> |
| 115 | 115 | </td> |
| 116 | 116 | |
@@ -31,7 +31,7 @@ discard block |
||
| 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> |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | </td> |
| 68 | 68 | <td class="actions"> |
| 69 | 69 | <div v-if="!checkSite('product.lists.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 70 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 70 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 71 | 71 | v-on:click.stop="removeItem(idx)"> |
| 72 | 72 | </td> |
| 73 | 73 | </tr> |
@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | v-bind:aria-controls="'item-selection-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,16 +37,16 @@ discard block |
||
| 37 | 37 | <div class="card-tools-right"> |
| 38 | 38 | <a v-if="entry['product.id']" class="btn btn-card-header act-view fa" target="_blank" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 39 | 39 | v-bind:href="'<?= $enc->attr( $this->url( $target, $cntl, $action, ['id' => '_ID_'] + $this->get( 'pageParams', [] ), [], $config ) ); ?>'.replace('_ID_', entry['product.id'])" |
| 40 | - title="<?= $enc->attr( $this->translate( 'admin', 'View details') ); ?>"></a> |
|
| 40 | + title="<?= $enc->attr( $this->translate( 'admin', 'View details' ) ); ?>"></a> |
|
| 41 | 41 | |
| 42 | 42 | <div class="btn btn-card-header act-copy fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 43 | - title="<?= $enc->attr( $this->translate( 'admin', 'Duplicate entry (Ctrl+D)') ); ?>" |
|
| 43 | + title="<?= $enc->attr( $this->translate( 'admin', 'Duplicate entry (Ctrl+D)' ) ); ?>" |
|
| 44 | 44 | v-on:click.stop="copyItem(idx)"> |
| 45 | 45 | </div> |
| 46 | 46 | |
| 47 | 47 | <div v-if="!checkSite('product.lists.siteid', idx)" |
| 48 | 48 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 49 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 49 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 50 | 50 | v-on:click.stop="removeItem(idx)"> |
| 51 | 51 | </div> |
| 52 | 52 | </div> |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | </th> |
| 130 | 130 | <th class="actions"> |
| 131 | 131 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 132 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 132 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 133 | 133 | v-on:click="addAttributeItem(idx)"> |
| 134 | 134 | </div> |
| 135 | 135 | </th> |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | </td> |
| 165 | 165 | <td class="actions"> |
| 166 | 166 | <div v-if="!checkSite('product.lists.siteid', idx, attridx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 167 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 167 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 168 | 168 | v-on:click.stop="removeAttributeItem(idx, attridx)"> |
| 169 | 169 | </div> |
| 170 | 170 | </td> |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | |
| 182 | 182 | <div class="card-tools-more"> |
| 183 | 183 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 184 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 184 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 185 | 185 | v-on:click="addItem()" > |
| 186 | 186 | </div> |
| 187 | 187 | </div> |
@@ -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> |
@@ -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 | |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | </th> |
| 37 | 37 | <th class="actions"> |
| 38 | 38 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 39 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 39 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 40 | 40 | v-on:click="addItem()"> |
| 41 | 41 | </div> |
| 42 | 42 | </th> |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | </td> |
| 76 | 76 | <td class="actions"> |
| 77 | 77 | <div v-if="!checkSite('catalog.lists.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 78 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 78 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 79 | 79 | v-on:click.stop="removeItem(idx)"> |
| 80 | 80 | </td> |
| 81 | 81 | </tr> |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | </th> |
| 105 | 105 | <th class="actions"> |
| 106 | 106 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 107 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 107 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 108 | 108 | v-on:click="addItem()"> |
| 109 | 109 | </div> |
| 110 | 110 | </th> |
@@ -140,7 +140,7 @@ discard block |
||
| 140 | 140 | </td> |
| 141 | 141 | <td class="actions"> |
| 142 | 142 | <div v-if="!checkSite('catalog.lists.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 143 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 143 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 144 | 144 | v-on:click.stop="removeItem(idx)"> |
| 145 | 145 | </td> |
| 146 | 146 | </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()"> |
| 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> |