mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-16 01:08:42 +00:00
bug fixes + file links in various modules
This commit is contained in:
parent
f790a302e7
commit
61bf96f440
|
|
@ -61,7 +61,7 @@ foreach ($comments as $comment) : ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="portlet-foot">
|
<div class="portlet-foot">
|
||||||
<?php $files = $comment->getMedia(); foreach ($files as $file) : ?>
|
<?php $files = $comment->getMedia(); foreach ($files as $file) : ?>
|
||||||
<span class="file"><?= $this->printHtml($file->name); ?></span>
|
<span><a class="content" href="<?= UriFactory::build('{/prefix}media/single?id=' . $file->getId());?>"><?= $file->name; ?></a></span>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
||||||
<?= $this->printHtml(
|
<?= $this->printHtml(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user