diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-10 11:14:03 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-10 11:14:03 +0100 |
commit | b7b50f8082c0c27b462f94d3f0393c3392dc9a06 (patch) | |
tree | 2b8ef9fae925d7d542dbcd2f3337e4b339517558 /apps/files_trashbin/templates/index.php | |
parent | 419eced65c0c0d86e6b237af8a5c4a9961aa21f5 (diff) | |
download | nextcloud-server-b7b50f8082c0c27b462f94d3f0393c3392dc9a06.tar.gz nextcloud-server-b7b50f8082c0c27b462f94d3f0393c3392dc9a06.zip |
remove hascontrols from trash bin file list table
Diffstat (limited to 'apps/files_trashbin/templates/index.php')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 24e4a0e6c69..c3e51b4becd 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -9,7 +9,7 @@ <div id="emptyfolder"><?php echo $l->t('Nothing in here. Your trash bin is empty!')?></div> <?php endif; ?> -<table class="hascontrols"> +<table> <thead> <tr> <th id='headerName'> |