@@ -407,7 +407,7 @@ |
||
407 | 407 | $data['time'] = $fs->time( $data['attribute.code'] ); |
408 | 408 | $data['size'] = $fs->size( $data['attribute.code'] ); |
409 | 409 | } |
410 | - catch( \Exception $e ) { ; } // Show product even if file isn't available any more |
|
410 | + catch( \Exception $e ) {; } // Show product even if file isn't available any more |
|
411 | 411 | } |
412 | 412 | |
413 | 413 | return $data; |
@@ -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="icon status-<?= $enc->attr( $item->getStatus() ) ?>"></div></a></td> |