diff --git a/core/js/sharedialogexpirationview.js b/core/js/sharedialogexpirationview.js index 3fba4b135d..fab48f5e6b 100644 --- a/core/js/sharedialogexpirationview.js +++ b/core/js/sharedialogexpirationview.js @@ -19,7 +19,7 @@ // in the LinkShareView to ease reusing it in future. Then, // modifications (getting rid of IDs) are still necessary. '{{#if isLinkShare}}' + - '' + '' + '
' + diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js index ab591b9c6e..cb9325231d 100644 --- a/core/js/sharedialoglinkshareview.js +++ b/core/js/sharedialoglinkshareview.js @@ -16,12 +16,12 @@ var TEMPLATE = '{{#if shareAllowed}}' + '' + - '' + + '' + '
' + '' + '' + ' {{#if showPasswordCheckBox}}' + - '' + + '' + ' {{/if}}' + '
' + ' ' + @@ -31,7 +31,7 @@ ' {{#if publicUpload}}' + '
' + ' ' + - ' ' + + ' ' + '' + '
' + ' {{/if}}' + diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js index d2c45bb08b..d762445601 100644 --- a/core/js/sharedialogshareelistview.js +++ b/core/js/sharedialogshareelistview.js @@ -27,30 +27,30 @@ ' {{/if}}' + ' {{shareWithDisplayName}}' + ' {{#if mailPublicNotificationEnabled}} {{#unless isRemoteShare}}' + - ' ' + + ' ' + ' ' + ' {{/unless}} {{/if}}' + ' {{#if isResharingAllowed}} {{#if sharePermissionPossible}} {{#unless isRemoteShare}}' + - ' ' + + ' ' + ' ' + ' {{/unless}} {{/if}} {{/if}}' + ' {{#if editPermissionPossible}}' + - ' ' + + ' ' + ' ' + ' {{/if}}' + ' {{#unless isRemoteShare}}' + ' {{crudsLabel}}' + ' ' +