summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/templates
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-22 15:05:39 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-23 12:38:05 +0200
commit1ace1657b68687caa8cae48749eb1a98788eb244 (patch)
tree1287830198485b0a7eda597c9da3dc55abe818db /apps/federatedfilesharing/templates
parent9c85f552022656d17b55a9d265b0b977011468ba (diff)
downloadnextcloud-server-1ace1657b68687caa8cae48749eb1a98788eb244.tar.gz
nextcloud-server-1ace1657b68687caa8cae48749eb1a98788eb244.zip
adapt federatedfilesharing
also drops IE8 switch Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/federatedfilesharing/templates')
-rw-r--r--apps/federatedfilesharing/templates/settings-personal.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php
index 126daae27d0..c6be2a45f16 100644
--- a/apps/federatedfilesharing/templates/settings-personal.php
+++ b/apps/federatedfilesharing/templates/settings-personal.php
@@ -18,7 +18,6 @@ style('federatedfilesharing', 'settings-personal');
<br>
- <?php if ($_['showShareIT']) {?>
<p>
<?php p($l->t('Share it so your friends can share files with you:')); ?><br>
<button class="social-facebook pop-up"
@@ -58,7 +57,6 @@ style('federatedfilesharing', 'settings-personal');
<?php p($l->t('Share with me via Nextcloud')); ?></a></xmp>
</p>
</div>
- <?php } ?>
</div>
<?php endif; ?>