@@ -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> |
@@ -553,7 +553,7 @@ |
||
553 | 553 | foreach( (array) $this->getValue( $data, 'config', [] ) as $idx => $entry ) |
554 | 554 | { |
555 | 555 | if( trim( $entry['key'] ?? '' ) !== '' ) { |
556 | - $conf[$entry['key']] = $entry['val'] ?? null ; |
|
556 | + $conf[$entry['key']] = $entry['val'] ?? null; |
|
557 | 557 | } |
558 | 558 | } |
559 | 559 |
@@ -236,7 +236,7 @@ discard block |
||
236 | 236 | <th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th> |
237 | 237 | <th class="actions"> |
238 | 238 | <div v-if="!readonly" class="btn act-add fa" tabindex="1" v-on:click="add()" |
239 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div> |
|
239 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div> |
|
240 | 240 | </th> |
241 | 241 | </tr> |
242 | 242 | </thead> |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | </td> |
256 | 256 | <td class="actions"> |
257 | 257 | <div v-if="!readonly" class="btn act-delete fa" tabindex="1" v-on:click="remove(pos)" |
258 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div> |
|
258 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div> |
|
259 | 259 | </td> |
260 | 260 | </tr> |
261 | 261 | </tbody> |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | |
240 | 240 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
241 | 241 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
242 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
242 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
243 | 243 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
244 | 244 | </a> |
245 | 245 | </li> |
@@ -428,7 +428,7 @@ discard block |
||
428 | 428 | <th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th> |
429 | 429 | <th class="actions"> |
430 | 430 | <div v-if="!readonly" class="btn act-add fa" tabindex="1" v-on:click="add()" |
431 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div> |
|
431 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div> |
|
432 | 432 | </th> |
433 | 433 | </tr> |
434 | 434 | </thead> |
@@ -447,7 +447,7 @@ discard block |
||
447 | 447 | </td> |
448 | 448 | <td class="actions"> |
449 | 449 | <div v-if="!readonly" class="btn act-delete fa" tabindex="1" v-on:click="remove(pos)" |
450 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div> |
|
450 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div> |
|
451 | 451 | </td> |
452 | 452 | </tr> |
453 | 453 | </tbody> |
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | <th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th> |
156 | 156 | <th class="actions"> |
157 | 157 | <div v-if="!readonly" class="btn act-add fa" tabindex="1" v-on:click="add()" |
158 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div> |
|
158 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div> |
|
159 | 159 | </th> |
160 | 160 | </tr> |
161 | 161 | </thead> |
@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | </td> |
175 | 175 | <td class="actions"> |
176 | 176 | <div v-if="!readonly" class="btn act-delete fa" tabindex="1" v-on:click="remove(pos)" |
177 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div> |
|
177 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div> |
|
178 | 178 | </td> |
179 | 179 | </tr> |
180 | 180 | </tbody> |
@@ -268,7 +268,7 @@ discard block |
||
268 | 268 | <th class="config-row-value"><?= $enc->html( $this->translate( 'admin', 'Value' ) ); ?></th> |
269 | 269 | <th class="actions"> |
270 | 270 | <div v-if="!readonly" class="btn act-add fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="add()" |
271 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"></div> |
|
271 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"></div> |
|
272 | 272 | </th> |
273 | 273 | </tr> |
274 | 274 | </thead> |
@@ -287,7 +287,7 @@ discard block |
||
287 | 287 | </td> |
288 | 288 | <td class="actions"> |
289 | 289 | <div v-if="!readonly" class="btn act-delete fa" tabindex="<?= $this->get( 'tabindex' ); ?>" v-on:click="remove(pos)" |
290 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"></div> |
|
290 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"></div> |
|
291 | 291 | </td> |
292 | 292 | </tr> |
293 | 293 | </tbody> |