@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | <th class="actions"> |
168 | 168 | <a class="btn fa act-download" tabindex="1" |
169 | 169 | href="<?= $enc->attr( $this->url( $expTarget, $expCntl, $expAction, $params, [], $expConfig ) ); ?>" |
170 | - title="<?= $enc->attr( $this->translate( 'admin', 'Download') ); ?>" |
|
170 | + title="<?= $enc->attr( $this->translate( 'admin', 'Download' ) ); ?>" |
|
171 | 171 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Download' ) ); ?>"> |
172 | 172 | </a> |
173 | 173 | |
@@ -345,12 +345,12 @@ discard block |
||
345 | 345 | <td class="actions"> |
346 | 346 | <a class="btn act-copy fa" tabindex="1" |
347 | 347 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
348 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
348 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
349 | 349 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
350 | 350 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
351 | 351 | <a class="btn act-delete fa" tabindex="1" |
352 | 352 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'subscription', 'id' => $id] + $params, [], $delConfig ) ); ?>" |
353 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
353 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
354 | 354 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
355 | 355 | <?php endif; ?> |
356 | 356 | </td> |
@@ -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('attribute.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('attribute.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('attribute.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('attribute.lists.')" > |
302 | 302 | </div> |
303 | 303 | </div> |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | </th> |
33 | 33 | <th class="actions"> |
34 | 34 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
35 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
35 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
36 | 36 | v-on:click="addItem('attribute.property.')"> |
37 | 37 | </div> |
38 | 38 | </th> |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | |
89 | 89 | <td class="actions"> |
90 | 90 | <div v-if="!checkSite('attribute.property.siteid', idx)" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
91 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
91 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
92 | 92 | v-on:click.stop="removeItem(idx)"> |
93 | 93 | </div> |
94 | 94 | </td> |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | <th class="actions"> |
121 | 121 | <a class="btn fa act-add" tabindex="1" |
122 | 122 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
123 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
123 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
124 | 124 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
125 | 125 | </a> |
126 | 126 | |
@@ -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, ['resource' => 'attribute', '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> |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | v-bind:aria-controls="'item-price-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> |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | <div class="card-tools-right"> |
40 | 40 | <div v-if="!checkSite('attribute.lists.siteid', idx)" |
41 | 41 | class="btn btn-card-header act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
42 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
42 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
43 | 43 | v-on:click.stop="removeItem(idx)"> |
44 | 44 | </div> |
45 | 45 | </div> |
@@ -210,7 +210,7 @@ discard block |
||
210 | 210 | <div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }"> |
211 | 211 | <div class="card-tools-left"> |
212 | 212 | <div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
213 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>"> |
|
213 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>"> |
|
214 | 214 | </div> |
215 | 215 | </div> |
216 | 216 | <span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span> |
@@ -292,7 +292,7 @@ discard block |
||
292 | 292 | </th> |
293 | 293 | <th class="actions"> |
294 | 294 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
295 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
295 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
296 | 296 | v-bind:readonly="checkSite('attribute.lists.siteid', idx)" |
297 | 297 | v-on:click="addConfig(idx)" > |
298 | 298 | </div> |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | <td class="actions"> |
320 | 320 | <div v-if="!checkSite('attribute.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)" |
321 | 321 | class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
322 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
322 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
323 | 323 | </div> |
324 | 324 | </td> |
325 | 325 | </tr> |
@@ -335,7 +335,7 @@ discard block |
||
335 | 335 | |
336 | 336 | <div class="card-tools-more"> |
337 | 337 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
338 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
338 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
339 | 339 | v-on:click="addItem('attribute.lists.')" > |
340 | 340 | </div> |
341 | 341 | </div> |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | v-bind:aria-controls="'item-media-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('attribute.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> |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | v-bind:name="'<?= $enc->attr( $this->formparam( array( 'media', 'idx', 'media.url' ) ) ); ?>'.replace( 'idx', idx )" |
63 | 63 | v-model="items[idx]['media.url']" /> |
64 | 64 | <img v-if="items[idx]['media.preview']" class="item-preview" |
65 | - v-bind:src="getUrl('<?= $this->content('') ?>', items[idx]['media.preview'])" |
|
65 | + v-bind:src="getUrl('<?= $this->content( '' ) ?>', items[idx]['media.preview'])" |
|
66 | 66 | v-bind:alt="items[idx]['media.label']" /> |
67 | 67 | <p v-else class="item-preview"> |
68 | 68 | {{ items[idx]['media.label'] || '<?= $enc->html( $this->translate( 'admin', 'Select file' ) ) ?>' }} |
@@ -171,7 +171,7 @@ discard block |
||
171 | 171 | <div v-on:click="toggle(idx)" class="col-xl-12 advanced" v-bind:class="{ 'collapsed': !advanced[idx] }"> |
172 | 172 | <div class="card-tools-left"> |
173 | 173 | <div class="btn act-show fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
174 | - title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data') ); ?>"> |
|
174 | + title="<?= $enc->attr( $this->translate( 'admin', 'Show/hide advanced data' ) ); ?>"> |
|
175 | 175 | </div> |
176 | 176 | </div> |
177 | 177 | <span class="header-label"><?= $enc->html( $this->translate( 'admin', 'Advanced' ) ); ?></span> |
@@ -250,7 +250,7 @@ discard block |
||
250 | 250 | </th> |
251 | 251 | <th class="actions"> |
252 | 252 | <div class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
253 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
253 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
254 | 254 | v-bind:readonly="checkSite('attribute.lists.siteid', idx)" |
255 | 255 | v-on:click="addConfig(idx)" > |
256 | 256 | </div> |
@@ -277,7 +277,7 @@ discard block |
||
277 | 277 | <td class="actions"> |
278 | 278 | <div v-if="!checkSite('attribute.lists.siteid', idx)" v-on:click="removeConfig(idx, pos)" |
279 | 279 | class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
280 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
280 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
281 | 281 | </div> |
282 | 282 | </td> |
283 | 283 | </tr> |
@@ -293,7 +293,7 @@ discard block |
||
293 | 293 | |
294 | 294 | <div class="card-tools-more"> |
295 | 295 | <div class="btn btn-primary btn-card-more act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
296 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
296 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
297 | 297 | v-on:click="addItem('attribute.lists.')" > |
298 | 298 | </div> |
299 | 299 | </div> |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | |
60 | 60 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
61 | 61 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
62 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
62 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
63 | 63 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
64 | 64 | </a> |
65 | 65 | </li> |
@@ -191,7 +191,7 @@ discard block |
||
191 | 191 | <th class="actions"> |
192 | 192 | <?php if( !$this->site()->readonly( $this->get( 'itemData/coupon.siteid' ) ) ) : ?> |
193 | 193 | <div class="btn act-add fa" tabindex="1" |
194 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"> |
|
194 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"> |
|
195 | 195 | </div> |
196 | 196 | <?php endif; ?> |
197 | 197 | </th> |
@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | <td class="actions"> |
219 | 219 | <?php if( !$this->site()->readonly( $this->get( 'itemData/coupon.siteid' ) ) ) : ?> |
220 | 220 | <div class="btn act-delete fa" tabindex="1" |
221 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
221 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
222 | 222 | </div> |
223 | 223 | <?php endif; ?> |
224 | 224 | </td> |
@@ -241,7 +241,7 @@ discard block |
||
241 | 241 | <tr class="config-map-row prototype-map"> |
242 | 242 | <td class="config-map-actions"> |
243 | 243 | <div class="btn act-delete fa" tabindex="1" |
244 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
244 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
245 | 245 | </div> |
246 | 246 | </td> |
247 | 247 | <td class="config-map-row-key"> |
@@ -254,12 +254,12 @@ discard block |
||
254 | 254 | <tr class="config-map-actions"> |
255 | 255 | <td class="config-map-action-add"> |
256 | 256 | <div class="btn act-add fa" tabindex="1" |
257 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry') ); ?>"> |
|
257 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry' ) ); ?>"> |
|
258 | 258 | </div> |
259 | 259 | </td> |
260 | 260 | <td class="config-map-action-update" colspan="2"> |
261 | 261 | <div class="btn btn-primary act-update" tabindex="1"> |
262 | - <?= $enc->attr( $this->translate( 'admin', 'OK') ); ?> |
|
262 | + <?= $enc->attr( $this->translate( 'admin', 'OK' ) ); ?> |
|
263 | 263 | </div> |
264 | 264 | </td> |
265 | 265 | </tr> |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | </td> |
298 | 298 | <td class="actions"> |
299 | 299 | <div class="btn act-delete fa" tabindex="1" |
300 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
300 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
301 | 301 | </div> |
302 | 302 | </td> |
303 | 303 | </tr> |
@@ -74,12 +74,12 @@ discard block |
||
74 | 74 | <button class="btn act-menu fa" type="button" id="menuButton" |
75 | 75 | data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="<?= $this->get( 'tabindex' ); ?>" |
76 | 76 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'More' ) ); ?>" |
77 | - title="<?= $enc->attr( $this->translate( 'admin', 'More') ); ?>"> |
|
77 | + title="<?= $enc->attr( $this->translate( 'admin', 'More' ) ); ?>"> |
|
78 | 78 | </button> |
79 | 79 | <ul class="dropdown-menu dropdown-menu-right" aria-labelledby="menuButton"> |
80 | 80 | <li class="dropdown-item"> |
81 | 81 | <a class="btn act-add fa label" href="#" tabindex="<?= $this->get( 'tabindex' ); ?>" |
82 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
82 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
83 | 83 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
84 | 84 | <?= $enc->html( $this->translate( 'admin', 'Add' ) ); ?> |
85 | 85 | </a> |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | <input type="hidden" name="<?= $enc->attr( $this->formparam( array( 'code', 'coupon.code.id', '' ) ) ); ?>" disabled="disabled" /> |
160 | 160 | |
161 | 161 | <a class="btn fa act-close" href="#" tabindex="<?= $this->get( 'tabindex' ); ?>" |
162 | - title="<?= $enc->attr( $this->translate( 'admin', 'Close') ); ?>" |
|
162 | + title="<?= $enc->attr( $this->translate( 'admin', 'Close' ) ); ?>" |
|
163 | 163 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Close' ) ); ?>"> |
164 | 164 | </a> |
165 | 165 | </td> |
@@ -225,11 +225,11 @@ discard block |
||
225 | 225 | name="<?= $enc->attr( $this->formparam( array( 'code', 'coupon.code.id', '' ) ) ); ?>" /> |
226 | 226 | |
227 | 227 | <a class="btn act-edit fa" tabindex="<?= $this->get( 'tabindex' ); ?>" href="#" |
228 | - title="<?= $enc->attr( $this->translate( 'admin', 'Edit this entry') ); ?>" |
|
228 | + title="<?= $enc->attr( $this->translate( 'admin', 'Edit this entry' ) ); ?>" |
|
229 | 229 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Edit' ) ); ?>"></a> |
230 | 230 | <a class="btn fa act-delete" tabindex="<?= $this->get( 'tabindex' ); ?>" |
231 | 231 | href="<?= $this->url( $jsonTarget, $jsonCntl, $jsonAction, ['resource' => 'coupon/code', 'id' => $id], [], $jsonConfig ); ?>" |
232 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete') ); ?>" |
|
232 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>" |
|
233 | 233 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"> |
234 | 234 | </a> |
235 | 235 | </td> |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | <th class="actions"> |
112 | 112 | <a class="btn fa act-add" tabindex="1" |
113 | 113 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
114 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
114 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
115 | 115 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
116 | 116 | </a> |
117 | 117 | |
@@ -193,12 +193,12 @@ discard block |
||
193 | 193 | <td class="actions"> |
194 | 194 | <a class="btn act-copy fa" tabindex="1" |
195 | 195 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
196 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
196 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
197 | 197 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
198 | 198 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
199 | 199 | <a class="btn act-delete fa" tabindex="1" |
200 | 200 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'coupon', 'id' => $id] + $params, [], $delConfig ) ); ?>" |
201 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
201 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
202 | 202 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
203 | 203 | <?php endif; ?> |
204 | 204 | </td> |