diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-09-03 13:14:07 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-09-03 13:14:23 -0400 |
commit | c6858fb5ca2b78057564278636231f940d4a120c (patch) | |
tree | 020271a884806d7780da98184b365dd9ee9192c7 /apps | |
parent | d386e0172a54df88694a9f4942b651ce69a25058 (diff) | |
download | nextcloud-server-c6858fb5ca2b78057564278636231f940d4a120c.tar.gz nextcloud-server-c6858fb5ca2b78057564278636231f940d4a120c.zip |
Add additional html tags to public links template for previewers
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/files_sharing/templates/public.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 1c08b5b26af..ca48a35575e 100755 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -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>
\ No newline at end of file |