Add hint to user documentation (Federation)
Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
parent
065690dcf5
commit
ab488a49d0
|
@ -8,6 +8,9 @@ style('federatedfilesharing', 'settings-personal');
|
||||||
<?php if ($_['outgoingServer2serverShareEnabled']): ?>
|
<?php if ($_['outgoingServer2serverShareEnabled']): ?>
|
||||||
<div id="fileSharingSettings" class="section">
|
<div id="fileSharingSettings" class="section">
|
||||||
<h2 data-anchor-name="federated-cloud"><?php p($l->t('Federated Cloud')); ?></h2>
|
<h2 data-anchor-name="federated-cloud"><?php p($l->t('Federated Cloud')); ?></h2>
|
||||||
|
<a target="_blank" rel="noreferrer noopener" class="icon-info svg"
|
||||||
|
title="<?php p($l->t('Open documentation'));?>"
|
||||||
|
href="<?php p(link_to_docs('user-sharing-federated')); ?>"></a>
|
||||||
<p class="settings-hint"><?php p($l->t('You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com')); ?></p>
|
<p class="settings-hint"><?php p($l->t('You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com')); ?></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue