From 57997fefa2da537381ed8bec1dce039d7a4b6438 Mon Sep 17 00:00:00 2001 From: Greta Doci Date: Tue, 19 Nov 2019 16:07:57 +0100 Subject: [PATCH] add create and delete checkbox for sharesidebar Signed-off-by: Greta Doci --- .../src/components/SharingEntry.vue | 53 +++++++++++++++++-- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index 21747089753..ad36361b9c2 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -40,15 +40,31 @@ {{ t('files_sharing', 'Allow editing') }} + + + {{ t('files_sharing', 'Allow creating') }} + - {{ t('files_sharing', 'Can reshare') }} + {{ t('files_sharing', 'Allow resharing') }} + + + {{ t('files_sharing', 'Allow deleting') }} +