mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-28 15:08:41 +00:00
make tables tabable
This commit is contained in:
parent
d6bb81e30e
commit
3f07a4cdc9
|
|
@ -37,7 +37,7 @@ $next = empty($accounts) ? '{/prefix}profile/list' : '{/prefix}profile/list?
|
|||
<tbody>
|
||||
<?php $count = 0; foreach ($accounts as $key => $account) : ++$count;
|
||||
$url = UriFactory::build('{/prefix}profile/single?{?}&id=' . $account->getId()); ?>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
<tr tabindex="0" tabindex="0" data-href="<?= $url; ?>">
|
||||
<td><a href="<?= $url; ?>"><img width="30" class="rounded bordered"
|
||||
data-lazyload="<?=
|
||||
$account->getImage() instanceof NullMedia ?
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user