diff options
author | Björn Schießle <schiessle@owncloud.com> | 2016-05-23 11:48:14 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-07-14 11:22:35 +0200 |
commit | f5d0b464a718a32d78226836417c7ab35203f275 (patch) | |
tree | 0d82c78c009ce186409f68847e3991890bc2e3b1 /apps/files_sharing/templates | |
parent | 762d76f0c3222dd8fc2cd4759af3d42606c15785 (diff) | |
download | nextcloud-server-f5d0b464a718a32d78226836417c7ab35203f275.tar.gz nextcloud-server-f5d0b464a718a32d78226836417c7ab35203f275.zip |
create a real federated share if a user add a public link to his ownCloud
this way the owner sees all mounted public links and control them individually
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index c15001ad24b..8b8267a4e3f 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -84,7 +84,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); data-owner-display-name="<?php p($_['displayName']) ?>" data-owner="<?php p($_['owner']) ?>" data-name="<?php p($_['filename']) ?>"> <button id="save-button"><?php p($l->t('Add to your ownCloud')) ?></button> <form class="save-form hidden" action="#"> - <input type="text" id="remote_address" placeholder="example.com/owncloud"/> + <input type="text" id="remote_address" placeholder="user@example.com/owncloud"/> <button id="save-button-confirm" class="icon-confirm svg" disabled></button> </form> </span> |