mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-14 22:48:39 +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>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($accounts as $key => $account) : ++$count;
|
<?php $count = 0; foreach ($accounts as $key => $account) : ++$count;
|
||||||
$url = UriFactory::build('{/prefix}profile/single?{?}&id=' . $account->getId()); ?>
|
$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"
|
<td><a href="<?= $url; ?>"><img width="30" class="rounded bordered"
|
||||||
data-lazyload="<?=
|
data-lazyload="<?=
|
||||||
$account->getImage() instanceof NullMedia ?
|
$account->getImage() instanceof NullMedia ?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user