mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-15 23:08:40 +00:00
don't remember
This commit is contained in:
parent
76649cdded
commit
7fc857c4c7
|
|
@ -38,7 +38,7 @@ $next = empty($accounts) ? '{/prefix}profile/list' : '{/prefix}profile/list?
|
||||||
<?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 tabindex="0" tabindex="0" 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="profile-image"
|
||||||
data-lazyload="<?=
|
data-lazyload="<?=
|
||||||
$account->getImage() instanceof NullMedia ?
|
$account->getImage() instanceof NullMedia ?
|
||||||
UriFactory::build('Web/Backend/img/user_default_' . \mt_rand(1, 6) .'.png') :
|
UriFactory::build('Web/Backend/img/user_default_' . \mt_rand(1, 6) .'.png') :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user