@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 59 | 59 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 60 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 60 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 61 | 61 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 62 | 62 | </a> |
| 63 | 63 | </li> |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | |
| 53 | 53 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 54 | 54 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 55 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 55 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 56 | 56 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 57 | 57 | </a> |
| 58 | 58 | </li> |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | <th class="actions"> |
| 110 | 110 | <a class="btn fa act-add" tabindex="1" |
| 111 | 111 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 112 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 112 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 113 | 113 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 114 | 114 | </a> |
| 115 | 115 | |
@@ -171,11 +171,11 @@ discard block |
||
| 171 | 171 | <td class="actions"> |
| 172 | 172 | <a class="btn act-copy fa" tabindex="1" |
| 173 | 173 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 174 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 174 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 175 | 175 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
| 176 | 176 | <a class="btn act-delete fa" tabindex="1" |
| 177 | 177 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 178 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 178 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 179 | 179 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
| 180 | 180 | </td> |
| 181 | 181 | </tr> |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | |
| 53 | 53 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 54 | 54 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 55 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 55 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 56 | 56 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 57 | 57 | </a> |
| 58 | 58 | </li> |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | </th> |
| 145 | 145 | <th class="actions"> |
| 146 | 146 | <div class="btn act-add fa" tabindex="1" |
| 147 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>"> |
|
| 147 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>"> |
|
| 148 | 148 | </div> |
| 149 | 149 | </th> |
| 150 | 150 | </tr> |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | </td> |
| 166 | 166 | <td class="actions"> |
| 167 | 167 | <div class="btn act-delete fa" tabindex="1" |
| 168 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
| 168 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
| 169 | 169 | </div> |
| 170 | 170 | </td> |
| 171 | 171 | </tr> |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | </td> |
| 183 | 183 | <td class="actions"> |
| 184 | 184 | <div class="btn act-delete fa" tabindex="1" |
| 185 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>"> |
|
| 185 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>"> |
|
| 186 | 186 | </div> |
| 187 | 187 | </td> |
| 188 | 188 | </tr> |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | <?php if( $this->access( 'super' ) ) : ?> |
| 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 | <?php endif; ?> |
@@ -187,11 +187,11 @@ discard block |
||
| 187 | 187 | <?php if( $this->access( 'super' ) ) : ?> |
| 188 | 188 | <a class="btn act-copy fa" tabindex="1" |
| 189 | 189 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 190 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 190 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 191 | 191 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
| 192 | 192 | <a class="btn act-delete fa" tabindex="1" |
| 193 | 193 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 194 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 194 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 195 | 195 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
| 196 | 196 | <?php endif; ?> |
| 197 | 197 | </td> |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | |
| 53 | 53 | <?php foreach( array_values( $this->get( 'itemSubparts', [] ) ) as $idx => $subpart ) : ?> |
| 54 | 54 | <li class="nav-item <?= $enc->attr( $subpart ); ?>"> |
| 55 | - <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx+1; ?>"> |
|
| 55 | + <a class="nav-link" href="#<?= $enc->attr( $subpart ); ?>" data-toggle="tab" role="tab" tabindex="<?= ++$idx + 1; ?>"> |
|
| 56 | 56 | <?= $enc->html( $this->translate( 'admin', $subpart ) ); ?> |
| 57 | 57 | </a> |
| 58 | 58 | </li> |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | <th class="actions"> |
| 110 | 110 | <a class="btn fa act-add" tabindex="1" |
| 111 | 111 | href="<?= $enc->attr( $this->url( $newTarget, $newCntl, $newAction, $params, [], $newConfig ) ); ?>" |
| 112 | - title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)') ); ?>" |
|
| 112 | + title="<?= $enc->attr( $this->translate( 'admin', 'Insert new entry (Ctrl+I)' ) ); ?>" |
|
| 113 | 113 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Add' ) ); ?>"> |
| 114 | 114 | </a> |
| 115 | 115 | |
@@ -171,11 +171,11 @@ discard block |
||
| 171 | 171 | <td class="actions"> |
| 172 | 172 | <a class="btn act-copy fa" tabindex="1" |
| 173 | 173 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 174 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 174 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 175 | 175 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
| 176 | 176 | <a class="btn act-delete fa" tabindex="1" |
| 177 | 177 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['id' => $id] + $params, [], $delConfig ) ); ?>" |
| 178 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 178 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 179 | 179 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
| 180 | 180 | </td> |
| 181 | 181 | </tr> |
@@ -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 | |
@@ -177,12 +177,12 @@ discard block |
||
| 177 | 177 | <td class="actions"> |
| 178 | 178 | <a class="btn act-copy fa" tabindex="1" |
| 179 | 179 | href="<?= $enc->attr( $this->url( $copyTarget, $copyCntl, $copyAction, ['id' => $id] + $params, [], $copyConfig ) ); ?>" |
| 180 | - title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry') ); ?>" |
|
| 180 | + title="<?= $enc->attr( $this->translate( 'admin', 'Copy this entry' ) ); ?>" |
|
| 181 | 181 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Copy' ) ); ?>"></a> |
| 182 | 182 | <?php if( !$this->site()->readonly( $item->getSiteId() ) ) : ?> |
| 183 | 183 | <a class="btn act-delete fa" tabindex="1" |
| 184 | 184 | href="<?= $enc->attr( $this->url( $delTarget, $delCntl, $delAction, ['resource' => 'locale', 'id' => $id] + $params, [], $delConfig ) ); ?>" |
| 185 | - title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry') ); ?>" |
|
| 185 | + title="<?= $enc->attr( $this->translate( 'admin', 'Delete this entry' ) ); ?>" |
|
| 186 | 186 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Delete' ) ); ?>"></a> |
| 187 | 187 | <?php endif; ?> |
| 188 | 188 | </td> |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | ); |
| 85 | 85 | ?> |
| 86 | 86 | <button type="submit" class="btn act-search fa" tabindex="<?= $this->get( 'tabindex' ); ?>" |
| 87 | - title="<?= $enc->attr( $this->translate( 'admin', 'Search') ); ?>" |
|
| 87 | + title="<?= $enc->attr( $this->translate( 'admin', 'Search' ) ); ?>" |
|
| 88 | 88 | aria-label="<?= $enc->attr( $this->translate( 'admin', 'Search' ) ); ?>"> |
| 89 | 89 | </button> |
| 90 | 90 | </th> |