diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-15 19:30:59 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-15 19:30:59 +0100 |
commit | f7c637071ac7445404ccc1392827f424556ee3d4 (patch) | |
tree | 537bdc034b6c2a664a0f03e8f1b679a4d4cf89a1 /settings | |
parent | 571c5aac5e87deee1933f605d366060a82323621 (diff) | |
download | nextcloud-server-f7c637071ac7445404ccc1392827f424556ee3d4.tar.gz nextcloud-server-f7c637071ac7445404ccc1392827f424556ee3d4.zip |
Adds copy tooltip to clipboards
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index ea1c7ba6459..ddf09444e5d 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -241,7 +241,7 @@ if($_['passwordChangeSupported']) { <div class="app-password-row"> <span class="app-password-label"><?php p($l->t('Password')); ?></span> <input id="new-app-password" type="text" readonly="readonly"/> - <a class="clipboardButton icon icon-clippy" data-clipboard-target="#new-app-password"></a> + <a class="clipboardButton icon icon-clippy hasTooltip" data-clipboard-target="#new-app-password" title="<?php p($l->t('Copy')); ?>"></a> <button id="app-password-hide" class="button"><?php p($l->t('Done')); ?></button> </div> </div> |