diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-05-19 18:38:41 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-05-30 10:06:29 +0200 |
commit | 0f105ec747dbe67cb7663d6e62aa33192a1d3fe5 (patch) | |
tree | bd07aabe384638f47cdd80b2fb0b7651e9218f0f /apps/files_sharing/templates | |
parent | 85648def56e7ddea8c2c334a5399d0e5090d5208 (diff) | |
download | nextcloud-server-0f105ec747dbe67cb7663d6e62aa33192a1d3fe5.tar.gz nextcloud-server-0f105ec747dbe67cb7663d6e62aa33192a1d3fe5.zip |
Removed selection checkboxes
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/list.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php index acc9ffbb2c4..6671e674089 100644 --- a/apps/files_sharing/templates/list.php +++ b/apps/files_sharing/templates/list.php @@ -13,16 +13,7 @@ <tr> <th id='headerName' class="hidden column-name"> <div id="headerName-container"> - <input type="checkbox" id="select_all_trash" class="select-all"/> - <label for="select_all_trash"></label> <a class="name sort columntitle" data-sort="name"><span><?php p($l->t( 'Name' )); ?></span><span class="sort-indicator"></span></a> - <span id="selectedActionsList" class='selectedActions'> - <a href="" class="undelete"> - <img class="svg" alt="<?php p($l->t( 'Restore' )); ?>" - src="<?php print_unescaped(OCP\image_path("core", "actions/history.svg")); ?>" /> - <?php p($l->t('Restore'))?> - </a> - </span> </div> </th> <th id="headerSharedWith" class="hidden column-mtime"> |