@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | <th class="actions"> |
| 128 | 128 | <a class="btn fa act-add" tabindex="1" |
| 129 | 129 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 130 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 130 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 131 | 131 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 132 | 132 | </a> |
| 133 | 133 | |
@@ -209,13 +209,13 @@ discard block |
||
| 209 | 209 | <td class="actions"> |
| 210 | 210 | <a class="btn act-copy fa" tabindex="1" |
| 211 | 211 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 212 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 212 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 213 | 213 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"> |
| 214 | 214 | </a> |
| 215 | 215 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
| 216 | 216 | <a class="btn act-delete fa" tabindex="1" |
| 217 | 217 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 218 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 218 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 219 | 219 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"> |
| 220 | 220 | </a> |
| 221 | 221 | <?php endif; ?> |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | <th class="actions"> |
| 128 | 128 | <a class="btn fa act-add" tabindex="1" |
| 129 | 129 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 130 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 130 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 131 | 131 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 132 | 132 | </a> |
| 133 | 133 | |
@@ -209,13 +209,13 @@ discard block |
||
| 209 | 209 | <td class="actions"> |
| 210 | 210 | <a class="btn act-copy fa" tabindex="1" |
| 211 | 211 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 212 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 212 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 213 | 213 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"> |
| 214 | 214 | </a> |
| 215 | 215 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
| 216 | 216 | <a class="btn act-delete fa" tabindex="1" |
| 217 | 217 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 218 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 218 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 219 | 219 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"> |
| 220 | 220 | </a> |
| 221 | 221 | <?php endif; ?> |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | <th class="actions"> |
| 128 | 128 | <a class="btn fa act-add" tabindex="1" |
| 129 | 129 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 130 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 130 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 131 | 131 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 132 | 132 | </a> |
| 133 | 133 | |
@@ -209,13 +209,13 @@ discard block |
||
| 209 | 209 | <td class="actions"> |
| 210 | 210 | <a class="btn act-copy fa" tabindex="1" |
| 211 | 211 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 212 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 212 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 213 | 213 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"> |
| 214 | 214 | </a> |
| 215 | 215 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
| 216 | 216 | <a class="btn act-delete fa" tabindex="1" |
| 217 | 217 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 218 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 218 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 219 | 219 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"> |
| 220 | 220 | </a> |
| 221 | 221 | <?php endif; ?> |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | <th class="actions"> |
| 128 | 128 | <a class="btn fa act-add" tabindex="1" |
| 129 | 129 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 130 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 130 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 131 | 131 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 132 | 132 | </a> |
| 133 | 133 | |
@@ -209,13 +209,13 @@ discard block |
||
| 209 | 209 | <td class="actions"> |
| 210 | 210 | <a class="btn act-copy fa" tabindex="1" |
| 211 | 211 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 212 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 212 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 213 | 213 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"> |
| 214 | 214 | </a> |
| 215 | 215 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
| 216 | 216 | <a class="btn act-delete fa" tabindex="1" |
| 217 | 217 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 218 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 218 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 219 | 219 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"> |
| 220 | 220 | </a> |
| 221 | 221 | <?php endif; ?> |
@@ -33,14 +33,14 @@ discard block |
||
| 33 | 33 | v-bind:aria-controls="'item-address-group-data-' + idx" aria-expanded="false"> |
| 34 | 34 | <div class="card-tools-left"> |
| 35 | 35 | <div class="btn btn-card-header act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 36 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry') ); ?>"> |
|
| 36 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry' ) ); ?>"> |
|
| 37 | 37 | </div> |
| 38 | 38 | </div> |
| 39 | 39 | <span class="item-label header-label">{{ getLabel(idx, 'customer.address.') }}</span> |
| 40 | 40 | |
| 41 | 41 | <div class="card-tools-right"> |
| 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="duplicateItem(idx)"> |
| 45 | 45 | </div> |
| 46 | 46 | <div v-if="!checkSite('customer.address.siteid', idx)" |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | </div> |
| 50 | 50 | <div v-if="!checkSite('customer.address.siteid', idx)" |
| 51 | 51 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 52 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 52 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 53 | 53 | v-on:click="removeItem(idx)"> |
| 54 | 54 | </div> |
| 55 | 55 | </div> |
@@ -344,7 +344,7 @@ discard block |
||
| 344 | 344 | |
| 345 | 345 | <div slot="footer" class="card-tools-more"> |
| 346 | 346 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 347 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 347 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 348 | 348 | v-on:click="addItem('customer.address.')" > |
| 349 | 349 | </div> |
| 350 | 350 | </div> |
@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | v-bind:aria-controls="'item-text-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> |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | </div> |
| 44 | 44 | <div v-if="!checkSite('service.lists.siteid', idx)" |
| 45 | 45 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 46 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 46 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 47 | 47 | v-on:click.stop="removeItem(idx)"> |
| 48 | 48 | </div> |
| 49 | 49 | </div> |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | <div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }"> |
| 182 | 182 | <div class="card-tools-left"> |
| 183 | 183 | <div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 184 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>"> |
|
| 184 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>"> |
|
| 185 | 185 | </div> |
| 186 | 186 | </div> |
| 187 | 187 | <span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span> |
@@ -263,7 +263,7 @@ discard block |
||
| 263 | 263 | </th> |
| 264 | 264 | <th class="actions"> |
| 265 | 265 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 266 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 266 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 267 | 267 | v-bind:readonly="checkSite('service.lists.siteid', idx)" |
| 268 | 268 | v-on:click="addConfig(idx)" > |
| 269 | 269 | </div> |
@@ -290,7 +290,7 @@ discard block |
||
| 290 | 290 | <td class="actions"> |
| 291 | 291 | <div v-if="!checkSite('service.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)" |
| 292 | 292 | class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 293 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
| 293 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
| 294 | 294 | </div> |
| 295 | 295 | </td> |
| 296 | 296 | </tr> |
@@ -307,7 +307,7 @@ discard block |
||
| 307 | 307 | |
| 308 | 308 | <div slot="footer" class="card-tools-more"> |
| 309 | 309 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 310 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 310 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 311 | 311 | v-on:click="addItem('service.lists.')" > |
| 312 | 312 | </div> |
| 313 | 313 | </div> |
@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | v-bind:aria-controls="'item-media-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> |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | </div> |
| 44 | 44 | <div v-if="!checkSite('attribute.lists.siteid', idx)" |
| 45 | 45 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 46 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 46 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 47 | 47 | v-on:click.stop="removeItem(idx)"> |
| 48 | 48 | </div> |
| 49 | 49 | </div> |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.url' ) ) ); ?>'.replace( 'idx', idx )" |
| 66 | 66 | v-model="items[idx]['media.url']" /> |
| 67 | 67 | <img v-if="items[idx]['media.preview']" class="item-preview" |
| 68 | - v-bind:src="getUrl('<?= $this->content('') ?>', items[idx]['media.preview'])" |
|
| 68 | + v-bind:src="getUrl('<?= $this->content( '' ) ?>', items[idx]['media.preview'])" |
|
| 69 | 69 | v-bind:alt="items[idx]['media.label']" /> |
| 70 | 70 | <p v-else class="item-preview"> |
| 71 | 71 | {{ items[idx]['media.label'] || '<?= $enc->html( $this->translate( 'admin', 'Select file' ) ) ?>' }} |
@@ -174,7 +174,7 @@ discard block |
||
| 174 | 174 | <div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }"> |
| 175 | 175 | <div class="card-tools-left"> |
| 176 | 176 | <div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 177 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>"> |
|
| 177 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>"> |
|
| 178 | 178 | </div> |
| 179 | 179 | </div> |
| 180 | 180 | <span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span> |
@@ -253,7 +253,7 @@ discard block |
||
| 253 | 253 | </th> |
| 254 | 254 | <th class="actions"> |
| 255 | 255 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 256 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 256 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 257 | 257 | v-bind:readonly="checkSite('attribute.lists.siteid', idx)" |
| 258 | 258 | v-on:click="addConfig(idx)" > |
| 259 | 259 | </div> |
@@ -280,7 +280,7 @@ discard block |
||
| 280 | 280 | <td class="actions"> |
| 281 | 281 | <div v-if="!checkSite('attribute.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)" |
| 282 | 282 | class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 283 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
| 283 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
| 284 | 284 | </div> |
| 285 | 285 | </td> |
| 286 | 286 | </tr> |
@@ -297,7 +297,7 @@ discard block |
||
| 297 | 297 | |
| 298 | 298 | <div slot="footer" 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('attribute.lists.')" > |
| 302 | 302 | </div> |
| 303 | 303 | </div> |
@@ -31,7 +31,7 @@ |
||
| 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> |
@@ -31,7 +31,7 @@ |
||
| 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> |