mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-26 14:08:41 +00:00
Adjusted list/table clicks
This commit is contained in:
parent
d184d2f3f8
commit
3178cba734
|
|
@ -41,7 +41,7 @@ $accounts = $this->getData('accounts');
|
|||
<tbody>
|
||||
<?php $count = 0; foreach($accounts as $key => $account) : $count++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}&id=' . $account->getId()); ?>
|
||||
<tr>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
<td><a href="<?= $url; ?>"><?= $account->getId(); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $account->getName3() . ' ' . $account->getName2() . ' ' . $account->getName1(); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $account->getLastActive()->format('Y-m-d'); ?></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user