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>2021-01-05 13:05:46 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-01-05 13:06:05 +0300
commit2e5bdaa2483e5e4a8d14da7d30f72fd01a2bdcfe (patch)
treea1559eafb106fe26c42ad9f2ecb8d968f59f4f6b /page-enterprise-file-sync-and-sharing-efss.php
parent7fb19ad3d4f31dd24500c6f35c4dbec4050a44a6 (diff)
update seo pages
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-enterprise-file-sync-and-sharing-efss.php')
-rw-r--r--page-enterprise-file-sync-and-sharing-efss.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/page-enterprise-file-sync-and-sharing-efss.php b/page-enterprise-file-sync-and-sharing-efss.php
index 1a8e5905..e005e5e6 100644
--- a/page-enterprise-file-sync-and-sharing-efss.php
+++ b/page-enterprise-file-sync-and-sharing-efss.php
@@ -65,11 +65,11 @@
</div>
<div class="row">
<div class="col-md-6">
- <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/Files_Sharing_Share_Link_Permissions.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/Files_Sharing_Share_Link_Permissions.png" alt="file view" ></a><br />
+ <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/Files_Sharing_Share_Link_Permissions.png"><img class="overlay-trigger img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/Files_Sharing_Share_Link_Permissions.png" alt="file view" ></a><br />
A typical EFSS web interface showing files and a sidebar with sharing options for the selected file
</div>
<div class="col-md-6">
- <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/text-and-talk.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/text-and-talk.png" alt="sidebar with talk" ></a><br />
+ <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/text-and-talk.png"><img class="overlay-trigger img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/text-and-talk.png" alt="sidebar with talk" ></a><br />
More advanced solutions allow real-time document editing and communication in one interface
</div>
<!-- <div class="col-md-6">
@@ -368,3 +368,4 @@
</div>
</div>
+<?php require get_template_directory().'/overlay.php'; ?>