diff options
Diffstat (limited to 'apps/files_sharing/templates/get.php')
-rwxr-xr-x | apps/files_sharing/templates/get.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/files_sharing/templates/get.php b/apps/files_sharing/templates/get.php deleted file mode 100755 index 57275f07a3d..00000000000 --- a/apps/files_sharing/templates/get.php +++ /dev/null @@ -1,11 +0,0 @@ -<table> - <thead> - <tr> - <th id="headerSize"><?php echo $l->t( 'Size' ); ?></th> - <th id="headerDate"><span id="modified"><?php echo $l->t( 'Modified' ); ?></span><span class="selectedActions"><a href="" class="delete"><?php echo $l->t('Delete all')?> <img class="svg" alt="<?php echo $l->t('Delete')?>" src="<?php echo OCP\image_path("core", "actions/delete.svg"); ?>" /></a></span></th> - </tr> - </thead> - <tbody id="fileList" data-readonly="<?php echo $_['readonly'];?>"> - <?php echo($_['fileList']); ?> - </tbody> -</table>
\ No newline at end of file |