diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 17:39:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 17:39:02 +0200 |
commit | e055a411ea4b2a32dcf20c910d332867dc91f516 (patch) | |
tree | b2cc655c7f5277e23386d88ae80af6b6c948c84f /apps/files_trashbin/templates/index.php | |
parent | be6431bab05265835df79ec1245ccd7df900cca7 (diff) | |
parent | bf61d841a2b3305bc51de6109917725466239061 (diff) | |
download | nextcloud-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.php | 4 |
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> |