make tables tabable

This commit is contained in:
Dennis Eichhorn 2020-05-31 18:03:29 +02:00
parent 61d1d7a9f1
commit c93806621c

View File

@ -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) : ?>