summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/templates/index.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-28 17:39:02 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-28 17:39:02 +0200
commite055a411ea4b2a32dcf20c910d332867dc91f516 (patch)
treeb2cc655c7f5277e23386d88ae80af6b6c948c84f /apps/files_trashbin/templates/index.php
parentbe6431bab05265835df79ec1245ccd7df900cca7 (diff)
parentbf61d841a2b3305bc51de6109917725466239061 (diff)
downloadnextcloud-server-e055a411ea4b2a32dcf20c910d332867dc91f516.tar.gz
nextcloud-server-e055a411ea4b2a32dcf20c910d332867dc91f516.zip
Merge pull request #7167 from owncloud/files-ajaxload-infscroll
Infinite scrolling for files app
Diffstat (limited to 'apps/files_trashbin/templates/index.php')
-rw-r--r--apps/files_trashbin/templates/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php
index b6c61c9b1c3..323e7495535 100644
--- a/apps/files_trashbin/templates/index.php
+++ b/apps/files_trashbin/templates/index.php
@@ -29,7 +29,7 @@
<th id="headerDate">
<span id="modified"><?php p($l->t( 'Deleted' )); ?></span>
<span class="selectedActions">
- <a href="" class="delete">
+ <a href="" class="delete-selected">
<?php p($l->t('Delete'))?>
<img class="svg" alt="<?php p($l->t('Delete'))?>"
src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" />
@@ -40,4 +40,6 @@
</thead>
<tbody id="fileList">
</tbody>
+ <tfoot>
+ </tfoot>
</table>