diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-07 10:13:09 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-07 10:13:09 +0100 |
commit | 17384994d6455c533ddb22205660bbfdde0e26b1 (patch) | |
tree | 94df8e092589382102236a86b6f6d0928c5b8984 /apps/files_trashbin/templates | |
parent | 35bd7a400d30fb27703d4fa02b107f9629845b7d (diff) | |
download | nextcloud-server-17384994d6455c533ddb22205660bbfdde0e26b1.tar.gz nextcloud-server-17384994d6455c533ddb22205660bbfdde0e26b1.zip |
add class hascontrols to trash bin file table
Diffstat (limited to 'apps/files_trashbin/templates')
-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'> |