|
@@ -24,7 +24,7 @@ discard block |
|
|
block discarded – undo |
|
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 |
|
|
block discarded – undo |
|
77
|
77
|
|
|
78
|
78
|
<td class="actions"> |
|
79
|
79
|
<div v-if="!checkSite('price.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> |
Please login to merge, or discard this patch.