@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | <th class="actions"> |
| 117 | 117 | <a class="btn fa act-add" tabindex="1" |
| 118 | 118 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 119 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 119 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 120 | 120 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 121 | 121 | </a> |
| 122 | 122 | |
@@ -198,12 +198,12 @@ discard block |
||
| 198 | 198 | <td class="actions"> |
| 199 | 199 | <a class="btn act-copy fa" tabindex="1" |
| 200 | 200 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 201 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 201 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 202 | 202 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
| 203 | 203 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
| 204 | 204 | <a class="btn act-delete fa" tabindex="1" |
| 205 | 205 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'plugin', 'id' => $id] + $params, [], $delConfig ) ); ?>" |
| 206 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 206 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 207 | 207 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
| 208 | 208 | <?php endif; ?> |
| 209 | 209 | </td> |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | <th class="actions"> |
| 110 | 110 | <a class="btn fa act-add" tabindex="1" |
| 111 | 111 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 112 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 112 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 113 | 113 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 114 | 114 | </a> |
| 115 | 115 | |
@@ -162,12 +162,12 @@ discard block |
||
| 162 | 162 | <td class="actions"> |
| 163 | 163 | <a class="btn act-copy fa" tabindex="1" |
| 164 | 164 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 165 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 165 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 166 | 166 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
| 167 | 167 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
| 168 | 168 | <a class="btn act-delete fa" tabindex="1" |
| 169 | 169 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'group', 'id' => $id] + $params, [], $delConfig ) ); ?>" |
| 170 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 170 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 171 | 171 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
| 172 | 172 | <?php endif; ?> |
| 173 | 173 | </td> |
@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | |
| 155 | 155 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 156 | 156 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 157 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 157 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 158 | 158 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 159 | 159 | </a> |
| 160 | 160 | </li> |
@@ -321,7 +321,7 @@ discard block |
||
| 321 | 321 | <th class="actions"> |
| 322 | 322 | <?php if( !$this->site()->readonly( $this->get( 'itemData/product.siteid' ) ) ) : ?> |
| 323 | 323 | <div class="btn act-add fa" tabindex="1" |
| 324 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"> |
|
| 324 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"> |
|
| 325 | 325 | </div> |
| 326 | 326 | <?php endif; ?> |
| 327 | 327 | </th> |
@@ -346,7 +346,7 @@ discard block |
||
| 346 | 346 | <td class="actions"> |
| 347 | 347 | <?php if( !$this->site()->readonly( $this->get( 'itemData/product.siteid' ) ) ) : ?> |
| 348 | 348 | <div class="btn act-delete fa" tabindex="1" |
| 349 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
| 349 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
| 350 | 350 | </div> |
| 351 | 351 | <?php endif; ?> |
| 352 | 352 | </td> |
@@ -365,7 +365,7 @@ discard block |
||
| 365 | 365 | <td class="actions"> |
| 366 | 366 | <?php if( !$this->site()->readonly( $this->get( 'itemData/product.siteid' ) ) ) : ?> |
| 367 | 367 | <div class="btn act-delete fa" tabindex="1" |
| 368 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
| 368 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
| 369 | 369 | </div> |
| 370 | 370 | <?php endif; ?> |
| 371 | 371 | </td> |
@@ -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 | |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | </th> |
| 47 | 47 | <th class="actions"> |
| 48 | 48 | <div v-if="(items['stock.id'] || []).length < numtypes" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 49 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 49 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 50 | 50 | v-on:click="addItem()"> |
| 51 | 51 | </div> |
| 52 | 52 | </th> |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | name="<?= $enc->attr( $this->formparam( array( 'stock', 'stock.id', '' ) ) ); ?>" /> |
| 97 | 97 | |
| 98 | 98 | <div v-if="!checkSite('stock.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 99 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 99 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 100 | 100 | v-on:click.stop="removeItem(idx)"> |
| 101 | 101 | </div> |
| 102 | 102 | </td> |
@@ -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-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('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> |
@@ -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('product.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('product.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('product.lists.')" > |
| 302 | 302 | </div> |
| 303 | 303 | </div> |
@@ -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 | |