mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-11 16:08:40 +00:00
Fix relative path
This commit is contained in:
parent
b42096b519
commit
4b68ec92fd
|
|
@ -30,7 +30,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($docs as $key => $value) : $count++;
|
<?php $count = 0; foreach ($docs as $key => $value) : ++$count;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/editor/single?{?}&id=' . $value->getId()); ?>
|
$url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/editor/single?{?}&id=' . $value->getId()); ?>
|
||||||
<tr data-href="<?= $url; ?>">
|
<tr data-href="<?= $url; ?>">
|
||||||
<td data-label="<?= $this->getHtml('Title') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getTitle()); ?></a>
|
<td data-label="<?= $this->getHtml('Title') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($value->getTitle()); ?></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user