mirror of
https://github.com/nextcloud/server.git
synced 2026-06-04 22:35:24 -04:00
Add additional html tags to public links template for previewers
This commit is contained in:
parent
d386e0172a
commit
c6858fb5ca
1 changed files with 2 additions and 0 deletions
|
|
@ -19,5 +19,7 @@
|
|||
<a href="<?php echo $_['downloadURL']; ?>" id="download"><img class="svg" alt="Download" src="<?php echo OCP\image_path("core", "actions/download.svg"); ?>" /><?php echo $l->t('Download')?></a>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="content"></div>
|
||||
<table></table>
|
||||
</div>
|
||||
<footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> – <?php echo $l->t('web services under your control'); ?></p></footer>
|
||||
Loading…
Reference in a new issue