Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-09-03 21:14:07 +0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-09-03 21:14:23 +0400
commitc6858fb5ca2b78057564278636231f940d4a120c (patch)
tree020271a884806d7780da98184b365dd9ee9192c7
parentd386e0172a54df88694a9f4942b651ce69a25058 (diff)
Add additional html tags to public links template for previewers
-rwxr-xr-xapps/files_sharing/templates/public.php2
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> &ndash; <?php echo $l->t('web services under your control'); ?></p></footer> \ No newline at end of file