mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 12:58:41 +00:00
make tables tabable
This commit is contained in:
parent
61d1d7a9f1
commit
c93806621c
|
|
@ -41,7 +41,7 @@ $modules = $this->getData('modules');
|
|||
['$module' => $module->getInternalName()]
|
||||
);
|
||||
?>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
<tr tabindex="0" data-href="<?= $url; ?>">
|
||||
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($module->getExternalName()); ?></a>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($count === 0) : ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user