From 7c80c8e48432b976818b5e1eee075a71b9c2328f Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Thu, 17 Sep 2015 15:05:24 +0200 Subject: [PATCH] fix missing checkboxes in share dialog --- core/js/sharedialogshareelistview.js | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js index 41be49dc241..d2c45bb08b1 100644 --- a/core/js/sharedialogshareelistview.js +++ b/core/js/sharedialogshareelistview.js @@ -27,25 +27,31 @@ ' {{/if}}' + ' {{shareWithDisplayName}}' + ' {{#if mailPublicNotificationEnabled}} {{#unless isRemoteShare}}' + - ' ' + + ' ' + + ' ' + ' {{/unless}} {{/if}}' + ' {{#if isResharingAllowed}} {{#if sharePermissionPossible}} {{#unless isRemoteShare}}' + - ' ' + + ' ' + + ' ' + ' {{/unless}} {{/if}} {{/if}}' + ' {{#if editPermissionPossible}}' + - ' ' + + ' ' + + ' ' + ' {{/if}}' + ' {{#unless isRemoteShare}}' + ' {{crudsLabel}}' + ' ' + ' {{/unless}}' +