@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | </th> |
| 25 | 25 | <th class="actions"> |
| 26 | 26 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 27 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 27 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 28 | 28 | v-on:click="addPropertyItem(idx)"> |
| 29 | 29 | </div> |
| 30 | 30 | </th> |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | |
| 78 | 78 | <td class="actions"> |
| 79 | 79 | <div v-if="!checkSite('media.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 80 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 80 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 81 | 81 | v-on:click.stop="removePropertyItem(idx, propidx)"> |
| 82 | 82 | </div> |
| 83 | 83 | </td> |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -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 | |
@@ -171,11 +171,11 @@ discard block |
||
| 171 | 171 | <td class="actions"> |
| 172 | 172 | <a class="btn act-copy fa" tabindex="1" |
| 173 | 173 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 174 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 174 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 175 | 175 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
| 176 | 176 | <a class="btn act-delete fa" tabindex="1" |
| 177 | 177 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 178 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 178 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 179 | 179 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
| 180 | 180 | </td> |
| 181 | 181 | </tr> |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -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 | |
@@ -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> |
@@ -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 | |
@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | </th> |
| 25 | 25 | <th class="actions"> |
| 26 | 26 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 27 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 27 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 28 | 28 | v-on:click="addPropertyItem(idx)"> |
| 29 | 29 | </div> |
| 30 | 30 | </th> |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | |
| 78 | 78 | <td class="actions"> |
| 79 | 79 | <div v-if="!checkSite('media.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 80 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 80 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 81 | 81 | v-on:click.stop="removePropertyItem(idx, propidx)"> |
| 82 | 82 | </div> |
| 83 | 83 | </td> |
@@ -119,7 +119,7 @@ discard block |
||
| 119 | 119 | <th class="actions"> |
| 120 | 120 | <a class="btn fa act-add" tabindex="1" |
| 121 | 121 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 122 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 122 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 123 | 123 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 124 | 124 | </a> |
| 125 | 125 | |
@@ -199,12 +199,12 @@ discard block |
||
| 199 | 199 | <td class="actions"> |
| 200 | 200 | <a class="btn act-copy fa" tabindex="1" |
| 201 | 201 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 202 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 202 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 203 | 203 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
| 204 | 204 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
| 205 | 205 | <a class="btn act-delete fa" tabindex="1" |
| 206 | 206 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 207 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 207 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 208 | 208 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
| 209 | 209 | <?php endif; ?> |
| 210 | 210 | </td> |