From 08cfb7e4899109e3b4d24323a340b87045eba8eb 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 in OC5 --- 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 e3d4115413d..eec0bec49cf 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -79,20 +79,11 @@ 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