diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-18 17:50:44 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-22 15:33:54 +0100 |
commit | 1255791ef2535aac96889f6be8c8b5b163b45be6 (patch) | |
tree | d6d7e192006238dfc3a8f0b21e65c3c206839c96 /apps/files_trashbin/templates | |
parent | 655a20f963e5cd0d73d2abfbcdde0a3519e85be2 (diff) | |
download | nextcloud-server-1255791ef2535aac96889f6be8c8b5b163b45be6.tar.gz nextcloud-server-1255791ef2535aac96889f6be8c8b5b163b45be6.zip |
handle group restore
Diffstat (limited to 'apps/files_trashbin/templates')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index a412379d533..a9cb216b1f7 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -16,13 +16,12 @@ <input type="checkbox" id="select_all" /> <span class='name'><?php echo $l->t( 'Name' ); ?></span> <span class='selectedActions'> - <?php if($_['allowZipDownload']) : ?> - <a href="" class="download"> - <img class="svg" alt="Download" + <a href="" class="undelete"> + <!-- <img class="svg" alt="Undelete" src="<?php echo OCP\image_path("core", "actions/download.svg"); ?>" /> - <?php echo $l->t('Download')?> + --> + <?php echo $l->t('Undelete')?> </a> - <?php endif; ?> </span> </th> <th id="headerDate"> |