From e07901b63b23c5bc3f79da1f5f78fbf84b2e53ea Mon Sep 17 00:00:00 2001 From: Vincent Chan Date: Mon, 2 May 2016 20:33:45 +0200 Subject: [PATCH] Reordered share link settings closes #24122 --- core/js/sharedialoglinkshareview.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js index 2fc6f657b0..817c3408e7 100644 --- a/core/js/sharedialoglinkshareview.js +++ b/core/js/sharedialoglinkshareview.js @@ -24,22 +24,22 @@ '
' + '' + '' + - ' {{#if showPasswordCheckBox}}' + - '' + - '' + - ' {{/if}}' + - '
' + - ' ' + - ' ' + - ' ' + - '
' + ' {{#if publicUpload}}' + '
' + ' ' + ' ' + '' + '
' + + ' {{/if}}' + + ' {{#if showPasswordCheckBox}}' + + '' + + '' + ' {{/if}}' + + '
' + + ' ' + + ' ' + + ' ' + + '
' + '{{else}}' + // FIXME: this doesn't belong in this view '{{#if noSharingPlaceholder}}{{/if}}' +