@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | v-bind:aria-controls="'item-media-group-data-' + idx" aria-expanded="false"> |
| 31 | 31 | <div class="card-tools-left"> |
| 32 | 32 | <div class="btn btn-card-header act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 33 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry') ); ?>"> |
|
| 33 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry' ) ); ?>"> |
|
| 34 | 34 | </div> |
| 35 | 35 | </div> |
| 36 | 36 | <span class="item-label header-label" v-html="getLabel(idx)"></span> |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | </div> |
| 42 | 42 | <div v-if="!checkSite('attribute.lists.siteid', idx)" |
| 43 | 43 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 44 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 44 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 45 | 45 | v-on:click.stop="removeItem(idx)"> |
| 46 | 46 | </div> |
| 47 | 47 | </div> |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.url' ) ) ); ?>'.replace( 'idx', idx )" |
| 64 | 64 | v-model="items[idx]['media.url']" /> |
| 65 | 65 | <img v-if="items[idx]['media.preview']" class="item-preview" |
| 66 | - v-bind:src="getUrl('<?= $this->content('') ?>', items[idx]['media.preview'])" |
|
| 66 | + v-bind:src="getUrl('<?= $this->content( '' ) ?>', items[idx]['media.preview'])" |
|
| 67 | 67 | v-bind:alt="items[idx]['media.label']" /> |
| 68 | 68 | <p v-else class="item-preview"> |
| 69 | 69 | {{ items[idx]['media.label'] || '<?= $enc->html( $this->translate( 'admin', 'Select file' ) ) ?>' }} |
@@ -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> |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | </th> |
| 252 | 252 | <th class="actions"> |
| 253 | 253 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 254 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 254 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 255 | 255 | v-bind:readonly="checkSite('attribute.lists.siteid', idx)" |
| 256 | 256 | v-on:click="addConfig(idx)" > |
| 257 | 257 | </div> |
@@ -278,7 +278,7 @@ discard block |
||
| 278 | 278 | <td class="actions"> |
| 279 | 279 | <div v-if="!checkSite('attribute.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)" |
| 280 | 280 | class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 281 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
| 281 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
| 282 | 282 | </div> |
| 283 | 283 | </td> |
| 284 | 284 | </tr> |
@@ -295,7 +295,7 @@ discard block |
||
| 295 | 295 | |
| 296 | 296 | <div class="card-tools-more"> |
| 297 | 297 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 298 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 298 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 299 | 299 | v-on:click="addItem('attribute.lists.')" > |
| 300 | 300 | </div> |
| 301 | 301 | </div> |
@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | v-bind:aria-controls="'item-text-group-data-' + idx" aria-expanded="false"> |
| 31 | 31 | <div class="card-tools-left"> |
| 32 | 32 | <div class="btn btn-card-header act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 33 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry') ); ?>"> |
|
| 33 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry' ) ); ?>"> |
|
| 34 | 34 | </div> |
| 35 | 35 | </div> |
| 36 | 36 | <span class="item-label header-label" v-html="getLabel(idx)"></span> |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | </div> |
| 42 | 42 | <div v-if="!checkSite('service.lists.siteid', idx)" |
| 43 | 43 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 44 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 44 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 45 | 45 | v-on:click.stop="removeItem(idx)"> |
| 46 | 46 | </div> |
| 47 | 47 | </div> |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | <div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }"> |
| 180 | 180 | <div class="card-tools-left"> |
| 181 | 181 | <div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 182 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>"> |
|
| 182 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>"> |
|
| 183 | 183 | </div> |
| 184 | 184 | </div> |
| 185 | 185 | <span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span> |
@@ -261,7 +261,7 @@ discard block |
||
| 261 | 261 | </th> |
| 262 | 262 | <th class="actions"> |
| 263 | 263 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 264 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 264 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 265 | 265 | v-bind:readonly="checkSite('service.lists.siteid', idx)" |
| 266 | 266 | v-on:click="addConfig(idx)" > |
| 267 | 267 | </div> |
@@ -288,7 +288,7 @@ discard block |
||
| 288 | 288 | <td class="actions"> |
| 289 | 289 | <div v-if="!checkSite('service.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)" |
| 290 | 290 | class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 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 | </tr> |
@@ -305,7 +305,7 @@ discard block |
||
| 305 | 305 | |
| 306 | 306 | <div class="card-tools-more"> |
| 307 | 307 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 308 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 308 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 309 | 309 | v-on:click="addItem('service.lists.')" > |
| 310 | 310 | </div> |
| 311 | 311 | </div> |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | v-bind:aria-controls="'item-address-group-data-' + idx" aria-expanded="false"> |
| 33 | 33 | <div class="card-tools-left"> |
| 34 | 34 | <div class="btn btn-card-header act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 35 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry') ); ?>"> |
|
| 35 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide this entry' ) ); ?>"> |
|
| 36 | 36 | </div> |
| 37 | 37 | </div> |
| 38 | 38 | <span class="item-label header-label">{{ getLabel(idx, 'customer.address.') }}</span> |
@@ -42,12 +42,12 @@ discard block |
||
| 42 | 42 | title="<?= $enc->attr( $this->translate( 'admin', 'Move this entry up/down' ) ); ?>"> |
| 43 | 43 | </div> |
| 44 | 44 | <div class="btn btn-card-header act-copy fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 45 | - title="<?= $enc->attr( $this->translate( 'admin', 'Duplicate entry (Ctrl+D)') ); ?>" |
|
| 45 | + title="<?= $enc->attr( $this->translate( 'admin', 'Duplicate entry (Ctrl+D)' ) ); ?>" |
|
| 46 | 46 | v-on:click.stop="duplicateItem(idx)"> |
| 47 | 47 | </div> |
| 48 | 48 | <div v-if="!checkSite('customer.address.siteid', idx)" |
| 49 | 49 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 50 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 50 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 51 | 51 | v-on:click="removeItem(idx)"> |
| 52 | 52 | </div> |
| 53 | 53 | </div> |
@@ -342,7 +342,7 @@ discard block |
||
| 342 | 342 | |
| 343 | 343 | <div class="card-tools-more"> |
| 344 | 344 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 345 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 345 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 346 | 346 | v-on:click="addItem('customer.address.')" > |
| 347 | 347 | </div> |
| 348 | 348 | </div> |