mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-01 10:18: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 class="portlet-foot">
|
||||
<?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; ?>
|
||||
|
||||
<?= $this->printHtml(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user