mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-09 10:38:40 +00:00
Went through todos
This commit is contained in:
parent
996696f739
commit
3a3365e78f
|
|
@ -77,7 +77,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<?php endif; ?>
|
||||
<td><?= $this->printHtml((string) $audit->type); ?>
|
||||
<td><?= $this->printHtml($audit->trigger); ?>
|
||||
<td><a class="content" href="<?= UriFactory::build('{/base}/admin/account/settings?id=' . $audit->createdBy->id); ?>"><?= $this->printHtml(
|
||||
<td><a class="content" href="<?= UriFactory::build('{/base}/admin/account/view?id=' . $audit->createdBy->id); ?>"><?= $this->printHtml(
|
||||
$this->renderUserName('%3$s %2$s %1$s', [$audit->createdBy->name1, $audit->createdBy->name2, $audit->createdBy->name3, $audit->createdBy->login])
|
||||
); ?></a>
|
||||
<td><?= $this->printHtml((string) $audit->ref); ?>
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ echo $this->data['nav']->render();
|
|||
<td><?= $audit->trigger; ?>
|
||||
<tr>
|
||||
<th><?= $this->getHtml('By'); ?>
|
||||
<td><a href="<?= UriFactory::build('{/base}/admin/account/settings?{?}&id=' . $audit->createdBy->id); ?>"><?= $audit->createdBy->name1; ?> <?= $audit->createdBy->name2; ?></a>
|
||||
<td><a href="<?= UriFactory::build('{/base}/admin/account/view?{?}&id=' . $audit->createdBy->id); ?>"><?= $audit->createdBy->name1; ?> <?= $audit->createdBy->name2; ?></a>
|
||||
<tr>
|
||||
<th><?= $this->getHtml('Ref'); ?>
|
||||
<td><?= $this->printHtml((string) $audit->ref); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user