From e447d978d3f2c1c80508bfe1dc8aadf919382f0a Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Thu, 5 Dec 2013 17:41:19 +0100 Subject: [PATCH] it is not possible to unshare files --- apps/files/templates/index.php | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 99d66ed3f9c..00ec109621f 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -69,20 +69,11 @@ class="hidden" id="headerDate"> t( 'Modified' )); ?> - - - - t('Unshare'))?> - <?php p($l->t('Unshare'))?>" /> - - - - t('Delete'))?> - <?php p($l->t('Delete'))?>" /> - - + + t('Delete'))?> + <?php p($l->t('Delete'))?>" /> + -- 2.39.5