summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-05-28 16:53:42 +0200
committerVincent Petry <pvince81@owncloud.com>2014-05-30 10:06:30 +0200
commit5e4e7734467a00bd40e3a04d72a5f49f012ced40 (patch)
treeec6f25bb3f6ad1dc8d62bcea90c528b5a5244dbd /apps/files_sharing/templates
parent66afd1aa3925f31f347edfc5dae7adf7603ba5c6 (diff)
downloadnextcloud-server-5e4e7734467a00bd40e3a04d72a5f49f012ced40.tar.gz
nextcloud-server-5e4e7734467a00bd40e3a04d72a5f49f012ced40.zip
Removed "Share with" column
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/list.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php
index b07222cfe28..a1d95ebc1f1 100644
--- a/apps/files_sharing/templates/list.php
+++ b/apps/files_sharing/templates/list.php
@@ -16,9 +16,6 @@
<a class="name sort columntitle" data-sort="name"><span><?php p($l->t( 'Name' )); ?></span><span class="sort-indicator"></span></a>
</div>
</th>
- <th id="headerSharedWith" class="hidden column-counterpart">
- <a id="sharedwith" class="columntitle" data-sort="shareWith"><span><?php p($l->t( 'Shared with' )); ?></span><span class="sort-indicator"></span></a>
- </th>
<th id="headerDate" class="hidden column-mtime">
<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t( 'Share time' )); ?></span><span class="sort-indicator"></span></a>
</th>