mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 01:08:41 +00:00
Adjusted list/table clicks
This commit is contained in:
parent
938403e36b
commit
b7ceb750ec
|
|
@ -72,7 +72,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
$icon = 'file-o';
|
$icon = 'file-o';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr data-href="<?= $url; ?>">
|
||||||
<td><a href="<?= $url; ?>"><i class="fa fa-<?= $icon; ?>"></i></a>
|
<td><a href="<?= $url; ?>"><i class="fa fa-<?= $icon; ?>"></i></a>
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getName(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getName(); ?></a>
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getExtension(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getExtension(); ?></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user