Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2018-09-30 18:19:51 +0300
committerJos Poortvliet <jos@opensuse.org>2018-10-04 13:08:49 +0300
commit44af0ec7d0acede63fd5bf2474f6dce35a9cabbc (patch)
treec41956ceef81defa88376ad7646d8e0cf79c6abf /page-sharing.php
parente0e9edb20af2e97e5a2ffcf65fd28fad301b26fe (diff)
add share-note video to sharing, deck to groupware
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-sharing.php')
-rw-r--r--page-sharing.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/page-sharing.php b/page-sharing.php
index 5c29376d..2fb82e9b 100644
--- a/page-sharing.php
+++ b/page-sharing.php
@@ -78,7 +78,7 @@ require(["require.config"], function() {
</div>
<div class="row feature--block">
<div class="col-md-6 revealOnScroll">
- <a href="<?php bloginfo('template_directory'); ?>/assets/img/features/sharenote-nw.png"><img src="<?php bloginfo('template_directory'); ?>/assets/img/features/sharenote-nw.png" class="img-responsive featureimg" /></a>
+ <iframe width="100%" height="315" src="https://www.youtube.com/embed/puSDKV4ZdvA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Sharing features');?></p>
@@ -86,7 +86,7 @@ require(["require.config"], function() {
<li><?php echo $l->t('Share with individual users, groups or create custom groups with the');?> <a class="hyperlink" href="https://apps.nextcloud.com/apps/circles">Circles app.</a></li>
<li><?php echo $l->t('Share photo galleries');?></li>
<li><?php echo $l->t('Share public links read-only or with editing capabilities');?></li>
- <li><?php echo $l->t('Attach notes to a share');?></li>
+ <li><?php echo $l->t('Attach notes to a share, either to a Nextcloud user or to a public link');?></li>
<li><?php echo $l->t('Share directly to users on other Nextcloud, ownCloud or Pydio servers (see below: <a class="hyperlink" href="#federation">federation</a>)');?></li>
</ul>
</div>
@@ -101,7 +101,7 @@ require(["require.config"], function() {
<li><?php echo $l->t('Passwords for public link shares');?></li>
<li><?php echo $l->t('Expiration date in internal or public link shares');?></li>
<li><a class="hyperlink" href="<?php echo home_url('file-drop') ?>"><?php echo $l->t('File-drop hides existing files, providing just an upload target');?></a></li>
- <li><?php echo $l->t('Protect public link shares with Video Verification');?></li>
+ <li><?php echo $l->t('Ultimate protection for email shares with Video Verification');?></li>
</ul>
<p class="section--paragraph"><?php echo $l->t('Admins can control all these abilities, add trusted Federation servers and more');?></p>
</div>