mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-14 17:28:42 +00:00
Fixes #80
This commit is contained in:
parent
eab8ce4bff
commit
480c353963
|
|
@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/editor/single?{?}&id=' . $value->getId()); ?>
|
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/editor/single?{?}&id=' . $value->getId()); ?>
|
||||||
<tr data-href="<?= $url; ?>">
|
<tr data-href="<?= $url; ?>">
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getTitle(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getTitle(); ?></a>
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getCreatedBy(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getCreatedBy()->getName1(); ?></a>
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getCreatedAt()->format('Y-m-d H:i:s'); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getCreatedAt()->format('Y-m-d H:i:s'); ?></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($count === 0) : ?>
|
<?php if($count === 0) : ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user