]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add additional html tags to public links template for previewers
authorMichael Gapczynski <mtgap@owncloud.com>
Mon, 3 Sep 2012 17:14:07 +0000 (13:14 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Mon, 3 Sep 2012 17:14:23 +0000 (13:14 -0400)
apps/files_sharing/templates/public.php

index 1c08b5b26af5cd239e582ea379c6c36a4f604a5a..ca48a35575eb3ab7117b929112f92ef411b0d598 100755 (executable)
@@ -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