Adjusted list/table clicks

This commit is contained in:
Dennis Eichhorn 2017-05-01 13:55:48 +02:00
parent 938403e36b
commit b7ceb750ec

View File

@ -72,7 +72,7 @@ echo $this->getData('nav')->render(); ?>
$icon = 'file-o';
}
?>
<tr>
<tr data-href="<?= $url; ?>">
<td><a href="<?= $url; ?>"><i class="fa fa-<?= $icon; ?>"></i></a>
<td><a href="<?= $url; ?>"><?= $value->getName(); ?></a>
<td><a href="<?= $url; ?>"><?= $value->getExtension(); ?></a>