summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-08-25 16:05:57 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-08-25 16:05:57 +0200
commitfcde0234b7ed786f2a2440cb814d455b33611f0d (patch)
treeed6b4dbf54d96d75f96b0d78bf83fe6ca5c98343 /apps/files_sharing/templates
parent1dc9283413dd5547d6b2080efbd33e0ce1f383d3 (diff)
downloadnextcloud-server-fcde0234b7ed786f2a2440cb814d455b33611f0d.tar.gz
nextcloud-server-fcde0234b7ed786f2a2440cb814d455b33611f0d.zip
Simply hide sharing buttons for IE8 - fixes #18011
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/settings-personal.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/settings-personal.php b/apps/files_sharing/templates/settings-personal.php
index ee761ff5897..6221de405d8 100644
--- a/apps/files_sharing/templates/settings-personal.php
+++ b/apps/files_sharing/templates/settings-personal.php
@@ -18,6 +18,7 @@ style('files_sharing', '3rdparty/gs-share/style');
<br>
+ <?php if ($_['showShareIT']) {?>
<p>
<?php p($l->t('Share it:')); ?>
<div class="gs-share">
@@ -68,6 +69,7 @@ style('files_sharing', '3rdparty/gs-share/style');
</a></xmp>
</p>
+ <?php } ?>
</div>
<?php endif; ?>