diff options
author | blizzz <blizzz@owncloud.com> | 2013-02-07 04:40:51 -0800 |
---|---|---|
committer | blizzz <blizzz@owncloud.com> | 2013-02-07 04:40:51 -0800 |
commit | 6299704dfd0b52ee0456cf905efb2aa004dd3041 (patch) | |
tree | c83538a135f20d9c2859ecde554e992da98e7f55 /apps/files_trashbin | |
parent | 8e70763cec3087283e2235f1861e0e6a1a80e231 (diff) | |
parent | 17384994d6455c533ddb22205660bbfdde0e26b1 (diff) | |
download | nextcloud-server-6299704dfd0b52ee0456cf905efb2aa004dd3041.tar.gz nextcloud-server-6299704dfd0b52ee0456cf905efb2aa004dd3041.zip |
Merge pull request #1518 from schiesbn/trash_layout_fix
add class hascontrols to trash bin file table
Diffstat (limited to 'apps/files_trashbin')
-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 c3e51b4becd..24e4a0e6c69 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> +<table class="hascontrols"> <thead> <tr> <th id='headerName'> |