aboutsummaryrefslogtreecommitdiff
path: root/templates/courseware/block_types/document.php
blob: 76ef7686b3b1edd3e8f6c1dce6048fae6a60837f (plain)
1
2
3
4
5
6
7
8
9
<div style="font-size: 12px;">
    <p style="font-weight: bold;"><?= _('Dokument') . ': ' ?></p>
    <p>
        <?= _('Titel') . ' => ' . htmlReady($payload['title']) ?>,
        <? if (!empty($files[0])): ?>
            <?= _('Datei') . '=>' ?> <a href="<?= htmlReady($files[0]->getDownloadURL()) ?>"><?= htmlReady($files[0]->name) ?></a>
        <? endif; ?>
    </p>
</div>