diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-22 15:05:39 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-23 12:38:05 +0200 |
commit | 1ace1657b68687caa8cae48749eb1a98788eb244 (patch) | |
tree | 1287830198485b0a7eda597c9da3dc55abe818db /apps/federatedfilesharing/templates | |
parent | 9c85f552022656d17b55a9d265b0b977011468ba (diff) | |
download | nextcloud-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.php | 2 |
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; ?> |