@@ -301,7 +301,7 @@ |
||
301 | 301 | <td class="attribute-id"><a class="items-field" href="<?= $url ?>"><?= $enc->html( $item->getId() ) ?></a></td> |
302 | 302 | <?php endif ?> |
303 | 303 | <?php if( in_array( 'attribute.domain', $fields ) ) : ?> |
304 | - <td class="attribute-domain"><a class="items-field" href="<?= $url ?>"><?= $enc->html( $this->translate( 'admin', $item->getDomain() ) ) ?></a></td> |
|
304 | + <td class="attribute-domain"><a class="items-field" href="<?= $url ?>"><?= $enc->html( $this->translate( 'admin', $item->getDomain() ) ) ?></a></td> |
|
305 | 305 | <?php endif ?> |
306 | 306 | <?php if( in_array( 'attribute.status', $fields ) ) : ?> |
307 | 307 | <td class="attribute-status"><a class="items-field" href="<?= $url ?>"><div class="fa status-<?= $enc->attr( $item->getStatus() ) ?>"></div></a></td> |