mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-27 15:08:40 +00:00
Prepare knowledgebase templates
This commit is contained in:
parent
b68aa42f1d
commit
f4ad3255fc
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render();
|
|||
<tfoot>
|
||||
<tr><td colspan="2">
|
||||
<tbody>
|
||||
<?php $c = 0; foreach ($this->getData('tags') as $key => $value) : $c++;
|
||||
<?php $c = 0; foreach ($tags as $key => $value) : $c++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
<td><a href="<?= $url; ?>"><?= $value->getId(); ?></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user