[Pkg-owncloud-commits] [owncloud] 153/199: Removed selection checkboxes
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 0f105ec747dbe67cb7663d6e62aa33192a1d3fe5
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Mon May 19 18:38:41 2014 +0200
Removed selection checkboxes
---
apps/files_sharing/templates/list.php | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php
index acc9ffb..6671e67 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">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list