mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-03 17:58:41 +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;
|
||||
$url = UriFactory::build('{/prefix}profile/single?{?}&id=' . $account->getId()); ?>
|
||||
<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="<?=
|
||||
$account->getImage() instanceof NullMedia ?
|
||||
UriFactory::build('Web/Backend/img/user_default_' . \mt_rand(1, 6) .'.png') :
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user