mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-29 01:28:40 +00:00
make tables tabable
This commit is contained in:
parent
d557210a5c
commit
7177ad4d3a
|
|
@ -35,7 +35,7 @@ echo $this->getData('nav')->render();
|
|||
<tbody>
|
||||
<?php foreach ($categories as $key => $value) :
|
||||
$url = UriFactory::build('{/prefix}admin/account/settings?{?}&id=' . $value->getId()); ?>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
<tr tabindex="0" data-href="<?= $url; ?>">
|
||||
<td data-label="<?= $this->getHtml('ID', '0', '0') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getId()); ?></a>
|
||||
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>
|
||||
<td data-label="<?= $this->getHtml('Parent') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getParent() !== null ? $value->getParent()->getName() : ''); ?></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user