diff options
Diffstat (limited to 'apps/files_trashbin/templates/index.php')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 02067385d4e..e90162e4d54 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -1,6 +1,4 @@ <?php /** @var $l OC_L10N */ ?> -<?php $_['appNavigation']->printPage(); ?> -<div id="app-content"> <div id="controls"> <div id="file_action_panel"></div> </div> @@ -8,10 +6,6 @@ <div id="emptycontent" class="hidden"><?php p($l->t('Nothing in here. Your trash bin is empty!'))?></div> -<input type="hidden" id="permissions" value="0"> -<input type="hidden" id="disableSharing" data-status="<?php p($_['disableSharing']); ?>"> -<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir"> - <table id="filestable"> <thead> <tr> @@ -46,4 +40,3 @@ <tfoot> </tfoot> </table> -</div> |