From f7c637071ac7445404ccc1392827f424556ee3d4 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 15 Nov 2016 19:30:59 +0100 Subject: [PATCH] Adds copy tooltip to clipboards Signed-off-by: Roeland Jago Douma --- apps/federatedfilesharing/templates/settings-personal.php | 2 +- core/js/sharedialoglinkshareview.js | 5 +++-- settings/templates/personal.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index 98a1cd7f75..c8fc1caf7d 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -12,7 +12,7 @@ style('federatedfilesharing', 'settings-personal');

t('Your Federated Cloud ID:')); ?> - +


diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js index bbc8f1b454..3ba124efc1 100644 --- a/core/js/sharedialoglinkshareview.js +++ b/core/js/sharedialoglinkshareview.js @@ -27,7 +27,7 @@ '
' + '' + '' + - '' + + '' + '
' + ' {{#if publicUpload}}' + '
' + @@ -333,7 +333,8 @@ publicUploadLabel: t('core', 'Allow upload and editing'), hideFileListLabel: t('core', 'Hide file listing'), mailPrivatePlaceholder: t('core', 'Email link to person'), - mailButtonText: t('core', 'Send') + mailButtonText: t('core', 'Send'), + copy: t('core', 'Copy') })); this.delegateEvents(); diff --git a/settings/templates/personal.php b/settings/templates/personal.php index ea1c7ba645..ddf09444e5 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -241,7 +241,7 @@ if($_['passwordChangeSupported']) {
t('Password')); ?> - +