diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-04 15:53:17 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-07 15:44:00 +0200 |
commit | 3bce6a7a6feb06ad811f8ca255da5a18b5917f11 (patch) | |
tree | 114a7afe69106c75b04fe7b225e67e582f997b10 /core/js/sharedialogshareelistview.js | |
parent | 3323d01db1eda016f6e4665ae094c85903a83856 (diff) | |
download | nextcloud-server-3bce6a7a6feb06ad811f8ca255da5a18b5917f11.tar.gz nextcloud-server-3bce6a7a6feb06ad811f8ca255da5a18b5917f11.zip |
allow to edit single files shared by mail. This is useful for collaborative editing documents
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'core/js/sharedialogshareelistview.js')
-rw-r--r-- | core/js/sharedialogshareelistview.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js index 573d5949118..b77e825f3fb 100644 --- a/core/js/sharedialogshareelistview.js +++ b/core/js/sharedialogshareelistview.js @@ -29,12 +29,10 @@ '<span class="has-tooltip username" title="{{shareWithTitle}}">{{shareWithDisplayName}}</span>' + '<span class="sharingOptionsGroup">' + '{{#if editPermissionPossible}}' + - '{{#unless isFileSharedByMail}}' + '<span class="shareOption">' + '<input id="canEdit-{{cid}}-{{shareWith}}" type="checkbox" name="edit" class="permissions checkbox" {{#if hasEditPermission}}checked="checked"{{/if}} />' + '<label for="canEdit-{{cid}}-{{shareWith}}">{{canEditLabel}}</label>' + '</span>' + - '{{/unless}}' + '{{/if}}' + '<a href="#"><span class="icon icon-more"></span></a>' + '{{{popoverMenu}}}' + |